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<List<String>>>getData(Indicators indicators)List<List<List<String>>>getDataSources()List<List<List<String>>>getFunders()List<List<List<String>>>getOrganizations()
-
-
-
Method Detail
-
getFunders
@Cacheable("funder") public List<List<List<String>>> getFunders() throws UnsupportedEncodingException- Throws:
UnsupportedEncodingException
-
getOrganizations
@Cacheable("organization") public List<List<List<String>>> getOrganizations() throws UnsupportedEncodingException- Throws:
UnsupportedEncodingException
-
getDataSources
@Cacheable("datasource") public List<List<List<String>>> getDataSources() throws UnsupportedEncodingException- Throws:
UnsupportedEncodingException
-
getData
public List<List<List<String>>> getData(Indicators indicators) throws UnsupportedEncodingException
- Throws:
UnsupportedEncodingException
-
-