Uses of Class
com.hack23.cia.model.sweden.impl.Vote

Packages that use Vote
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.api.user Service API user request/response objects. 
com.hack23.cia.service.impl.admin Admin service implementations. 
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.service.impl.commondao.api   
com.hack23.cia.service.impl.commondao.impl   
com.hack23.cia.web.viewfactory.api.user User viewfactory api, contains user ModelAndView implementations. 
 

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

Methods in com.hack23.cia.model.sweden.impl that return Vote
 Vote Ballot.getVoteForParliamentMember(ParliamentMember parliamentMember)
          Gets the vote for parliament member.
 

Methods in com.hack23.cia.model.sweden.impl that return types with arguments of type Vote
 List<Vote> Ballot.getVotes()
          Gets the votes.
 

Methods in com.hack23.cia.model.sweden.impl with parameters of type Vote
 boolean BallotResult.isLosingVote(Vote vote)
          Checks if is losing vote.
 boolean Ballot.isRebelVote(Vote vote)
          Checks if is rebel vote.
 boolean PartyBallotResult.isRebelVote(Vote vote)
          Checks if is rebel vote.
 void ParliamentMemberBallotRecord.newVote(Vote vote)
           
 void AbstractBallotMetaData.newVote(Vote vote)
          New vote.
 

Method parameters in com.hack23.cia.model.sweden.impl with type arguments of type Vote
 void Ballot.setVotes(List<Vote> votes)
          Sets the votes.
 

Uses of Vote in com.hack23.cia.service.api.common
 

Methods in com.hack23.cia.service.api.common that return types with arguments of type Vote
 List<Vote> ParliamentService.findLastVotes(Long id)
          Find last votes.
 List<Vote> ParliamentService.findLastVotesByBallotId(Long id)
          Find last votes by ballot id.
 List<Vote> ParliamentService.findVotes(Long id)
          Find votes.
 

Uses of Vote in com.hack23.cia.service.api.user
 

Methods in com.hack23.cia.service.api.user that return types with arguments of type Vote
 List<Vote> BallotResponse.getFindLastVotesByBallotId()
          Gets the find last votes by ballot id.
 List<Vote> ParliamentMemberResponse.getVotes()
          Gets the votes.
 

Constructor parameters in com.hack23.cia.service.api.user with type arguments of type Vote
BallotResponse(UserSessionDTO userSessionDTO, List<Vote> findLastVotesByBallotId)
          Instantiates a new ballot response.
ParliamentMemberResponse(UserSessionDTO userSessionDTO, ParliamentMember parliamentMember, List<ParliamentMemberVoteCompareResult> friendList, List<ParliamentMemberVoteCompareResult> enemyList, List<ParliamentMemberVoteCompareResult> friendPartyList, List<ParliamentMemberVoteCompareResult> enemyPartyList, List<Vote> votes, RegisterInformation registerInformation)
          Instantiates a new parliament member response.
 

Uses of Vote in com.hack23.cia.service.impl.admin
 

Method parameters in com.hack23.cia.service.impl.admin with type arguments of type Vote
 void AgentSupportServiceImpl.addBallotInformation(Long ballotId, List<Vote> voteResult)
           
 

Uses of Vote in com.hack23.cia.service.impl.admin.agent.sweden.api
 

Methods in com.hack23.cia.service.impl.admin.agent.sweden.api that return types with arguments of type Vote
 List<Vote> BallotAgent.getVoteResult(Ballot ballot)
          Gets the vote result.
 

Method parameters in com.hack23.cia.service.impl.admin.agent.sweden.api with type arguments of type Vote
 void AgentSupportService.addBallotInformation(Long ballotId, List<Vote> list)
          Adds the ballot information.
 

Uses of Vote in com.hack23.cia.service.impl.admin.agent.sweden.impl
 

Methods in com.hack23.cia.service.impl.admin.agent.sweden.impl that return types with arguments of type Vote
 List<Vote> BallotAgentImpl.getVoteResult(Ballot ballot)
           
 

Uses of Vote in com.hack23.cia.service.impl.common
 

Methods in com.hack23.cia.service.impl.common that return types with arguments of type Vote
 List<Vote> ParliamentServiceImpl.findLastVotes(Long id)
           
 List<Vote> ParliamentServiceImpl.findLastVotesByBallotId(Long id)
           
 List<Vote> ParliamentServiceImpl.findVotes(Long id)
           
 

Uses of Vote 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
 List<Vote> ParliamentMemberDAO.findLastVotes(Long id)
          Find last votes.
 List<Vote> ParliamentMemberDAO.findLastVotesByBallotId(Long id)
          Find last votes by ballot id.
 List<Vote> ParliamentMemberDAO.findVotes(Long id)
          Find votes.
 

Uses of Vote 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
 List<Vote> ParliamentMemberDAOImpl.findLastVotes(Long id)
           
 List<Vote> ParliamentMemberDAOImpl.findLastVotesByBallotId(Long id)
           
 List<Vote> ParliamentMemberDAOImpl.findVotes(Long id)
           
 

Uses of Vote in com.hack23.cia.web.viewfactory.api.user
 

Methods in com.hack23.cia.web.viewfactory.api.user that return types with arguments of type Vote
 List<Vote> ParliamentMemberSummaryModelAndView.getVotes()
          Gets the votes.
 List<Vote> VotesModelAndView.getVotes()
          Gets the votes.
 

Constructor parameters in com.hack23.cia.web.viewfactory.api.user with type arguments of type Vote
ParliamentMemberSummaryModelAndView(UserSessionDTO userSessionDTO, ControllerAction controllerAction, ParliamentMemberSummaryModelAndView.ParliamentMemberSummaryViewSpecification parliamentMemberSummaryViewSpecification, ParliamentMember parliamentMember, List<ParliamentMemberVoteCompareResult> friendList, List<ParliamentMemberVoteCompareResult> enemyList, List<ParliamentMemberVoteCompareResult> friendPartyList, List<ParliamentMemberVoteCompareResult> enemyPartyList, List<Vote> votes, RegisterInformation registerInformation)
          Instantiates a new parliament member summary model and view.
VotesModelAndView(UserSessionDTO userSessionDTO, ControllerAction controllerAction, VotesModelAndView.VotesViewSpecification votesViewSpecification, List<Vote> votes)
          Instantiates a new votes model and view.
 



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