|
Clearspace API (1.7.0) Core Javadocs | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PollException | |
|---|---|
| com.jivesoftware.community | Core interfaces and classes for Clearspace. |
| Uses of PollException in com.jivesoftware.community |
|---|
| Methods in com.jivesoftware.community 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.lang.Iterable<java.lang.String> |
Poll.getAnonymousVotes()
Returns an Iterator of uniqueID's for guests who have voted for the option at the given index. |
java.lang.Iterable<java.lang.String> |
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.lang.Iterable<User> |
Poll.getUserVotes()
Returns an Iterator of User objects for users who have voted for any options in the poll. |
java.lang.Iterable<User> |
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. |
|
Clearspace Project Page | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||