Jive Forums API (5.5.20.2-oracle) Developer Javadocs

Uses of Interface
com.jivesoftware.forum.ForumThread

Packages that use ForumThread
com.jivesoftware.forum Core interfaces and classes for Jive Forums. 
com.jivesoftware.forum.action Jive Forums WebWork actions. 
com.jivesoftware.forum.action.rss Jive Forums WebWork RSS actions. 
com.jivesoftware.forum.database DB implementation of core Jive Forums interfaces. 
com.jivesoftware.forum.event Provides mechanisms to be notified of actions in the system such as new messages being created. 
com.jivesoftware.forum.everywhere.action   
com.jivesoftware.forum.gateway Synchronizes Jive Forums data with external data sources such as NNTP servers. 
com.jivesoftware.forum.proxy Protection proxies for Jive Forums objects. 
com.jivesoftware.forum.stats Jive Forums reporting engine. 
com.jivesoftware.forum.util Jive Forums utility classes. 
com.jivesoftware.forum.webservices.server   
 

Uses of ForumThread in com.jivesoftware.forum
 

Methods in com.jivesoftware.forum that return ForumThread
 ForumThread Forum.createThread(ForumMessage rootMessage)
          Factory method to create a new thread.
 ForumThread Query.getFilteredThread()
          Returns the thread that query results are restricted to.
 ForumThread ForumMessage.getForumThread()
          Returns the thread this message belongs to.
abstract  ForumThread ForumFactory.getForumThread(long threadID)
          Returns the thread with the specified threadID.
 ForumThread Forum.getThread(long threadID)
          Returns the thread specified by id.
 

Methods in com.jivesoftware.forum with parameters of type ForumThread
 void RatingManager.addRating(User user, ForumThread thread, Rating rating)
          Add a rating to the forum thread.
 void Forum.addThread(ForumThread thread)
          Adds a new thread to the forum.
 Watch WatchManager.createWatch(User user, ForumThread thread)
          Create a watch on a thread for the specified user.
 void Forum.deleteThread(ForumThread thread)
          Deletes a thread and all of its messages.
 void Query.filterOnThread(ForumThread thread)
          Restricts the querty results to messages posted in a specified thread.
 double RatingManager.getMeanRating(ForumThread thread)
          A convenience method which returns a geometric mean average of all the ratings given to the forum thread.
 int RewardManager.getPoints(ForumThread thread)
          Returns the number of reward points in a thread that are left to be distributed.
 int RewardManager.getPointsRewarded(ForumThread thread)
          Returns the total number of points rewarded to messages in the thread.
 Rating RatingManager.getRating(User user, ForumThread thread)
          Returns the rating associated with the user, or null if this user hasn't rated the forum thread.
 int RatingManager.getRatingCount(ForumThread thread)
          Returns the total number of ratings given to the forum thread.
 java.util.Iterator RatingManager.getRatings(ForumThread thread)
          Returns an Iterator of all the ratings given to the forum thread.
 int ReadTracker.getReadStatus(User user, ForumThread thread)
          Returns the read status on the specified thread.
 Watch WatchManager.getWatch(User user, ForumThread thread)
          Returns a watch on a particular thread, or null if there isn't a watch.
 boolean RatingManager.hasRated(User user, ForumThread thread)
          Returns whether the user has rated the forum thread or not.
 boolean WatchManager.isWatched(User user, ForumThread thread)
          Returns true if the user is watching the specified thread.
 void Forum.moveThread(ForumThread thread, Forum newForum)
          Moves a thread from one forum to another.
 void SearchManager.removeFromIndex(ForumThread thread)
          Removes a thread from the index.
abstract  void ForumThreadIterator.setIndex(ForumThread thread)
          Sets the index for the iteration to the specified ForumThread.
 void RewardManager.transferPoints(ForumThread thread, int numPoints)
          Transfers the specified number of points to the thread.
 

Uses of ForumThread in com.jivesoftware.forum.action
 

Methods in com.jivesoftware.forum.action that return ForumThread
 ForumThread ForumThreadAction.getNextThread()
          Returns the thread next to (after) this one in the list of threads in the forum.
 ForumThread ForumThreadAction.getPreviousThread()
          Returns the thread previous to this one in the list of threads in the forum.
 ForumThread ForumThreadAction.getThread()
          Returns the thread specified by the threadID parameter.
 ForumThread OldPostAction.getThread()
          Returns the thread we're replying in (or making a reply to).
 ForumThread PostAction.getThread()
          Returns the thread we're replying in (or making a reply to).
 ForumThread RewardsAction.getThread()
           
 

Methods in com.jivesoftware.forum.action with parameters of type ForumThread
 boolean ForumActionSupport.getCanCreateMessage(ForumThread thread)
          Returns true if the page user is authorized to create messages in the given thread, false otherwise.
 int MyRewardsAction.getReplyCount(ForumThread thread)
          Returns the number of replies in a given thread.
 boolean ForumActionSupport.isAuthor(ForumThread thread)
          Returns true if the page user is the author of the specified thread, false otherwise.
protected  void ForumThreadAction.setThread(ForumThread thread)
          Sets the thread to use in this action.
 void ForumThreadAware.setThread(ForumThread forumThread)
          Provides the action an instance of ForumThread
protected  void OldPostAction.setThread(ForumThread thread)
           
 void PostAction.setThread(ForumThread thread)
           
protected  void RewardsAction.setThread(ForumThread thread)
           
 

Uses of ForumThread in com.jivesoftware.forum.action.rss
 

Methods in com.jivesoftware.forum.action.rss that return ForumThread
 ForumThread RSSMessages.getThread()
           
 

Uses of ForumThread in com.jivesoftware.forum.database
 

Classes in com.jivesoftware.forum.database that implement ForumThread
 class DbForumThread
          Database implementation of the ForumThread interface.
 

Methods in com.jivesoftware.forum.database that return ForumThread
 ForumThread DbForum.createThread(ForumMessage rootMessage)
           
 ForumThread DbQuery.getFilteredThread()
           
 ForumThread DbForumMessage.getForumThread()
           
 ForumThread EmailWatchMessageWrapper.getForumThread()
           
 ForumThread DbForumFactory.getForumThread(long threadID)
           
 ForumThread DbForum.getThread(long threadID)
           
 

Methods in com.jivesoftware.forum.database with parameters of type ForumThread
 void DbRatingManager.addRating(User user, ForumThread thread, Rating rating)
           
 void DbForum.addThread(ForumThread thread)
           
 Watch DbWatchManager.createWatch(User user, ForumThread thread)
           
 void DbForum.deleteThread(ForumThread thread)
           
 void DbQuery.filterOnThread(ForumThread thread)
           
 double DbRatingManager.getMeanRating(ForumThread thread)
           
 int DbRewardManager.getPoints(ForumThread thread)
           
 int DbRewardManager.getPointsRewarded(ForumThread thread)
           
 Rating DbRatingManager.getRating(User user, ForumThread thread)
           
 int DbRatingManager.getRatingCount(ForumThread thread)
           
 java.util.Iterator DbRatingManager.getRatings(ForumThread thread)
           
 int DbReadTracker.UserReadTracker.getReadStatus(ForumThread thread)
           
 int DbReadTracker.getReadStatus(User user, ForumThread thread)
           
 Watch DbWatchManager.getWatch(User user, ForumThread thread)
           
 boolean DbRatingManager.hasRated(User user, ForumThread thread)
           
 boolean DbWatchManager.isWatched(User user, ForumThread thread)
           
 void DbForum.moveThread(ForumThread thread, Forum otherForum)
           
 void DbSearchManager.removeFromIndex(ForumThread thread)
           
 void DbSearchManager.removeFromIndex(ForumThread thread, boolean cluster)
           
 void ForumThreadBlockIterator.setIndex(ForumThread thread)
           
 void DatabaseCacheManager.threadPut(long id, ForumThread thread)
           
 void DbRewardManager.transferPoints(ForumThread thread, int numPoints)
           
 

Uses of ForumThread in com.jivesoftware.forum.event
 

Methods in com.jivesoftware.forum.event that return ForumThread
 ForumThread ThreadEvent.getThread()
          Returns the ForumThread that the event corresponds to.
 

Constructors in com.jivesoftware.forum.event with parameters of type ForumThread
ThreadEvent(int eventType, ForumThread thread, java.util.Map params)
          Creates a new thread event.
 

Uses of ForumThread in com.jivesoftware.forum.everywhere.action
 

Methods in com.jivesoftware.forum.everywhere.action that return ForumThread
 ForumThread CommunityEverywhereAction.getThread()
           
 

Uses of ForumThread in com.jivesoftware.forum.gateway
 

Methods in com.jivesoftware.forum.gateway with parameters of type ForumThread
 void JavaMailImporter.InsertCacheItem.setThread(ForumThread thread)
           
 

Constructors in com.jivesoftware.forum.gateway with parameters of type ForumThread
JavaMailImporter.InsertCacheItem(Forum forum, ForumThread thread, ForumMessage parent, ForumMessage message)
           
 

Uses of ForumThread in com.jivesoftware.forum.proxy
 

Classes in com.jivesoftware.forum.proxy that implement ForumThread
 class ForumThreadProxy
          Protection proxy for ForumThread objects.
 

Methods in com.jivesoftware.forum.proxy that return ForumThread
 ForumThread ForumProxy.createThread(ForumMessage rootMessage)
           
 ForumThread QueryProxy.getFilteredThread()
           
 ForumThread ForumMessageProxy.getForumThread()
           
 ForumThread ForumFactoryProxy.getForumThread(long threadID)
           
 ForumThread ForumThreadProxy.getProxiedForumThread()
          Provides access to the underlying thread object.
 ForumThread ForumProxy.getThread(long threadID)
           
 

Methods in com.jivesoftware.forum.proxy with parameters of type ForumThread
 void RatingManagerProxy.addRating(User user, ForumThread thread, Rating rating)
           
 void ForumProxy.addThread(ForumThread thread)
           
 Watch WatchManagerProxy.createWatch(User user, ForumThread thread)
           
 void ForumProxy.deleteThread(ForumThread thread)
           
 void QueryProxy.filterOnThread(ForumThread thread)
           
 double RatingManagerProxy.getMeanRating(ForumThread thread)
           
 int RewardManagerProxy.getPoints(ForumThread thread)
           
 int RewardManagerProxy.getPointsRewarded(ForumThread thread)
           
 Rating RatingManagerProxy.getRating(User user, ForumThread thread)
           
 int RatingManagerProxy.getRatingCount(ForumThread thread)
           
 java.util.Iterator RatingManagerProxy.getRatings(ForumThread thread)
           
 int ReadTrackerProxy.getReadStatus(User user, ForumThread thread)
           
 Watch WatchManagerProxy.getWatch(User user, ForumThread thread)
           
 boolean RatingManagerProxy.hasRated(User user, ForumThread thread)
           
 boolean WatchManagerProxy.isWatched(User user, ForumThread thread)
           
 void ForumProxy.moveThread(ForumThread thread, Forum newForum)
           
 void ForumThreadIteratorProxy.setIndex(ForumThread thread)
           
 void RewardManagerProxy.transferPoints(ForumThread thread, int numPoints)
           
 

Constructors in com.jivesoftware.forum.proxy with parameters of type ForumThread
ForumThreadProxy(ForumThread thread, AuthToken authToken, Permissions permissions)
          Creates a new proxy.
 

Uses of ForumThread in com.jivesoftware.forum.stats
 

Methods in com.jivesoftware.forum.stats with parameters of type ForumThread
 void ViewCountManager.addThreadCount(ForumThread thread)
          Increments the view count of the given thread by 1 or does nothing if view counts are not enabled.
 void ViewCountManager.clearCount(ForumThread thread)
          Resets the read count for the given thread to 0 or does nothing if view counts are not enabled.
 int ViewCountManager.getThreadCount(ForumThread thread)
          Returns the number of times the given object has been read or -1 if view counts are not enabled.
 

Uses of ForumThread in com.jivesoftware.forum.util
 

Methods in com.jivesoftware.forum.util with parameters of type ForumThread
static boolean SkinUtils.isNew(ForumThread thread, java.util.Date time)
          Returns true if the forum thread has been modified since the specified time.
 

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

Methods in com.jivesoftware.forum.webservices.server with parameters of type ForumThread
static ForumThread WSUtil.convert(ForumThread thread)
          Converts a ForumThread object to a webservice ForumThread object.
static ForumThread WSUtil.convert(ForumThread thread, boolean reduceData)
          Converts a ForumThread object to a webservice ForumThread object and allows forum name, unfilteredSubject, and unfilteredBody to be set to null to reduce response size.
 


Jive Forums Project Page

Copyright © 1999-2006 Jive Software.