|
Jive Forums API (5.5.20.2-oracle) Developer Javadocs | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AnnouncementManager | |
---|---|
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 AnnouncementManager in com.jivesoftware.forum |
---|
Methods in com.jivesoftware.forum that return AnnouncementManager | |
---|---|
abstract AnnouncementManager |
ForumFactory.getAnnouncementManager()
Returns an announcement manager, which is used to create and retrieve announcements. |
Uses of AnnouncementManager in com.jivesoftware.forum.action |
---|
Methods in com.jivesoftware.forum.action that return AnnouncementManager | |
---|---|
AnnouncementManager |
PostAnnounceAction.getAnnouncementManager()
Returns access to the announcement manager. |
Uses of AnnouncementManager in com.jivesoftware.forum.database |
---|
Classes in com.jivesoftware.forum.database that implement AnnouncementManager | |
---|---|
class |
DbAnnouncementManager
Database implementation of the AnnouncementManager interface. |
Methods in com.jivesoftware.forum.database that return AnnouncementManager | |
---|---|
AnnouncementManager |
DbForumFactory.getAnnouncementManager()
|
Uses of AnnouncementManager in com.jivesoftware.forum.proxy |
---|
Classes in com.jivesoftware.forum.proxy that implement AnnouncementManager | |
---|---|
class |
AnnouncementManagerProxy
Proxy class for AnnouncementManager objects. |
Methods in com.jivesoftware.forum.proxy that return AnnouncementManager | |
---|---|
AnnouncementManager |
ForumFactoryProxy.getAnnouncementManager()
|
Constructors in com.jivesoftware.forum.proxy with parameters of type AnnouncementManager | |
---|---|
AnnouncementManagerProxy(AnnouncementManager manager,
AuthToken authToken,
Permissions permissions)
Creates a new AnnouncementManager to protect the supplied manager with the specified permissions. |
|
Jive Forums Project Page | |||||||||
PREV NEXT | FRAMES NO FRAMES |