Jive Forums API (5.5.20.2-oracle) Core Javadocs

Uses of Interface
com.jivesoftware.forum.Rating

Packages that use Rating
com.jivesoftware.forum Core interfaces and classes for Jive Forums. 
 

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.
 


Jive Forums Project Page

Copyright © 1999-2006 Jive Software.