Interface RiksdagenPersonApi
public interface RiksdagenPersonApi
The Interface RiksdagenPersonApi.
-
Method Summary
Modifier and TypeMethodDescriptioncom.hack23.cia.model.external.riksdagen.person.impl.PersonDataGets the person.com.hack23.cia.model.external.riksdagen.personlista.impl.PersonContainerElementGets the person list.
-
Method Details
-
getPerson
com.hack23.cia.model.external.riksdagen.person.impl.PersonData getPerson(String id) throws DataFailureException Gets the person.- Parameters:
id- the id- Returns:
- the person
- Throws:
DataFailureException- the data failure exception
-
getPersonList
com.hack23.cia.model.external.riksdagen.personlista.impl.PersonContainerElement getPersonList() throws DataFailureExceptionGets the person list.- Returns:
- the person list
- Throws:
DataFailureException- the data failure exception
-