|
Field Summary | ||
protected NamespaceService |
namespaceService | |
protected NodeService |
nodeService | |
protected String |
ratingSchemeName | |
protected org.alfresco.repo.rating.RatingServiceImpl |
ratingServiceImpl | |
protected String |
rollupName |
Constructor Summary | ||
AbstractRatingRollupAlgorithm(String rollupName) |
Method Summary | ||
void |
afterPropertiesSet() | |
getRollupName() This method returns the rollup name, for example "Total" or "Count". |
||
abstract Serializable |
recalculate(NodeRef ratedNode) | |
void |
setNamespaceService(NamespaceService namespaceService) | |
void |
setNodeService(NodeService nodeService) | |
void |
setRatingSchemeName(String ratingScheme) | |
void |
setRatingService(RatingService ratingService) |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
|