|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RiksdagenImportService
The Interface RiksdagenImportService.
Method Summary | |
---|---|
List<String> |
getAvaibleCommitteeProposal()
Gets the avaible committee proposal. |
List<String> |
getAvaibleDocumentContent()
Gets the avaible document content. |
List<String> |
getAvaibleDocumentStatus()
Gets the avaible document status. |
Map<String,String> |
getCommitteeProposalComponentDataMap()
Gets the committee proposal component data map. |
Map<String,String> |
getDocumentContentMap()
Gets the document content map. |
Map<String,String> |
getDocumentElementMap()
Gets the document element map. |
Map<String,DocumentType> |
getDocumentElementMap(Date after,
List<DocumentType> downloadType,
boolean onlyWithDocStatus)
Gets the document element map. |
Map<String,String> |
getDocumentStatusContainerMap()
Gets the document status container map. |
Map<String,String> |
getLoadedBallotIdMap()
Gets the loaded ballot id map. |
Map<String,String> |
getPersonMap()
Gets the person map. |
void |
update(PersonData personData)
Update. |
void |
updateCommitteeProposalComponentData(CommitteeProposalComponentData committeeProposal)
Update committee proposal component data. |
void |
updateDocumentContentData(DocumentContentData documentContent)
Update document content data. |
void |
updateDocumentData(DocumentStatusContainer documentData)
Update document data. |
void |
updateDocumentElement(DocumentElement documentElement)
Update document element. |
void |
updateVoteDataData(List<VoteData> ballot)
Update vote data data. |
Method Detail |
---|
List<String> getAvaibleCommitteeProposal()
List<String> getAvaibleDocumentContent()
List<String> getAvaibleDocumentStatus()
Map<String,String> getCommitteeProposalComponentDataMap()
Map<String,String> getDocumentContentMap()
Map<String,String> getDocumentElementMap()
Map<String,DocumentType> getDocumentElementMap(Date after, List<DocumentType> downloadType, boolean onlyWithDocStatus)
after
- the afterdownloadType
- the download typeonlyWithDocStatus
- the only with doc status
Map<String,String> getDocumentStatusContainerMap()
Map<String,String> getLoadedBallotIdMap()
Map<String,String> getPersonMap()
void update(PersonData personData)
personData
- the person datavoid updateCommitteeProposalComponentData(CommitteeProposalComponentData committeeProposal)
committeeProposal
- the committee proposalvoid updateDocumentContentData(DocumentContentData documentContent)
documentContent
- the document contentvoid updateDocumentData(DocumentStatusContainer documentData)
documentData
- the document datavoid updateDocumentElement(DocumentElement documentElement)
documentElement
- the document elementvoid updateVoteDataData(List<VoteData> ballot)
ballot
- the ballot
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |