|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.hack23.cia.service.component.agent.impl.riksdagen.RiksdagenImportServiceImpl
@Component(value="RiksdagenImportService") @Transactional(propagation=MANDATORY) public class RiksdagenImportServiceImpl
The Class RiksdagenImportServiceImpl.
Constructor Summary | |
---|---|
RiksdagenImportServiceImpl()
|
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 documentData)
Update document content data. |
void |
updateDocumentData(DocumentStatusContainer documentData)
Update document data. |
void |
updateDocumentElement(DocumentElement documentData)
Update document element. |
void |
updateVoteDataData(List<VoteData> list)
Update vote data data. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RiksdagenImportServiceImpl()
Method Detail |
---|
public List<String> getAvaibleCommitteeProposal()
RiksdagenImportService
getAvaibleCommitteeProposal
in interface RiksdagenImportService
public List<String> getAvaibleDocumentContent()
RiksdagenImportService
getAvaibleDocumentContent
in interface RiksdagenImportService
public List<String> getAvaibleDocumentStatus()
RiksdagenImportService
getAvaibleDocumentStatus
in interface RiksdagenImportService
public Map<String,String> getCommitteeProposalComponentDataMap()
RiksdagenImportService
getCommitteeProposalComponentDataMap
in interface RiksdagenImportService
public Map<String,String> getDocumentContentMap()
RiksdagenImportService
getDocumentContentMap
in interface RiksdagenImportService
public Map<String,String> getDocumentElementMap()
RiksdagenImportService
getDocumentElementMap
in interface RiksdagenImportService
public Map<String,DocumentType> getDocumentElementMap(Date after, List<DocumentType> downloadType, boolean onlyWithDocStatus)
RiksdagenImportService
getDocumentElementMap
in interface RiksdagenImportService
after
- the afterdownloadType
- the download typeonlyWithDocStatus
- the only with doc status
public Map<String,String> getDocumentStatusContainerMap()
RiksdagenImportService
getDocumentStatusContainerMap
in interface RiksdagenImportService
public Map<String,String> getLoadedBallotIdMap()
RiksdagenImportService
getLoadedBallotIdMap
in interface RiksdagenImportService
public Map<String,String> getPersonMap()
RiksdagenImportService
getPersonMap
in interface RiksdagenImportService
public void update(PersonData personData)
RiksdagenImportService
update
in interface RiksdagenImportService
personData
- the person datapublic void updateCommitteeProposalComponentData(CommitteeProposalComponentData committeeProposal)
RiksdagenImportService
updateCommitteeProposalComponentData
in interface RiksdagenImportService
committeeProposal
- the committee proposalpublic void updateDocumentContentData(DocumentContentData documentData)
RiksdagenImportService
updateDocumentContentData
in interface RiksdagenImportService
documentData
- the document contentpublic void updateDocumentData(DocumentStatusContainer documentData)
RiksdagenImportService
updateDocumentData
in interface RiksdagenImportService
documentData
- the document datapublic void updateDocumentElement(DocumentElement documentData)
RiksdagenImportService
updateDocumentElement
in interface RiksdagenImportService
documentData
- the document elementpublic void updateVoteDataData(List<VoteData> list)
RiksdagenImportService
updateVoteDataData
in interface RiksdagenImportService
list
- the ballot
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |