Uses of Class
com.hack23.cia.model.api.sweden.common.ImportedData.ImportStatus

Packages that use ImportedData.ImportStatus
Package Description
com.hack23.cia.model.api.sweden.common Provides... 
com.hack23.cia.model.impl.sweden.configuration Provides... 
com.hack23.cia.model.impl.sweden.content Provides... 
com.hack23.cia.model.impl.sweden.events Provides... 
 

Uses of ImportedData.ImportStatus in com.hack23.cia.model.api.sweden.common
 

Methods in com.hack23.cia.model.api.sweden.common that return ImportedData.ImportStatus
Modifier and Type Method and Description
 ImportedData.ImportStatus ImportedData.getImportStatus()
          Gets the import status.
static ImportedData.ImportStatus ImportedData.ImportStatus.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ImportedData.ImportStatus[] ImportedData.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.common with parameters of type ImportedData.ImportStatus
Modifier and Type Method and Description
 void ImportedData.setImportStatus(ImportedData.ImportStatus importStatus)
          Sets the import status.
 

Uses of ImportedData.ImportStatus in com.hack23.cia.model.impl.sweden.configuration
 

Methods in com.hack23.cia.model.impl.sweden.configuration that return ImportedData.ImportStatus
Modifier and Type Method and Description
 ImportedData.ImportStatus Committee.getImportStatus()
           
 ImportedData.ImportStatus Parliament.getImportStatus()
           
 

Methods in com.hack23.cia.model.impl.sweden.configuration with parameters of type ImportedData.ImportStatus
Modifier and Type Method and Description
 void Committee.setImportStatus(ImportedData.ImportStatus importStatus)
           
 void Parliament.setImportStatus(ImportedData.ImportStatus importStatus)
           
 

Uses of ImportedData.ImportStatus in com.hack23.cia.model.impl.sweden.content
 

Methods in com.hack23.cia.model.impl.sweden.content that return ImportedData.ImportStatus
Modifier and Type Method and Description
 ImportedData.ImportStatus CommitteeReport.getImportStatus()
           
 ImportedData.ImportStatus RegisterInformation.getImportStatus()
           
 ImportedData.ImportStatus Politician.getImportStatus()
           
 ImportedData.ImportStatus ParliamentDocumentType.getImportStatus()
           
 ImportedData.ImportStatus Vote.getImportStatus()
           
 ImportedData.ImportStatus PoliticalParty.getImportStatus()
           
 ImportedData.ImportStatus ParliamentMember.getImportStatus()
           
 ImportedData.ImportStatus Ballot.getImportStatus()
           
 

Methods in com.hack23.cia.model.impl.sweden.content with parameters of type ImportedData.ImportStatus
Modifier and Type Method and Description
 void CommitteeReport.setImportStatus(ImportedData.ImportStatus importStatus)
           
 void RegisterInformation.setImportStatus(ImportedData.ImportStatus importStatus)
           
 void Politician.setImportStatus(ImportedData.ImportStatus importStatus)
           
 void ParliamentDocumentType.setImportStatus(ImportedData.ImportStatus importStatus)
           
 void Vote.setImportStatus(ImportedData.ImportStatus importStatus)
           
 void PoliticalParty.setImportStatus(ImportedData.ImportStatus importStatus)
           
 void ParliamentMember.setImportStatus(ImportedData.ImportStatus importStatus)
           
 void Ballot.setImportStatus(ImportedData.ImportStatus importStatus)
           
 

Uses of ImportedData.ImportStatus in com.hack23.cia.model.impl.sweden.events
 

Methods in com.hack23.cia.model.impl.sweden.events that return ImportedData.ImportStatus
Modifier and Type Method and Description
 ImportedData.ImportStatus Election.getImportStatus()
           
 ImportedData.ImportStatus ParliamentYear.getImportStatus()
           
 

Methods in com.hack23.cia.model.impl.sweden.events with parameters of type ImportedData.ImportStatus
Modifier and Type Method and Description
 void Election.setImportStatus(ImportedData.ImportStatus importStatus)
           
 void ParliamentYear.setImportStatus(ImportedData.ImportStatus importStatus)
           
 



Copyright © 2008-2010 www.hack23.com. All Rights Reserved.