com.atlassian.confluence.plugins.like
Interface LikeSummaryCreator

All Known Implementing Classes:
DefaultLikeSummaryCreator

Deprecated. since 4.3. Like summary creation has been moved to client side. See like-summary-factory.js.

@Deprecated
public interface LikeSummaryCreator

Creates the html markup that is displayed to summarise the likes on a piece of content. E.g. You and 3 others like this.


Method Summary
 String createSummary(ContentEntityObject contentEntity, List<Like> likes, Set<String> followees)
          Deprecated. since 4.3. Like summary creation has been moved to client side. See like-summary-factory.js.
 

Method Detail

createSummary

@Deprecated
String createSummary(ContentEntityObject contentEntity,
                                List<Like> likes,
                                Set<String> followees)
Deprecated. since 4.3. Like summary creation has been moved to client side. See like-summary-factory.js.

Creates summary.

Parameters:
contentEntity - the content entity
likes - likes for the specified content entity
followees - a set of usernames the current logged in user is following
Returns:
the summary


Copyright © 2003-2013 Atlassian. All Rights Reserved.