|
Jive Forums API (5.5.20.2-oracle) Developer Javadocs | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WatchManager | |
---|---|
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. |
com.jivesoftware.forum.watches |
Uses of WatchManager in com.jivesoftware.forum |
---|
Methods in com.jivesoftware.forum that return WatchManager | |
---|---|
abstract WatchManager |
ForumFactory.getWatchManager()
Returns a watch manager that can be used to manage watches. |
Uses of WatchManager in com.jivesoftware.forum.action |
---|
Methods in com.jivesoftware.forum.action that return WatchManager | |
---|---|
WatchManager |
EditWatchesAction.getWatchManager()
|
Methods in com.jivesoftware.forum.action with parameters of type WatchManager | |
---|---|
protected void |
EditWatchesAction.setWatchManager(WatchManager manager)
|
Uses of WatchManager in com.jivesoftware.forum.database |
---|
Classes in com.jivesoftware.forum.database that implement WatchManager | |
---|---|
class |
DbWatchManager
Database implementation of the WatchManager interface. |
Methods in com.jivesoftware.forum.database that return WatchManager | |
---|---|
WatchManager |
DbForumFactory.getWatchManager()
|
Uses of WatchManager in com.jivesoftware.forum.proxy |
---|
Classes in com.jivesoftware.forum.proxy that implement WatchManager | |
---|---|
class |
WatchManagerProxy
A protection proxy for the WatchManager class. |
Methods in com.jivesoftware.forum.proxy that return WatchManager | |
---|---|
WatchManager |
ForumFactoryProxy.getWatchManager()
|
Constructors in com.jivesoftware.forum.proxy with parameters of type WatchManager | |
---|---|
WatchManagerProxy(WatchManager manager,
AuthToken authToken,
Permissions permissions)
Creates a new WatchManagerProxy object. |
Uses of WatchManager in com.jivesoftware.forum.watches |
---|
Methods in com.jivesoftware.forum.watches with parameters of type WatchManager | |
---|---|
void |
WatchSettingsManagerImpl.setWatchManager(WatchManager watchManager)
|
|
Jive Forums Project Page | |||||||||
PREV NEXT | FRAMES NO FRAMES |