Jive Forums API (5.5.20.2-oracle) Developer Javadocs

Uses of Interface
com.jivesoftware.forum.Rating

Packages that use Rating
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. 
 

Uses of Rating in com.jivesoftware.forum
 

Methods in com.jivesoftware.forum that return Rating
 Rating RatingManager.createRating(int score, java.lang.String description)
          Create a new rating with the specified attributes.
 Rating RatingManager.getRating(User user, ForumMessage message)
          Returns the rating associated with the user, or null if this user hasn't rated the forum message.
 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.
 Rating RatingManager.getRatingFromScore(int score)
          Retrieve the rating with the specified score.
 

Methods in com.jivesoftware.forum with parameters of type Rating
 void RatingManager.addRating(User user, ForumMessage message, Rating rating)
          Add a rating to the forum message.
 void RatingManager.addRating(User user, ForumThread thread, Rating rating)
          Add a rating to the forum thread.
 boolean Rating.equals(Rating rating)
          Test for equality between two rating objects.
 void RatingManager.removeRating(Rating rating)
          Remove the specified rating from the list of currently available ratings.
 

Uses of Rating in com.jivesoftware.forum.database
 

Classes in com.jivesoftware.forum.database that implement Rating
 class DbRating
           
 

Methods in com.jivesoftware.forum.database that return Rating
 Rating DbRatingManager.createRating(int score, java.lang.String description)
           
 Rating DbRatingManager.getRating(User user, ForumMessage message)
           
 Rating DbRatingManager.getRating(User user, ForumThread thread)
           
 Rating DbRatingManager.getRatingFromScore(int score)
           
 

Methods in com.jivesoftware.forum.database with parameters of type Rating
 void DbRatingManager.addRating(User user, ForumMessage message, Rating rating)
           
 void DbRatingManager.addRating(User user, ForumThread thread, Rating rating)
           
 boolean DbRating.equals(Rating rating)
           
 void DbRatingManager.removeRating(Rating rating)
           
 

Uses of Rating in com.jivesoftware.forum.proxy
 

Methods in com.jivesoftware.forum.proxy that return Rating
 Rating RatingManagerProxy.createRating(int score, java.lang.String description)
           
 Rating RatingManagerProxy.getRating(User user, ForumMessage message)
           
 Rating RatingManagerProxy.getRating(User user, ForumThread thread)
           
 Rating RatingManagerProxy.getRatingFromScore(int score)
           
 

Methods in com.jivesoftware.forum.proxy with parameters of type Rating
 void RatingManagerProxy.addRating(User user, ForumMessage message, Rating rating)
           
 void RatingManagerProxy.addRating(User user, ForumThread thread, Rating rating)
           
 void RatingManagerProxy.removeRating(Rating rating)
           
 


Jive Forums Project Page

Copyright © 1999-2006 Jive Software.