|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ItsYourParliamentEuApi
The Interface ItsYourParliamentEuApi.
Method Summary | |
---|---|
List<Countrydetails> |
getCountries(String accessKey,
boolean current)
Gets the countries. |
CountryinfoEuElement |
getCountryInfo(BigInteger id,
String accessKey,
boolean current)
Gets the country info. |
MepinfoEuElement |
getMepInfo(String mepId,
String accessKey,
boolean current)
Gets the mep info. |
VoteinfoEuElement |
getVoteInfo(String voteId,
String accessKey,
boolean current)
Gets the vote info. |
VotesEuData |
getVotes(String year,
String accessKey,
boolean current)
Gets the votes. |
Method Detail |
---|
List<Countrydetails> getCountries(String accessKey, boolean current) throws Exception
accessKey
- the access keycurrent
- the current
Exception
- the exceptionCountryinfoEuElement getCountryInfo(BigInteger id, String accessKey, boolean current) throws Exception
id
- the idaccessKey
- the access keycurrent
- the current
Exception
- the exceptionMepinfoEuElement getMepInfo(String mepId, String accessKey, boolean current) throws Exception
mepId
- the mep idaccessKey
- the access keycurrent
- the current
Exception
- the exceptionVoteinfoEuElement getVoteInfo(String voteId, String accessKey, boolean current) throws Exception
voteId
- the vote idaccessKey
- the access keycurrent
- the current
Exception
- the exceptionVotesEuData getVotes(String year, String accessKey, boolean current) throws Exception
year
- the yearaccessKey
- the access keycurrent
- the current
Exception
- the exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |