Uses of Class
com.hack23.cia.model.api.sweden.content.VotePosition

Packages that use VotePosition
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
 

Methods in com.hack23.cia.model.api.sweden.configuration that return VotePosition
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.
 

Methods in com.hack23.cia.model.api.sweden.configuration with parameters of type VotePosition
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
 

Methods in com.hack23.cia.model.api.sweden.content that return VotePosition
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
 

Fields in com.hack23.cia.model.impl.sweden.content declared as VotePosition
Modifier and Type Field and Description
protected  VotePosition AbstractBallotResult.winningPosition
          The winning position.
 

Methods in com.hack23.cia.model.impl.sweden.content that return VotePosition
Modifier and Type Method and Description
 VotePosition Vote.getPosition()
           
 VotePosition AbstractBallotResult.getWinningPosition()
          Gets the winning position.
 

Methods in com.hack23.cia.model.impl.sweden.content with parameters of type VotePosition
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
 

Methods in com.hack23.cia.service.api.dto.api.application with parameters of type VotePosition
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
 

Methods in com.hack23.cia.service.impl.commondao.api that return types with arguments of type VotePosition
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
 

Methods in com.hack23.cia.service.impl.commondao.impl that return types with arguments of type VotePosition
Modifier and Type Method and Description
 List<VotePosition> ParliamentMemberDAOImpl.getPositions(ParliamentMemberData parliamentMember)
          Gets the positions.
 



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