Interface RiksdagenPersonApi


public interface RiksdagenPersonApi
The Interface RiksdagenPersonApi.
  • Method Summary

    Modifier and Type
    Method
    Description
    com.hack23.cia.model.external.riksdagen.person.impl.PersonData
    Gets the person.
    com.hack23.cia.model.external.riksdagen.personlista.impl.PersonContainerElement
    Gets 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 DataFailureException
      Gets the person list.
      Returns:
      the person list
      Throws:
      DataFailureException - the data failure exception