com.atlassian.confluence.plugins.like
Interface LikeSummaryCreator

All Known Implementing Classes:
DefaultLikeSummaryCreator

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)
          Creates summary.
 

Method Detail

createSummary

String createSummary(ContentEntityObject contentEntity,
                     List<Like> likes,
                     Set<String> followees)
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-2012 Atlassian. All Rights Reserved.