com.atlassian.confluence.plugins.like
Class DefaultLikeSummaryCreator
java.lang.Object
com.atlassian.confluence.plugins.like.DefaultLikeSummaryCreator
- All Implemented Interfaces:
- LikeSummaryCreator
public class DefaultLikeSummaryCreator
- extends Object
- implements LikeSummaryCreator
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultLikeSummaryCreator
public DefaultLikeSummaryCreator(UserEntityExpander userEntityExpander,
I18NBeanFactory i18NBeanFactory,
LocaleManager localeManager)
createSummary
public String createSummary(ContentEntityObject contentEntity,
List<Like> likes,
Set<String> followees)
- Description copied from interface:
LikeSummaryCreator
- Creates summary.
- Specified by:
createSummary
in interface LikeSummaryCreator
- Parameters:
contentEntity
- the content entitylikes
- likes for the specified content entityfollowees
- a set of usernames the current logged in user is following
- Returns:
- the summary
Copyright © 2003-2012 Atlassian. All Rights Reserved.