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

Packages that use VotePosition
com.hack23.cia.model.api.dto.application Data transfer objects, created in service layer used in web layer. 
com.hack23.cia.model.api.sweden Parliament interfaces for objects in the model. 
com.hack23.cia.model.impl.sweden 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 VotePosition in com.hack23.cia.model.api.dto.application
 

Methods in com.hack23.cia.model.api.dto.application with parameters of type VotePosition
 String UserSessionDto.getLanguageResource(VotePosition position)
          Gets the language resource.
 

Uses of VotePosition in com.hack23.cia.model.api.sweden
 

Methods in com.hack23.cia.model.api.sweden that return VotePosition
 VotePosition VoteData.getPosition()
          Gets the position.
 VotePosition PartyBallotResultData.getWinningPosition()
          Gets the winning position.
 VotePosition BallotResultData.getWinningPosition()
          Gets the winning position.
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.
 

Methods in com.hack23.cia.model.api.sweden with parameters of type VotePosition
 void VoteData.setPosition(VotePosition position)
          Sets the position.
 

Uses of VotePosition in com.hack23.cia.model.impl.sweden
 

Fields in com.hack23.cia.model.impl.sweden declared as VotePosition
protected  VotePosition AbstractBallotResult.winningPosition
          The winning position.
 

Methods in com.hack23.cia.model.impl.sweden that return VotePosition
 VotePosition Vote.getPosition()
           
 VotePosition AbstractBallotResult.getWinningPosition()
          Gets the winning position.
 

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

Methods in com.hack23.cia.service.impl.commondao.api that return types with arguments of type VotePosition
 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
 List<VotePosition> ParliamentMemberDAOImpl.getPositions(ParliamentMemberData parliamentMember)
          Gets the positions.
 



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