Constructor and Description |
---|
EsvApiImpl()
Instantiates a new esv api impl.
|
Modifier and Type | Method and Description |
---|---|
Map<Integer,List<GovernmentBodyAnnualSummary>> |
getData()
Gets the data.
|
Map<Integer,GovernmentBodyAnnualSummary> |
getDataPerGovernmentBody(String name)
Gets the data per government body.
|
Map<Integer,List<GovernmentBodyAnnualSummary>> |
getDataPerMinistry(String name)
Gets the data per ministry.
|
List<GovernmentBodyAnnualSummary> |
getDataPerMinistryAndYear(String name,
int year)
Gets the data per ministry and year.
|
List<String> |
getGovernmentBodyNames()
Gets the government body names.
|
List<String> |
getGovernmentBodyNames(String ministry)
Gets the government body names.
|
List<String> |
getMinistryNames()
Gets the ministry names.
|
public Map<Integer,List<GovernmentBodyAnnualSummary>> getData()
EsvApi
public Map<Integer,List<GovernmentBodyAnnualSummary>> getDataPerMinistry(String name)
EsvApi
getDataPerMinistry
in interface EsvApi
name
- the namepublic List<GovernmentBodyAnnualSummary> getDataPerMinistryAndYear(String name, int year)
EsvApi
getDataPerMinistryAndYear
in interface EsvApi
name
- the nameyear
- the yearpublic List<String> getGovernmentBodyNames()
EsvApi
getGovernmentBodyNames
in interface EsvApi
public List<String> getMinistryNames()
EsvApi
getMinistryNames
in interface EsvApi
public Map<Integer,GovernmentBodyAnnualSummary> getDataPerGovernmentBody(String name)
EsvApi
getDataPerGovernmentBody
in interface EsvApi
name
- the nameCopyright © 2010–2017 www.hack23.com. All rights reserved.