Uses of Class
org.sakaiproject.poll.model.Poll
-
Packages that use Poll Package Description org.sakaiproject.poll.logic org.sakaiproject.poll.model -
-
Uses of Poll in org.sakaiproject.poll.logic
Methods in org.sakaiproject.poll.logic that return Poll Modifier and Type Method Description PollPollListManager. getPoll(String ref)get a poll by its Entity ReferencePollPollListManager. getPollById(Long pollId)Retrieve a specific pollPollPollListManager. getPollById(Long pollId, boolean includeOptions)Retrieve a specific pollPollPollListManager. getPollWithVotes(Long pollId)Get a specific poll with all its votesMethods in org.sakaiproject.poll.logic that return types with arguments of type Poll Modifier and Type Method Description List<Poll>PollListManager. findAllPolls(String siteId)Gets all the task objects for the siteList<Poll>PollListManager. findAllPollsForUserAndSitesAndPermission(String userId, String[] siteIds, String permissionConstant)Get all the polls for a user in a set of sites (can be one) given the permission, will return only polls that can be voted on if the permission isPollListManager.PERMISSION_VOTEMethods in org.sakaiproject.poll.logic with parameters of type Poll Modifier and Type Method Description booleanPollListManager. deletePoll(Poll t)Delete a pollList<Vote>PollVoteManager. getAllVotesForPoll(Poll poll)intPollVoteManager. getDisctinctVotersForPoll(Poll poll)List<Option>PollListManager. getOptionsForPoll(Poll poll)Get all options for a specific pollbooleanPollListManager. isAllowedViewResults(Poll poll, String userId)Can the this user view the results for this poll?booleanPollListManager. isPollPublic(Poll poll)Is this poll public?booleanPollVoteManager. pollIsVotable(Poll poll)Is the current user able to vote on this poll?booleanPollListManager. savePoll(Poll t)Save a pollbooleanPollListManager. userCanDeletePoll(Poll poll)Is user allowed to delete the votes on a poll? -
Uses of Poll in org.sakaiproject.poll.model
Methods in org.sakaiproject.poll.model that return Poll Modifier and Type Method Description static PollPoll. fromXML(Element element)Constructors in org.sakaiproject.poll.model with parameters of type Poll Constructor Description Vote(Poll poll, Option option, String subId)
-