Interface RiksdagenBallotApi
public interface RiksdagenBallotApi
The Interface RiksdagenBallotApi.
-
Method Details
-
getBallot
List<com.hack23.cia.model.external.riksdagen.votering.impl.VoteData> getBallot(String id) throws DataFailureException Gets the ballot.- Parameters:
id- the id- Returns:
- the ballot
- Throws:
DataFailureException- the data failure exception
-
getBallotList
List<com.hack23.cia.model.external.riksdagen.voteringlista.impl.BallotDocumentElement> getBallotList() throws DataFailureExceptionGets the ballot list.- Returns:
- the ballot list
- Throws:
DataFailureException- the data failure exception
-