Interface EsvApi
public interface EsvApi
The Interface EsvApi.
-
Method Summary
Modifier and TypeMethodDescriptiongetData()Gets the data.Gets the data per government body.getDataPerMinistry(String name) Gets the data per ministry.getDataPerMinistryAndYear(String name, int year) Gets the data per ministry and year.Gets the government body names.getGovernmentBodyNames(String ministry) Gets the government body names.Gets the government body report.getGovernmentBodyReportByField(String string) Gets the government body report by field.getGovernmentBodyReportByFieldAndMinistry(String string, String ministry) Gets the government body report by field and ministry.Gets the government body report by ministry.Gets the ministry names.Gets the report.
-
Method Details
-
getData
Map<Integer,List<GovernmentBodyAnnualSummary>> getData()Gets the data.- Returns:
- the data
-
getDataPerMinistry
Gets the data per ministry.- Parameters:
name- the name- Returns:
- the data per ministry
-
getDataPerGovernmentBody
Gets the data per government body.- Parameters:
name- the name- Returns:
- the data per government body
-
getDataPerMinistryAndYear
Gets the data per ministry and year.- Parameters:
name- the nameyear- the year- Returns:
- the data per ministry and year
-
getGovernmentBodyNames
Gets the government body names.- Returns:
- the government body names
-
getGovernmentBodyNames
Gets the government body names.- Parameters:
ministry- the ministry- Returns:
- the government body names
-
getMinistryNames
Gets the ministry names.- Returns:
- the ministry names
-
getReport
Map<String,List<GovernmentOperationPeriodOutcome>> getReport()Gets the report.- Returns:
- the report
-
getGovernmentBodyReport
Map<String,List<GovernmentBodyAnnualOutcomeSummary>> getGovernmentBodyReport()Gets the government body report.- Returns:
- the government body report
-
getGovernmentBodyReportByField
Gets the government body report by field.- Parameters:
string- the string- Returns:
- the government body report by field
-
getGovernmentBodyReportByFieldAndMinistry
Map<String,List<GovernmentBodyAnnualOutcomeSummary>> getGovernmentBodyReportByFieldAndMinistry(String string, String ministry) Gets the government body report by field and ministry.- Parameters:
string- the stringministry- the ministry- Returns:
- the government body report by field and ministry
-
getGovernmentBodyReportByMinistry
Map<String,List<GovernmentBodyAnnualOutcomeSummary>> getGovernmentBodyReportByMinistry()Gets the government body report by ministry.- Returns:
- the government body report by ministry
-