|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@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 | |
---|---|
java.lang.String |
createSummary(ContentEntityObject contentEntity,
java.util.List<Like> likes,
java.util.Set<java.lang.String> followees)
Deprecated. since 4.3. Like summary creation has been moved to client side. See like-summary-factory.js. |
Method Detail |
---|
@Deprecated java.lang.String createSummary(ContentEntityObject contentEntity, java.util.List<Like> likes, java.util.Set<java.lang.String> followees)
contentEntity
- the content entitylikes
- likes for the specified content entityfollowees
- a set of usernames the current logged in user is following
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |