|
Jive Forums API (5.5.20.2-oracle) Developer Javadocs | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Watch | |
---|---|
com.jivesoftware.forum | Core interfaces and classes for Jive Forums. |
com.jivesoftware.forum.database | DB implementation of core Jive Forums interfaces. |
com.jivesoftware.forum.proxy | Protection proxies for Jive Forums objects. |
com.jivesoftware.forum.webservices.server |
Uses of Watch in com.jivesoftware.forum |
---|
Methods in com.jivesoftware.forum that return Watch | |
---|---|
Watch |
WatchManager.createWatch(User user,
Forum forum)
Create a watch on a forum for the specified user. |
Watch |
WatchManager.createWatch(User user,
ForumCategory category)
Create a watch on a category for the specified user. |
Watch |
WatchManager.createWatch(User user,
ForumThread thread)
Create a watch on a thread for the specified user. |
Watch |
WatchManager.createWatch(User user,
User watchedUser)
Create a watch on a user for the specified user. |
Watch |
WatchManager.getWatch(User user,
Forum forum)
Returns a watch on a particular forum, or null if there isn't a watch. |
Watch |
WatchManager.getWatch(User user,
ForumCategory category)
Returns a watch on a particular category, or null if there isn't a watch. |
Watch |
WatchManager.getWatch(User user,
ForumThread thread)
Returns a watch on a particular thread, or null if there isn't a watch. |
Watch |
WatchManager.getWatch(User user,
User watchedUser)
Returns a watch on a particular thread, or null if there isn't a watch. |
Watch[] |
WatchManager.getWatchList(User user,
int objectType)
Returns an array of Watch objects for a particular object type that the given user is watching. |
Methods in com.jivesoftware.forum with parameters of type Watch | |
---|---|
void |
WatchManager.deleteWatch(Watch watch)
Delete the specified watch. |
Uses of Watch in com.jivesoftware.forum.database |
---|
Classes in com.jivesoftware.forum.database that implement Watch | |
---|---|
class |
DbWatch
Database implementation of the Watch interface. |
Methods in com.jivesoftware.forum.database that return Watch | |
---|---|
Watch |
DbWatchManager.createWatch(User user,
Forum forum)
|
Watch |
DbWatchManager.createWatch(User user,
ForumCategory category)
|
Watch |
DbWatchManager.createWatch(User user,
ForumThread thread)
|
Watch |
DbWatchManager.createWatch(User user,
User watchedUser)
|
Watch |
DbWatchManager.getWatch(User user,
Forum forum)
|
Watch |
DbWatchManager.getWatch(User user,
ForumCategory category)
|
Watch |
DbWatchManager.getWatch(User user,
ForumThread thread)
|
Watch |
DbWatchManager.getWatch(User user,
User watchedUser)
|
Watch[] |
DbWatchManager.getWatchList(User user,
int objectType)
Returns the watch list of a particular object type for a user. |
Methods in com.jivesoftware.forum.database with parameters of type Watch | |
---|---|
void |
DbWatchManager.deleteWatch(Watch watch)
|
Uses of Watch in com.jivesoftware.forum.proxy |
---|
Methods in com.jivesoftware.forum.proxy that return Watch | |
---|---|
Watch |
WatchManagerProxy.createWatch(User user,
Forum forum)
|
Watch |
WatchManagerProxy.createWatch(User user,
ForumCategory category)
|
Watch |
WatchManagerProxy.createWatch(User user,
ForumThread thread)
|
Watch |
WatchManagerProxy.createWatch(User user,
User watchedUser)
|
Watch |
WatchManagerProxy.getWatch(User user,
Forum forum)
|
Watch |
WatchManagerProxy.getWatch(User user,
ForumCategory category)
|
Watch |
WatchManagerProxy.getWatch(User user,
ForumThread thread)
|
Watch |
WatchManagerProxy.getWatch(User user,
User watchedUser)
|
Watch[] |
WatchManagerProxy.getWatchList(User user,
int objectType)
|
Methods in com.jivesoftware.forum.proxy with parameters of type Watch | |
---|---|
void |
WatchManagerProxy.deleteWatch(Watch watch)
|
Uses of Watch in com.jivesoftware.forum.webservices.server |
---|
Methods in com.jivesoftware.forum.webservices.server with parameters of type Watch | |
---|---|
static Watch |
WSUtil.convert(Watch watch)
Converts a Watch to a webservices Watch object. |
|
Jive Forums Project Page | |||||||||
PREV NEXT | FRAMES NO FRAMES |