Jive Forums API (5.5.20.2-oracle) Developer Javadocs

Uses of Class
com.jivesoftware.forum.webservices.Watch

Packages that use Watch
com.jivesoftware.forum.webservices   
com.jivesoftware.forum.webservices.server   
 

Uses of Watch in com.jivesoftware.forum.webservices
 

Methods in com.jivesoftware.forum.webservices that return Watch
 Watch WatchService.createCategoryWatch(long userID, long categoryID)
          Create a watch on a category for the specified user.
 Watch WatchService.createForumWatch(long userID, long forumID)
          Create a watch on a forum for the user with the specified ID.
 Watch WatchService.createThreadWatch(long userID, long threadID)
          Create a watch on a thread for the specified user.
 Watch WatchService.createUserWatch(long userID, long watchedUserID)
          Create a watch on a user for the specified user.
 Watch WatchService.getCategoryWatch(long userID, long categoryID)
          Returns a watch on a particular category, or null if there isn't a watch.
 Watch WatchService.getForumWatch(long userID, long forumID)
          Returns a watch on a particular forum, or null if there isn't a watch.
 Watch WatchService.getThreadWatch(long userID, long threadID)
          Returns a watch on a particular thread, or null if there isn't a watch.
 Watch WatchService.getUserWatch(long userID, long watchedUserID)
          Returns a watch on a particular user, or null if there isn't a watch.
 Watch[] WatchService.getWatchList(long userID, int objectType)
          Returns an array of Watch objects for a particular object type that the given user is watching.
 

Methods in com.jivesoftware.forum.webservices with parameters of type Watch
 void WatchService.deleteWatch(Watch watch)
          Delete the specified watch.
 

Uses of Watch in com.jivesoftware.forum.webservices.server
 

Methods in com.jivesoftware.forum.webservices.server that return Watch
static Watch WSUtil.convert(Watch watch)
          Converts a Watch to a webservices Watch object.
 Watch WatchServiceImpl.createCategoryWatch(long userID, long categoryID)
           
 Watch WatchServiceImpl.createForumWatch(long userID, long forumID)
           
 Watch WatchServiceImpl.createThreadWatch(long userID, long threadID)
           
 Watch WatchServiceImpl.createUserWatch(long userID, long watchedUserID)
           
 Watch WatchServiceImpl.getCategoryWatch(long userID, long categoryID)
           
 Watch WatchServiceImpl.getForumWatch(long userID, long forumID)
           
 Watch WatchServiceImpl.getThreadWatch(long userID, long threadID)
           
 Watch WatchServiceImpl.getUserWatch(long userID, long watchedUserID)
           
 Watch[] WatchServiceImpl.getWatchList(long userID, int objectType)
           
 

Methods in com.jivesoftware.forum.webservices.server with parameters of type Watch
 void WatchServiceImpl.deleteWatch(Watch watch)
           
 


Jive Forums Project Page

Copyright © 1999-2006 Jive Software.