|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Vote.Position | |
---|---|
com.hack23.cia.model.application.dto | Data transfer objects, created in service layer used in web layer. |
com.hack23.cia.model.sweden.impl | The entity model related to Swedish parliament members votes. |
com.hack23.cia.service.impl.commondao.api | |
com.hack23.cia.service.impl.commondao.impl |
Uses of Vote.Position in com.hack23.cia.model.application.dto |
---|
Methods in com.hack23.cia.model.application.dto with parameters of type Vote.Position | |
---|---|
String |
UserSessionDTO.getLanguageResource(Vote.Position position)
Gets the language resource. |
Uses of Vote.Position in com.hack23.cia.model.sweden.impl |
---|
Fields in com.hack23.cia.model.sweden.impl declared as Vote.Position | |
---|---|
protected Vote.Position |
AbstractBallotResult.winningPosition
The winning position. |
Methods in com.hack23.cia.model.sweden.impl that return Vote.Position | |
---|---|
Vote.Position |
Vote.getPosition()
Gets the position. |
Vote.Position |
AbstractBallotResult.getWinningPosition()
Gets the winning position. |
static Vote.Position |
Vote.Position.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Vote.Position[] |
Vote.Position.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in com.hack23.cia.model.sweden.impl with parameters of type Vote.Position | |
---|---|
boolean |
Ballot.isWinningPosition(Vote.Position position)
Checks if is winning position. |
void |
Vote.setPosition(Vote.Position position)
Sets the position. |
void |
AbstractBallotResult.setWinningPosition(Vote.Position winningPosition)
Sets the winning position. |
Uses of Vote.Position in com.hack23.cia.service.impl.commondao.api |
---|
Methods in com.hack23.cia.service.impl.commondao.api that return types with arguments of type Vote.Position | |
---|---|
List<Vote.Position> |
ParliamentMemberDAO.getPositions(ParliamentMember parliamentMember)
Gets the positions. |
Uses of Vote.Position in com.hack23.cia.service.impl.commondao.impl |
---|
Methods in com.hack23.cia.service.impl.commondao.impl that return types with arguments of type Vote.Position | |
---|---|
List<Vote.Position> |
ParliamentMemberDAOImpl.getPositions(ParliamentMember parliamentMember)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |