|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ParliamentImportedData.ImportStatus | |
---|---|
com.hack23.cia.model.api.sweden | Parliament interfaces for objects in the model. |
com.hack23.cia.model.impl.sweden | The entity model related to Swedish parliament members votes. |
Uses of ParliamentImportedData.ImportStatus in com.hack23.cia.model.api.sweden |
---|
Methods in com.hack23.cia.model.api.sweden that return ParliamentImportedData.ImportStatus | |
---|---|
ParliamentImportedData.ImportStatus |
ParliamentImportedData.getImportStatus()
Gets the import status. |
static ParliamentImportedData.ImportStatus |
ParliamentImportedData.ImportStatus.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ParliamentImportedData.ImportStatus[] |
ParliamentImportedData.ImportStatus.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in com.hack23.cia.model.api.sweden with parameters of type ParliamentImportedData.ImportStatus | |
---|---|
void |
ParliamentImportedData.setImportStatus(ParliamentImportedData.ImportStatus importStatus)
Sets the import status. |
Uses of ParliamentImportedData.ImportStatus in com.hack23.cia.model.impl.sweden |
---|
Methods in com.hack23.cia.model.impl.sweden that return ParliamentImportedData.ImportStatus | |
---|---|
ParliamentImportedData.ImportStatus |
Ballot.getImportStatus()
|
ParliamentImportedData.ImportStatus |
PoliticalParty.getImportStatus()
|
ParliamentImportedData.ImportStatus |
ParliamentYear.getImportStatus()
|
ParliamentImportedData.ImportStatus |
ParliamentDocumentType.getImportStatus()
|
ParliamentImportedData.ImportStatus |
RegisterInformation.getImportStatus()
|
ParliamentImportedData.ImportStatus |
ParliamentMember.getImportStatus()
|
ParliamentImportedData.ImportStatus |
Election.getImportStatus()
|
ParliamentImportedData.ImportStatus |
Committee.getImportStatus()
|
ParliamentImportedData.ImportStatus |
CommitteeReport.getImportStatus()
|
ParliamentImportedData.ImportStatus |
Vote.getImportStatus()
|
Methods in com.hack23.cia.model.impl.sweden with parameters of type ParliamentImportedData.ImportStatus | |
---|---|
void |
Ballot.setImportStatus(ParliamentImportedData.ImportStatus importStatus)
|
void |
PoliticalParty.setImportStatus(ParliamentImportedData.ImportStatus importStatus)
|
void |
ParliamentYear.setImportStatus(ParliamentImportedData.ImportStatus importStatus)
|
void |
ParliamentDocumentType.setImportStatus(ParliamentImportedData.ImportStatus importStatus)
|
void |
RegisterInformation.setImportStatus(ParliamentImportedData.ImportStatus importStatus)
|
void |
ParliamentMember.setImportStatus(ParliamentImportedData.ImportStatus importStatus)
|
void |
Election.setImportStatus(ParliamentImportedData.ImportStatus importStatus)
|
void |
Committee.setImportStatus(ParliamentImportedData.ImportStatus importStatus)
|
void |
CommitteeReport.setImportStatus(ParliamentImportedData.ImportStatus importStatus)
|
void |
Vote.setImportStatus(ParliamentImportedData.ImportStatus importStatus)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |