|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||

public interface RiksdagenApi
The Interface RiksdagenApi.
| Nested Class Summary | |
|---|---|
static class |
RiksdagenApi.DocumentTypeNames
The Enum DocumentTypeNames. |
| Field Summary | |
|---|---|
static RoleStatus[] |
closed
The Constant closed. |
static String |
RIKSDAGEN_JAVA_SIMPLE_DATE_FORMAT
The Constant RIKSDAGEN_JAVA_SIMPLE_DATE_FORMAT. |
static String |
RIKSDAGEN_SQL_STR_TO_DATE_FORMAT
The Constant RIKSDAGEN_SQL_STR_TO_DATE_FORMAT. |
| Method Summary | |
|---|---|
List<VoteData> |
getBallot(String id)
Gets the ballot. |
List<BallotDocumentElement> |
getBallotList()
Gets the ballot list. |
CommitteeProposalComponentData |
getCommitteeProposal(String id)
Gets the committee proposal. |
DocumentContentData |
getDocumentContent(String id)
Gets the document content. |
List<DocumentElement> |
getDocumentList(DocumentType documentType,
int maxNumberPages)
Gets the document list. |
List<DocumentElement> |
getDocumentList(DocumentType documentType,
Integer year,
int maxNumberPages)
Gets the document list. |
List<DocumentElement> |
getDocumentList(Integer year,
int maxNumberPages)
Gets the document list. |
List<DocumentElement> |
getDocumentList(String changedSinceDate,
int maxNumberPages)
Gets the document list. |
List<DocumentElement> |
getDocumentListByPerson(String personId,
int maxNumberPages)
Gets the document list by person. |
DocumentStatusContainer |
getDocumentStatus(String id)
Gets the document status. |
PersonData |
getPerson(String id)
Gets the person. |
PersonContainerElement |
getPersonList()
Gets the person list. |
void |
processDocumentList(DocumentType documentType,
Integer year,
ProcessDataStrategy<DocumentElement> processStrategy)
Process document list. |
void |
processDocumentList(DocumentType documentType,
ProcessDataStrategy<DocumentElement> processStrategy)
Process document list. |
void |
processDocumentList(Integer year,
ProcessDataStrategy<DocumentElement> processStrategy)
Process document list. |
void |
processDocumentList(String changedSinceDate,
ProcessDataStrategy<DocumentElement> processStrategy)
Process document list. |
void |
processDocumentListByPerson(String personId,
ProcessDataStrategy<DocumentElement> processStrategy)
Process document list by person. |
| Field Detail |
|---|
static final RoleStatus[] closed
static final String RIKSDAGEN_JAVA_SIMPLE_DATE_FORMAT
static final String RIKSDAGEN_SQL_STR_TO_DATE_FORMAT
| Method Detail |
|---|
List<VoteData> getBallot(String id)
throws Exception
id - the id
Exception - the exception
CommitteeProposalComponentData getCommitteeProposal(String id)
throws Exception
id - the id
Exception - the exception
DocumentContentData getDocumentContent(String id)
throws Exception
id - the id
Exception - the exception
List<DocumentElement> getDocumentList(DocumentType documentType,
int maxNumberPages)
throws Exception
documentType - the document typemaxNumberPages - the max number pages
Exception - the exception
List<DocumentElement> getDocumentList(DocumentType documentType,
Integer year,
int maxNumberPages)
throws Exception
documentType - the document typeyear - the yearmaxNumberPages - the max number pages
Exception - the exception
List<DocumentElement> getDocumentList(Integer year,
int maxNumberPages)
throws Exception
year - the yearmaxNumberPages - the max number pages
Exception - the exception
List<DocumentElement> getDocumentList(String changedSinceDate,
int maxNumberPages)
throws Exception
changedSinceDate - the changed since datemaxNumberPages - the max number pages
Exception - the exception
List<DocumentElement> getDocumentListByPerson(String personId,
int maxNumberPages)
throws Exception
personId - the person idmaxNumberPages - the max number pages
Exception - the exception
DocumentStatusContainer getDocumentStatus(String id)
throws Exception
id - the id
Exception - the exception
PersonData getPerson(String id)
throws Exception
id - the id
Exception - the exception
PersonContainerElement getPersonList()
throws Exception
Exception - the exception
void processDocumentList(DocumentType documentType,
Integer year,
ProcessDataStrategy<DocumentElement> processStrategy)
throws Exception
documentType - the document typeyear - the yearprocessStrategy - the process strategy
Exception - the exception
void processDocumentList(DocumentType documentType,
ProcessDataStrategy<DocumentElement> processStrategy)
throws Exception
documentType - the document typeprocessStrategy - the process strategy
Exception - the exception
void processDocumentList(Integer year,
ProcessDataStrategy<DocumentElement> processStrategy)
throws Exception
year - the yearprocessStrategy - the process strategy
Exception - the exception
void processDocumentList(String changedSinceDate,
ProcessDataStrategy<DocumentElement> processStrategy)
throws Exception
changedSinceDate - the changed since dateprocessStrategy - the process strategy
Exception - the exception
void processDocumentListByPerson(String personId,
ProcessDataStrategy<DocumentElement> processStrategy)
throws Exception
personId - the person idprocessStrategy - the process strategy
Exception - the exception
List<BallotDocumentElement> getBallotList()
throws Exception
Exception - the exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||