
| 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()
EsvApipublic Map<Integer,List<GovernmentBodyAnnualSummary>> getDataPerMinistry(String name)
EsvApigetDataPerMinistry in interface EsvApiname - the namepublic List<GovernmentBodyAnnualSummary> getDataPerMinistryAndYear(String name, int year)
EsvApigetDataPerMinistryAndYear in interface EsvApiname - the nameyear - the yearpublic List<String> getGovernmentBodyNames()
EsvApigetGovernmentBodyNames in interface EsvApipublic List<String> getMinistryNames()
EsvApigetMinistryNames in interface EsvApipublic Map<Integer,GovernmentBodyAnnualSummary> getDataPerGovernmentBody(String name)
EsvApigetDataPerGovernmentBody in interface EsvApiname - the nameCopyright © 2010–2017 www.hack23.com. All rights reserved.