|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Election | |
---|---|
com.hack23.cia.model.sweden.impl | The entity model related to Swedish parliament members votes. |
com.hack23.cia.service.api.common | Service API common request/response objects. |
com.hack23.cia.service.impl.admin.agent.sweden.api | Swedish Parliament data agent interfaces. |
com.hack23.cia.service.impl.admin.agent.sweden.impl | Swedish Parliament data agent implementations. |
com.hack23.cia.service.impl.common | Common service implementations. |
com.hack23.cia.web.views.form.admin | Admin Forms for objects in the model. |
Uses of Election in com.hack23.cia.model.sweden.impl |
---|
Methods in com.hack23.cia.model.sweden.impl that return Election | |
---|---|
Election |
Parliament.getElectionById(Long id)
Gets the election by id. |
Methods in com.hack23.cia.model.sweden.impl that return types with arguments of type Election | |
---|---|
Set<Election> |
Parliament.getElections()
Gets the elections. |
Method parameters in com.hack23.cia.model.sweden.impl with type arguments of type Election | |
---|---|
void |
Parliament.setElections(Set<Election> elections)
Sets the elections. |
Uses of Election in com.hack23.cia.service.api.common |
---|
Methods in com.hack23.cia.service.api.common that return Election | |
---|---|
Election |
ParliamentService.loadElection(Long id)
Load election. |
Election |
ParliamentService.loadElectionById(Long id)
Load election by id. |
Methods in com.hack23.cia.service.api.common that return types with arguments of type Election | |
---|---|
Set<Election> |
ParliamentService.getElections()
Gets the elections. |
Uses of Election in com.hack23.cia.service.impl.admin.agent.sweden.api |
---|
Methods in com.hack23.cia.service.impl.admin.agent.sweden.api that return Election | |
---|---|
Election |
ElectionAgent.getCurrent()
Gets the current. |
Election |
ElectionAgent.getNext()
Gets the next. |
Election |
ElectionAgent.getPrevious()
Gets the previous. |
Methods in com.hack23.cia.service.impl.admin.agent.sweden.api that return types with arguments of type Election | |
---|---|
List<Election> |
ElectionAgent.getCurrentList()
Gets the current list. |
Uses of Election in com.hack23.cia.service.impl.admin.agent.sweden.impl |
---|
Methods in com.hack23.cia.service.impl.admin.agent.sweden.impl that return Election | |
---|---|
Election |
ElectionAgentImpl.getCurrent()
|
Election |
ElectionAgentImpl.getNext()
|
Election |
ElectionAgentImpl.getPrevious()
|
Methods in com.hack23.cia.service.impl.admin.agent.sweden.impl that return types with arguments of type Election | |
---|---|
List<Election> |
ElectionAgentImpl.getCurrentList()
|
Uses of Election in com.hack23.cia.service.impl.common |
---|
Methods in com.hack23.cia.service.impl.common that return Election | |
---|---|
Election |
ParliamentServiceImpl.loadElection(Long id)
|
Election |
ParliamentServiceImpl.loadElectionById(Long id)
|
Methods in com.hack23.cia.service.impl.common that return types with arguments of type Election | |
---|---|
Set<Election> |
ParliamentServiceImpl.getElections()
|
Uses of Election in com.hack23.cia.web.views.form.admin |
---|
Constructors in com.hack23.cia.web.views.form.admin with parameters of type Election | |
---|---|
ElectionForm(UserSessionDTO userSessionDTO,
Election election)
Instantiates a new election form. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |