|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Package | Description |
---|---|
com.hack23.cia.model.api.sweden.configuration | Provides... |
com.hack23.cia.model.api.sweden.content | Provides... |
com.hack23.cia.model.impl.sweden.content | Provides... |
com.hack23.cia.service.api.dto.api.application | |
com.hack23.cia.service.impl.commondao.api | Provides... |
com.hack23.cia.service.impl.commondao.impl | Provides... |
Uses of VotePosition in com.hack23.cia.model.api.sweden.configuration |
---|
Modifier and Type | Method and Description |
---|---|
VotePosition |
VoteData.getPosition()
Gets the position. |
VotePosition |
PartyBallotResultData.getWinningPosition()
Gets the winning position. |
VotePosition |
BallotResultData.getWinningPosition()
Gets the winning position. |
Modifier and Type | Method and Description |
---|---|
void |
VoteData.setPosition(VotePosition position)
Sets the position. |
Uses of VotePosition in com.hack23.cia.model.api.sweden.content |
---|
Modifier and Type | Method and Description |
---|---|
static VotePosition |
VotePosition.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static VotePosition[] |
VotePosition.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Uses of VotePosition in com.hack23.cia.model.impl.sweden.content |
---|
Modifier and Type | Field and Description |
---|---|
protected VotePosition |
AbstractBallotResult.winningPosition
The winning position. |
Modifier and Type | Method and Description |
---|---|
VotePosition |
Vote.getPosition()
|
VotePosition |
AbstractBallotResult.getWinningPosition()
Gets the winning position. |
Modifier and Type | Method and Description |
---|---|
boolean |
Ballot.isWinningPosition(VotePosition position)
Checks if is winning position. |
void |
Vote.setPosition(VotePosition position)
|
void |
AbstractBallotResult.setWinningPosition(VotePosition winningPosition)
Sets the winning position. |
Uses of VotePosition in com.hack23.cia.service.api.dto.api.application |
---|
Modifier and Type | Method and Description |
---|---|
String |
UserSessionDto.getLanguageResource(VotePosition position)
Gets the language resource. |
Uses of VotePosition in com.hack23.cia.service.impl.commondao.api |
---|
Modifier and Type | Method and Description |
---|---|
List<VotePosition> |
ParliamentMemberDAO.getPositions(ParliamentMemberData parliamentMember)
Gets the positions. |
Uses of VotePosition in com.hack23.cia.service.impl.commondao.impl |
---|
Modifier and Type | Method and Description |
---|---|
List<VotePosition> |
ParliamentMemberDAOImpl.getPositions(ParliamentMemberData parliamentMember)
Gets the positions. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |