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