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

Packages that use ParliamentImportedData.ImportStatus
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 ParliamentImportedData.ImportStatus in com.hack23.cia.model.api.sweden.common
 

Methods in com.hack23.cia.model.api.sweden.common 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.common 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.configuration
 

Methods in com.hack23.cia.model.impl.sweden.configuration that return ParliamentImportedData.ImportStatus
 ParliamentImportedData.ImportStatus Parliament.getImportStatus()
           
 ParliamentImportedData.ImportStatus Committee.getImportStatus()
           
 

Methods in com.hack23.cia.model.impl.sweden.configuration with parameters of type ParliamentImportedData.ImportStatus
 void Parliament.setImportStatus(ParliamentImportedData.ImportStatus importStatus)
           
 void Committee.setImportStatus(ParliamentImportedData.ImportStatus importStatus)
           
 

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

Methods in com.hack23.cia.model.impl.sweden.content that return ParliamentImportedData.ImportStatus
 ParliamentImportedData.ImportStatus Ballot.getImportStatus()
           
 ParliamentImportedData.ImportStatus PoliticalParty.getImportStatus()
           
 ParliamentImportedData.ImportStatus ParliamentMember.getImportStatus()
           
 ParliamentImportedData.ImportStatus CommitteeReport.getImportStatus()
           
 ParliamentImportedData.ImportStatus RegisterInformation.getImportStatus()
           
 ParliamentImportedData.ImportStatus ParliamentDocumentType.getImportStatus()
           
 ParliamentImportedData.ImportStatus Vote.getImportStatus()
           
 

Methods in com.hack23.cia.model.impl.sweden.content with parameters of type ParliamentImportedData.ImportStatus
 void Ballot.setImportStatus(ParliamentImportedData.ImportStatus importStatus)
           
 void PoliticalParty.setImportStatus(ParliamentImportedData.ImportStatus importStatus)
           
 void ParliamentMember.setImportStatus(ParliamentImportedData.ImportStatus importStatus)
           
 void CommitteeReport.setImportStatus(ParliamentImportedData.ImportStatus importStatus)
           
 void RegisterInformation.setImportStatus(ParliamentImportedData.ImportStatus importStatus)
           
 void ParliamentDocumentType.setImportStatus(ParliamentImportedData.ImportStatus importStatus)
           
 void Vote.setImportStatus(ParliamentImportedData.ImportStatus importStatus)
           
 

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

Methods in com.hack23.cia.model.impl.sweden.events that return ParliamentImportedData.ImportStatus
 ParliamentImportedData.ImportStatus Election.getImportStatus()
           
 ParliamentImportedData.ImportStatus ParliamentYear.getImportStatus()
           
 

Methods in com.hack23.cia.model.impl.sweden.events with parameters of type ParliamentImportedData.ImportStatus
 void Election.setImportStatus(ParliamentImportedData.ImportStatus importStatus)
           
 void ParliamentYear.setImportStatus(ParliamentImportedData.ImportStatus importStatus)
           
 



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