|
Jive Forums API (5.5.20.2-oracle) Core Javadocs | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PollException | |
---|---|
com.jivesoftware.base | Base APIs and classes for Jive Software products. |
Uses of PollException in com.jivesoftware.base |
---|
Methods in com.jivesoftware.base that throw PollException | |
---|---|
void |
Poll.addAnonymousVote(int index,
java.lang.String uniqueID)
Add a guest vote for an option in the poll. |
void |
Poll.addUserVote(int index,
User user)
Add a user vote for an option in the poll. |
void |
Poll.changeAnonymousVote(int prevOptionIndex,
int newOptionIndex,
java.lang.String uniqueID)
Change a guest vote. |
void |
Poll.changeUserVote(int prevOptionIndex,
int newOptionIndex,
User user)
Change a user vote. |
void |
PollManager.deletePoll(Poll poll)
Deletes a poll. |
int |
Poll.getAnonymousVoteCount()
Returns a count of all guests user votes for all options in the poll. |
int |
Poll.getAnonymousVoteCount(int index)
Returns a count of all user votes for the specified option in the poll. |
java.util.Iterator |
Poll.getAnonymousVotes()
Returns an Iterator of uniqueID's for guests who have voted for the option at the given index. |
java.util.Iterator |
Poll.getAnonymousVotes(int index)
Returns an Iterator of uniqueID's for guests who have voted for the option at the given index. |
int |
Poll.getUserVoteCount()
Returns a count of all user votes for all options in the poll. |
int |
Poll.getUserVoteCount(int index)
Returns a count of all user votes for the specified option in the poll. |
java.util.Iterator |
Poll.getUserVotes()
Returns an Iterator of User objects for users who have voted for any options in the poll. |
java.util.Iterator |
Poll.getUserVotes(int index)
Returns an Iterator of User objects for users who have voted for the option at the given index. |
int |
Poll.getVoteCount()
Returns a count of all votes (both guest and user votes) for all options in the poll. |
int |
Poll.getVoteCount(int index)
Returns a count of all votes (both guest and user votes) for the specified option in the poll. |
void |
Poll.removeAnonymousVote(int prevOptionIndex,
java.lang.String uniqueID)
Remove a guest vote. |
void |
Poll.removeUserVote(int prevOptionIndex,
User user)
Remove a user vote. |
|
Jive Forums Project Page | |||||||||
PREV NEXT | FRAMES NO FRAMES |