Interface RiksdagenBallotApi


public interface RiksdagenBallotApi
The Interface RiksdagenBallotApi.
  • Method Summary

    Modifier and Type
    Method
    Description
    List<com.hack23.cia.model.external.riksdagen.votering.impl.VoteData>
    Gets the ballot.
    List<com.hack23.cia.model.external.riksdagen.voteringlista.impl.BallotDocumentElement>
    Gets the ballot list.
  • 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 DataFailureException
      Gets the ballot list.
      Returns:
      the ballot list
      Throws:
      DataFailureException - the data failure exception