Uses of Class
org.sakaiproject.poll.model.Vote
-
Packages that use Vote Package Description 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 Modifier and Type Method Description VotePollVoteManager. getVoteById(Long voteId)Get a vote by idMethods in org.sakaiproject.poll.logic that return types with arguments of type Vote Modifier and Type Method Description List<Vote>PollVoteManager. getAllVotesForOption(Option option)Get all votes for OptionList<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 Modifier and Type Method Description voidPollVoteManager. deleteVote(Vote vote)Delete the given votevoidExternalLogic. registerStatement(String pollText, Vote vote)Register a statement with the system LearningResourceStoreServicebooleanPollVoteManager. saveVote(Vote vote)Method parameters in org.sakaiproject.poll.logic with type arguments of type Vote Modifier and Type Method Description voidPollVoteManager. deleteAll(List<Vote> votes)Delete the given votesvoidPollVoteManager. 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 with parameters of type Vote Modifier and Type Method Description voidPoll. addVote(Vote vote)Attach a vote to the list of votes for this poll
-