Class StatsToolService
- java.lang.Object
-
- eu.dnetlib.irishmonitorservice.services.StatsToolService
-
@Service public class StatsToolService extends Object
-
-
Constructor Summary
Constructors Constructor Description StatsToolService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<List<String>>getDataSources()List<List<String>>getFunders()List<List<String>>getOrganizations()
-
-
-
Method Detail
-
getFunders
@Cacheable("funders") public List<List<String>> getFunders() throws UnsupportedEncodingException- Throws:
UnsupportedEncodingException
-
getOrganizations
@Cacheable("organizations") public List<List<String>> getOrganizations() throws UnsupportedEncodingException- Throws:
UnsupportedEncodingException
-
getDataSources
@Cacheable("datasources") public List<List<String>> getDataSources() throws UnsupportedEncodingException- Throws:
UnsupportedEncodingException
-
-