|
Jive Forums API (5.5.20.2-oracle) Developer Javadocs | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PollManager | |
---|---|
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 | Core interfaces and classes for Jive Forums. |
com.jivesoftware.forum.action | Jive Forums WebWork actions. |
com.jivesoftware.forum.database | DB implementation of core Jive Forums interfaces. |
com.jivesoftware.forum.proxy | Protection proxies for Jive Forums objects. |
Uses of PollManager in com.jivesoftware.base |
---|
Methods in com.jivesoftware.base that return PollManager | |
---|---|
static PollManager |
PollManagerFactory.getInstance()
Returns a concrete instance of the poll manager interface. |
Uses of PollManager in com.jivesoftware.base.database |
---|
Classes in com.jivesoftware.base.database that implement PollManager | |
---|---|
class |
DbPollManager
Database implementation of the PollManager interface. |
Uses of PollManager in com.jivesoftware.forum |
---|
Methods in com.jivesoftware.forum that return PollManager | |
---|---|
abstract PollManager |
ForumFactory.getPollManager()
Returns a poll manager that can be used to retrieve and manager polls. |
Uses of PollManager in com.jivesoftware.forum.action |
---|
Methods in com.jivesoftware.forum.action that return PollManager | |
---|---|
PollManager |
PollsViewAction.getManager()
Returns the poll manager as a convenience. |
Uses of PollManager in com.jivesoftware.forum.database |
---|
Methods in com.jivesoftware.forum.database that return PollManager | |
---|---|
PollManager |
DbForumFactory.getPollManager()
|
Uses of PollManager in com.jivesoftware.forum.proxy |
---|
Classes in com.jivesoftware.forum.proxy that implement PollManager | |
---|---|
class |
PollManagerProxy
A protection proxy for the PollManager. |
Methods in com.jivesoftware.forum.proxy that return PollManager | |
---|---|
PollManager |
ForumFactoryProxy.getPollManager()
|
Constructors in com.jivesoftware.forum.proxy with parameters of type PollManager | |
---|---|
PollManagerProxy(PollManager manager,
AuthToken authToken,
Permissions permissions)
Creates a new PollManagerProxy object. |
|
Jive Forums Project Page | |||||||||
PREV NEXT | FRAMES NO FRAMES |