Uses of Class
com.atlassian.confluence.like.Like

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 Like
 Like LikeManager.addLike(ContentEntityObject contentEntity)
          Deprecated. since 4.3.1 - Use LikeManager.addLike(com.atlassian.confluence.core.ContentEntityObject, com.atlassian.user.User) with AuthenticatedUserThreadLocal.getUser() instead.
 Like DefaultLikeManager.addLike(ContentEntityObject contentEntity)
           
 Like LikeManager.addLike(ContentEntityObject contentEntity, com.atlassian.user.User user)
          Add a like for the provided user.
 Like LikeDao.addLike(ContentEntityObject contentEntity, com.atlassian.user.User user)
          Deprecated. Add a like on the content entity for the given user.
 Like HibernateLikeDao.addLike(ContentEntityObject contentEntity, com.atlassian.user.User user)
           
 Like EventPublishingLikeDao.addLike(ContentEntityObject contentEntity, com.atlassian.user.User user)
          Deprecated.  
 Like DefaultLikeManager.addLike(ContentEntityObject contentEntity, com.atlassian.user.User user)
           
 

Methods in com.atlassian.confluence.like that return types with arguments of type Like
 Map<Long,List<Like>> LikeManager.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>> LikeDao.getLikes(Collection<? extends ContentEntityObject> contentEntities)
          Deprecated. 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)
          Deprecated.  
 Map<Long,List<Like>> DefaultLikeManager.getLikes(Collection<? extends ContentEntityObject> contentEntities)
           
 List<Like> LikeManager.getLikes(ContentEntityObject contentEntity)
          Gets all the likes for the specified content entity (likes are ordered such that recent likes come first)
 List<Like> LikeDao.getLikes(ContentEntityObject contentEntity)
          Deprecated. 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)
          Deprecated.  
 List<Like> DefaultLikeManager.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)
          Deprecated. since 4.3. Like summary creation has been moved to client side. See like-summary-factory.js.
 String DefaultLikeSummaryCreator.createSummary(ContentEntityObject contentEntity, List<Like> likes, Set<String> followees)
          Deprecated.  
 List<Like> LikesSorter.sort(Collection<Like> likes, Set<String> followees)
          Returns a sorted list of likes.
 



Copyright © 2003-2013 Atlassian. All Rights Reserved.