|
Jive Forums API (5.5.20.2-oracle) Developer Javadocs | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Poll | |
---|---|
com.jivesoftware.base | Base APIs and classes for Jive Software products. |
com.jivesoftware.base.database | DB implementation of base interfaces and APIs. |
com.jivesoftware.base.event | Base events common to all Jive Software products. |
com.jivesoftware.forum.action | Jive Forums WebWork actions. |
com.jivesoftware.forum.proxy | Protection proxies for Jive Forums objects. |
Uses of Poll in com.jivesoftware.base |
---|
Methods in com.jivesoftware.base that return Poll | |
---|---|
Poll |
PollManager.createPoll(int objectType,
long objectID,
User user,
java.lang.String name)
Create a new Poll. |
Poll |
PollManager.getPoll(long pollID)
Returns the Poll specified by the poll ID. |
Methods in com.jivesoftware.base with parameters of type Poll | |
---|---|
void |
PollManager.deletePoll(Poll poll)
Deletes a poll. |
Uses of Poll in com.jivesoftware.base.database |
---|
Classes in com.jivesoftware.base.database that implement Poll | |
---|---|
class |
DbPoll
Database implementation of the Poll Interface. |
Methods in com.jivesoftware.base.database that return Poll | |
---|---|
Poll |
DbPollManager.createPoll(int objectType,
long objectID,
User user,
java.lang.String name)
|
Poll |
DbPollManager.getPoll(long pollID)
|
Methods in com.jivesoftware.base.database with parameters of type Poll | |
---|---|
void |
DbPollManager.deletePoll(Poll poll)
|
void |
PollBlockIterator.setIndex(Poll poll)
|
Uses of Poll in com.jivesoftware.base.event |
---|
Methods in com.jivesoftware.base.event that return Poll | |
---|---|
Poll |
PollEvent.getPoll()
Returns the Poll that the event corresponds to. |
Constructors in com.jivesoftware.base.event with parameters of type Poll | |
---|---|
PollEvent(int eventType,
Poll poll,
java.util.Map params)
Creates a new message event. |
Uses of Poll in com.jivesoftware.forum.action |
---|
Methods in com.jivesoftware.forum.action that return Poll | |
---|---|
Poll |
Breadcrumbs.getPoll()
|
Poll |
PollAction.getPoll()
|
Poll |
PollEditAction.getPoll()
Returns the poll we've loaded. |
Poll |
PollPostAction.getPoll()
Returns the newly created poll. |
Poll |
PollViewAction.getPoll()
The poll we're viewing. |
Poll |
PollVoteAction.getPoll()
Returns the poll the user is voting on. |
Methods in com.jivesoftware.forum.action with parameters of type Poll | |
---|---|
boolean |
ForumActionSupport.getCanEditPoll(ForumCategory category,
Poll poll)
|
boolean |
ForumActionSupport.getCanEditPoll(Forum forum,
Poll poll)
|
Uses of Poll in com.jivesoftware.forum.proxy |
---|
Classes in com.jivesoftware.forum.proxy that implement Poll | |
---|---|
class |
PollProxy
A protection proxy for Polls. |
Methods in com.jivesoftware.forum.proxy that return Poll | |
---|---|
Poll |
PollManagerProxy.createPoll(int objectType,
long objectID,
User user,
java.lang.String name)
|
Poll |
PollManagerProxy.getPoll(long pollID)
|
Methods in com.jivesoftware.forum.proxy with parameters of type Poll | |
---|---|
void |
PollManagerProxy.deletePoll(Poll poll)
|
Constructors in com.jivesoftware.forum.proxy with parameters of type Poll | |
---|---|
PollProxy(Poll poll,
Permissions permissions)
Creates a new PollProxy object. |
|
Jive Forums Project Page | |||||||||
PREV NEXT | FRAMES NO FRAMES |