|
Clearspace API (2.5.29) Core Javadocs | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Rating | |
|---|---|
| com.jivesoftware.community | Core interfaces and classes for Clearspace. |
| Uses of Rating in com.jivesoftware.community |
|---|
| Methods in com.jivesoftware.community that return Rating | |
|---|---|
Rating |
RatingManager.createRating(int score,
String description)
Create a new rating with the specified attributes. |
Rating |
RatingManager.getRating(User user,
JiveObject contentObject)
Returns the rating associated with the user, or null if this user hasn't rated the JiveContentObject. |
Rating |
RatingManager.getRatingFromScore(int score)
Retrieve the rating with the specified score. |
| Methods in com.jivesoftware.community that return types with arguments of type Rating | |
|---|---|
Iterable<Rating> |
RatingManager.getAvailableRatings()
Returns an iterable of Rating objects that list all the available ratings. |
Iterable<Rating> |
RatingManager.getRatings(JiveObject contentObject)
Returns an Iterable of all the ratings given to the JiveContentObject. |
| Methods in com.jivesoftware.community with parameters of type Rating | |
|---|---|
void |
RatingManager.addRating(User user,
JiveObject contentObject,
Rating rating)
Add a rating to the JiveContentObject. |
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. |
|
Clearspace Project Page | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||