public interface EsvApi
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.
|
Map<Integer,List<GovernmentBodyAnnualSummary>> getData()
Map<Integer,List<GovernmentBodyAnnualSummary>> getDataPerMinistry(String name)
name
- the nameMap<Integer,GovernmentBodyAnnualSummary> getDataPerGovernmentBody(String name)
name
- the nameList<GovernmentBodyAnnualSummary> getDataPerMinistryAndYear(String name, int year)
name
- the nameyear
- the yearList<String> getGovernmentBodyNames()
List<String> getGovernmentBodyNames(String ministry)
ministry
- the ministryCopyright © 2010–2017 www.hack23.com. All rights reserved.