|
Jive Forums API (5.5.20.2-oracle) Developer Javadocs | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PollException | |
---|---|
com.jivesoftware.base | Base APIs and classes for Jive Software products. |
com.jivesoftware.base.database | DB implementation of base interfaces and APIs. |
com.jivesoftware.forum.proxy | Protection proxies for Jive Forums objects. |
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. |
Uses of PollException in com.jivesoftware.base.database |
---|
Methods in com.jivesoftware.base.database that throw PollException | |
---|---|
void |
DbPoll.addAnonymousVote(int optionIndex,
java.lang.String uniqueID)
|
void |
DbPoll.addAnonymousVote(int optionIndex,
java.lang.String uniqueID,
java.util.Date voteDate)
|
void |
DbPoll.addUserVote(int optionIndex,
User user)
|
void |
DbPoll.addUserVote(int optionIndex,
User user,
java.util.Date voteDate)
|
void |
DbPoll.changeAnonymousVote(int prevOptionIndex,
int newOptionIndex,
java.lang.String uniqueID)
|
void |
DbPoll.changeUserVote(int prevOptionIndex,
int newOptionIndex,
User user)
|
void |
DbPollManager.deletePoll(Poll poll)
|
void |
DbPoll.removeAnonymousVote(int prevOptionIndex,
java.lang.String uniqueID)
|
void |
DbPoll.removeUserVote(int prevOptionIndex,
User user)
|
Uses of PollException in com.jivesoftware.forum.proxy |
---|
Methods in com.jivesoftware.forum.proxy that throw PollException | |
---|---|
void |
PollProxy.addAnonymousVote(int optionIndex,
java.lang.String uniqueID)
|
void |
PollProxy.addUserVote(int optionIndex,
User user)
|
void |
PollProxy.changeAnonymousVote(int prevOptionIndex,
int newOptionIndex,
java.lang.String uniqueID)
|
void |
PollProxy.changeUserVote(int prevOptionIndex,
int newOptionIndex,
User user)
|
void |
PollManagerProxy.deletePoll(Poll poll)
|
int |
PollProxy.getAnonymousVoteCount()
|
int |
PollProxy.getAnonymousVoteCount(int index)
|
java.util.Iterator |
PollProxy.getAnonymousVotes()
|
java.util.Iterator |
PollProxy.getAnonymousVotes(int optionIndex)
|
int |
PollProxy.getUserVoteCount()
|
int |
PollProxy.getUserVoteCount(int optionIndex)
|
java.util.Iterator |
PollProxy.getUserVotes()
|
java.util.Iterator |
PollProxy.getUserVotes(int optionIndex)
|
int |
PollProxy.getVoteCount()
|
int |
PollProxy.getVoteCount(int optionIndex)
|
void |
PollProxy.removeAnonymousVote(int prevOptionIndex,
java.lang.String uniqueID)
|
void |
PollProxy.removeUserVote(int prevOptionIndex,
User user)
|
|
Jive Forums Project Page | |||||||||
PREV NEXT | FRAMES NO FRAMES |