|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ElectionData | |
---|---|
com.hack23.cia.model.api.dto.sweden | |
com.hack23.cia.model.impl.dto.sweden | |
com.hack23.cia.model.impl.sweden | The entity model related to Swedish parliament members votes. |
com.hack23.cia.service.impl.admin.agent.sweden.api | Swedish Parliament data agent interfaces. |
com.hack23.cia.service.impl.admin.agent.sweden.impl.agents | Swedish Parliament data agent implementations. |
com.hack23.cia.service.impl.admin.agent.sweden.impl.service | |
com.hack23.cia.web.impl.ui.form.admin.parliament | Admin Forms for objects in the model. |
com.hack23.cia.web.impl.ui.navigationview.admin.parliament | Admin navigation views. |
Uses of ElectionData in com.hack23.cia.model.api.dto.sweden |
---|
Methods in com.hack23.cia.model.api.dto.sweden that return types with arguments of type ElectionData | |
---|---|
Class<? extends ElectionData> |
SwedenModelFactory.getElectionDataSpec()
Gets the election data spec. |
Uses of ElectionData in com.hack23.cia.model.impl.dto.sweden |
---|
Methods in com.hack23.cia.model.impl.dto.sweden that return types with arguments of type ElectionData | |
---|---|
Class<? extends ElectionData> |
SwedenModelFactoryImpl.getElectionDataSpec()
|
Uses of ElectionData in com.hack23.cia.model.impl.sweden |
---|
Classes in com.hack23.cia.model.impl.sweden that implement ElectionData | |
---|---|
class |
Election
The Class Election. |
Methods in com.hack23.cia.model.impl.sweden that return types with arguments of type ElectionData | |
---|---|
Set<ElectionData> |
Parliament.getElectionsData()
Gets the elections data. |
Uses of ElectionData in com.hack23.cia.service.impl.admin.agent.sweden.api |
---|
Methods in com.hack23.cia.service.impl.admin.agent.sweden.api that return types with arguments of type ElectionData | |
---|---|
List<ElectionData> |
ElectionAgent.getCurrentList()
Gets the current list. |
Methods in com.hack23.cia.service.impl.admin.agent.sweden.api with parameters of type ElectionData | |
---|---|
void |
ElectionAgentSupportService.addIfNotExist(ElectionData election)
Adds the if not exist. |
Uses of ElectionData in com.hack23.cia.service.impl.admin.agent.sweden.impl.agents |
---|
Methods in com.hack23.cia.service.impl.admin.agent.sweden.impl.agents that return types with arguments of type ElectionData | |
---|---|
List<ElectionData> |
ElectionAgentImpl.getCurrentList()
|
Uses of ElectionData in com.hack23.cia.service.impl.admin.agent.sweden.impl.service |
---|
Methods in com.hack23.cia.service.impl.admin.agent.sweden.impl.service with parameters of type ElectionData | |
---|---|
void |
ElectionAgentSupportServiceImpl.addIfNotExist(ElectionData election)
|
Uses of ElectionData in com.hack23.cia.web.impl.ui.form.admin.parliament |
---|
Constructors in com.hack23.cia.web.impl.ui.form.admin.parliament with parameters of type ElectionData | |
---|---|
ElectionForm(UserSessionDto userSessionDTO,
ElectionData election)
Instantiates a new election form. |
Uses of ElectionData in com.hack23.cia.web.impl.ui.navigationview.admin.parliament |
---|
Methods in com.hack23.cia.web.impl.ui.navigationview.admin.parliament that return types with arguments of type ElectionData | |
---|---|
protected GenericUserInterfaceLoaderService<ElectionData> |
AbstractParliamentNavigationView.getElectionLoaderService()
Gets the election loader service. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |