Interface RatingScheme
- All Known Implementing Classes:
AbstractRatingScheme,FiveStarRatingScheme,LikesRatingScheme
public interface RatingScheme
-
Method Summary
Modifier and TypeMethodDescriptionvoidapplyRating(NodeRef nodeRef, Object rating) getNodeRating(NodeRef nodeRef) voidremoveRating(NodeRef nodeRef)
-
Method Details
-
applyRating
-
removeRating
-
getNodeRating
-