Uses of Interface
com.hack23.cia.model.api.sweden.events.ElectionData

Packages that use ElectionData
Package Description
com.hack23.cia.model.api.sweden.configuration Provides... 
com.hack23.cia.model.api.sweden.factory   
com.hack23.cia.model.impl.sweden.configuration Provides... 
com.hack23.cia.model.impl.sweden.events Provides... 
com.hack23.cia.model.impl.sweden.factory   
com.hack23.cia.service.impl.control.agent.sweden.api Swedish Parliament data agent interfaces. 
com.hack23.cia.service.impl.control.agent.sweden.impl.agents Swedish Parliament data agent implementations. 
com.hack23.cia.service.impl.control.agent.sweden.impl.service Provides... 
com.hack23.cia.web.impl.ui.container.content Provides... 
com.hack23.cia.web.impl.ui.form.content Provides... 
 

Uses of ElectionData in com.hack23.cia.model.api.sweden.configuration
 

Methods in com.hack23.cia.model.api.sweden.configuration that return ElectionData
Modifier and Type Method and Description
 ElectionData PoliticalPartyData.getElection()
          Gets the election.
 

Uses of ElectionData in com.hack23.cia.model.api.sweden.factory
 

Methods in com.hack23.cia.model.api.sweden.factory that return types with arguments of type ElectionData
Modifier and Type Method and Description
 Class<? extends ElectionData> SwedenModelFactory.getElectionDataSpec()
          Gets the election data spec.
 

Uses of ElectionData in com.hack23.cia.model.impl.sweden.configuration
 

Methods in com.hack23.cia.model.impl.sweden.configuration that return types with arguments of type ElectionData
Modifier and Type Method and Description
 Set<ElectionData> Parliament.getElectionsData()
          Gets the elections data.
 

Uses of ElectionData in com.hack23.cia.model.impl.sweden.events
 

Classes in com.hack23.cia.model.impl.sweden.events that implement ElectionData
Modifier and Type Class and Description
 class Election
          The Class Election.
 

Uses of ElectionData in com.hack23.cia.model.impl.sweden.factory
 

Methods in com.hack23.cia.model.impl.sweden.factory that return types with arguments of type ElectionData
Modifier and Type Method and Description
 Class<? extends ElectionData> SwedenModelFactoryImpl.getElectionDataSpec()
           
 

Uses of ElectionData in com.hack23.cia.service.impl.control.agent.sweden.api
 

Methods in com.hack23.cia.service.impl.control.agent.sweden.api that return types with arguments of type ElectionData
Modifier and Type Method and Description
 List<ElectionData> ElectionAgent.getCurrentList()
          Gets the current list.
 

Methods in com.hack23.cia.service.impl.control.agent.sweden.api with parameters of type ElectionData
Modifier and Type Method and Description
 void ElectionAgentSupportService.addIfNotExist(ElectionData election)
          Adds the if not exist.
 

Uses of ElectionData in com.hack23.cia.service.impl.control.agent.sweden.impl.agents
 

Methods in com.hack23.cia.service.impl.control.agent.sweden.impl.agents that return types with arguments of type ElectionData
Modifier and Type Method and Description
 List<ElectionData> ElectionAgentImpl.getCurrentList()
           
 

Uses of ElectionData in com.hack23.cia.service.impl.control.agent.sweden.impl.service
 

Methods in com.hack23.cia.service.impl.control.agent.sweden.impl.service with parameters of type ElectionData
Modifier and Type Method and Description
 void ElectionAgentSupportServiceImpl.addIfNotExist(ElectionData election)
           
 

Uses of ElectionData in com.hack23.cia.web.impl.ui.container.content
 

Methods in com.hack23.cia.web.impl.ui.container.content that return types with arguments of type ElectionData
Modifier and Type Method and Description
protected  GenericUserInterfaceLoaderService<ElectionData> HierarchicalContentContainer.getElectionLoaderService()
          Gets the election loader service.
 

Uses of ElectionData in com.hack23.cia.web.impl.ui.form.content
 

Constructors in com.hack23.cia.web.impl.ui.form.content with parameters of type ElectionData
Constructor and Description
ElectionForm(UserSessionDto userSessionDTO, ElectionData election)
          Instantiates a new election form.
 



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