Uses of Class
org.sakaiproject.poll.model.Vote

Packages that use Vote
org.sakaiproject.poll.logic   
org.sakaiproject.poll.model   
 

Uses of Vote in org.sakaiproject.poll.logic
 

Methods in org.sakaiproject.poll.logic that return Vote
 Vote PollVoteManager.getVoteById(Long voteId)
          Get a vote by id
 

Methods in org.sakaiproject.poll.logic that return types with arguments of type Vote
 List<Vote> PollVoteManager.getAllVotesForOption(Option option)
          Get all votes for Option
 List<Vote> PollVoteManager.getAllVotesForPoll(Poll poll)
           
 Map<Long,List<Vote>> PollVoteManager.getVotesForUser(String userId, Long[] pollIds)
          Get all the votes for a specific user in a poll or polls (or all polls)
 

Methods in org.sakaiproject.poll.logic with parameters of type Vote
 void PollVoteManager.deleteVote(Vote vote)
          Delete the given vote
 boolean PollVoteManager.saveVote(Vote vote)
           
 

Method parameters in org.sakaiproject.poll.logic with type arguments of type Vote
 void PollVoteManager.saveVoteList(List<Vote> voteCollection)
          Save a vote collection - a users collection of votes for a specific poll
 

Uses of Vote in org.sakaiproject.poll.model
 

Methods in org.sakaiproject.poll.model that return types with arguments of type Vote
 List<Vote> Poll.getCurrentUserVotes()
           
 List<Vote> VoteCollection.getVotes()
           
 List<Vote> Poll.getVotes()
           
 

Methods in org.sakaiproject.poll.model with parameters of type Vote
 void Poll.addVote(Vote vote)
          Attach a vote to the list of votes for this poll
 

Method parameters in org.sakaiproject.poll.model with type arguments of type Vote
 void Poll.setCurrentUserVotes(List<Vote> currentUserVotes)
           
 void VoteCollection.setVotes(List<Vote> rvotes)
           
 void Poll.setVotes(List<Vote> value)
          Set the votes list for this poll
 



Copyright © 2003-2013 Sakai Project. All Rights Reserved.