|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Like | |
|---|---|
| com.atlassian.confluence.like | |
| com.atlassian.confluence.plugins.like | |
| Uses of Like in com.atlassian.confluence.like |
|---|
| Methods in com.atlassian.confluence.like that return types with arguments of type Like | |
|---|---|
Map<Long,List<Like>> |
LikeDao.getLikes(Collection<? extends ContentEntityObject> contentEntities)
Gets all the likes for the specified content entities (likes are ordered such that recent likes come first). |
Map<Long,List<Like>> |
HibernateLikeDao.getLikes(Collection<? extends ContentEntityObject> contentEntities)
|
Map<Long,List<Like>> |
EventPublishingLikeDao.getLikes(Collection<? extends ContentEntityObject> contentEntities)
|
List<Like> |
LikeDao.getLikes(ContentEntityObject contentEntity)
Gets all the likes for the specified content entity (likes are ordered such that recent likes come first) |
List<Like> |
HibernateLikeDao.getLikes(ContentEntityObject contentEntity)
|
List<Like> |
EventPublishingLikeDao.getLikes(ContentEntityObject contentEntity)
|
| Uses of Like in com.atlassian.confluence.plugins.like |
|---|
| Methods in com.atlassian.confluence.plugins.like that return types with arguments of type Like | |
|---|---|
List<Like> |
LikesSorter.sort(Collection<Like> likes,
Set<String> followees)
Returns a sorted list of likes. |
| Method parameters in com.atlassian.confluence.plugins.like with type arguments of type Like | |
|---|---|
String |
LikeSummaryCreator.createSummary(ContentEntityObject contentEntity,
List<Like> likes,
Set<String> followees)
Creates summary. |
String |
DefaultLikeSummaryCreator.createSummary(ContentEntityObject contentEntity,
List<Like> likes,
Set<String> followees)
|
List<Like> |
LikesSorter.sort(Collection<Like> likes,
Set<String> followees)
Returns a sorted list of likes. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||