Interface RatingScheme
-
- All Known Implementing Classes:
AbstractRatingScheme
,FiveStarRatingScheme
,LikesRatingScheme
public interface RatingScheme
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
applyRating(NodeRef nodeRef, Object rating)
NodeRating
getNodeRating(NodeRef nodeRef)
void
removeRating(NodeRef nodeRef)
-
-
-
Method Detail
-
removeRating
void removeRating(NodeRef nodeRef)
-
getNodeRating
NodeRating getNodeRating(NodeRef nodeRef)
-
-