LikeManager
instead. Since v4.3.@Deprecated public class EventPublishingLikeDao extends Object implements LikeDao
Constructor and Description |
---|
EventPublishingLikeDao(LikeManager manager)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
addLike(ContentEntityObject contentEntity)
Deprecated.
Add a like on the content entity for the currently logged-in user.
|
Like |
addLike(ContentEntityObject contentEntity,
com.atlassian.user.User user)
Deprecated.
Add a like on the content entity for the given user.
|
Map<Long,List<Like>> |
getLikes(Collection<? extends ContentEntityObject> contentEntities)
Deprecated.
Gets all the likes for the specified content entities (likes are ordered such that recent likes come first).
|
List<Like> |
getLikes(ContentEntityObject contentEntity)
Deprecated.
Gets all the likes for the specified content entity (likes are ordered such that recent likes come first)
|
boolean |
hasLike(ContentEntityObject contentEntity)
Deprecated.
Returns true if the current logged in user likes this content entity.
|
boolean |
hasLike(ContentEntityObject contentEntity,
com.atlassian.user.User user)
Deprecated.
Returns true if the given user likes this content entity.
|
void |
removeAllLikesFor(String username)
Deprecated.
Removes all likes (for any user) from the specified content entity.
|
void |
removeAllLikesOn(ContentEntityObject contentEntity)
Deprecated.
Removes all likes (for any user) from the specified content entity.
|
void |
removeLike(ContentEntityObject contentEntity)
Deprecated.
Remove like from content entity for the currently logged-in user.
|
void |
removeLike(ContentEntityObject contentEntity,
com.atlassian.user.User user)
Deprecated.
Remove like from content entity for the given user.
|
public EventPublishingLikeDao(LikeManager manager)
public void addLike(ContentEntityObject contentEntity)
LikeDao
public void removeLike(ContentEntityObject contentEntity)
LikeDao
removeLike
in interface LikeDao
contentEntity
- content entity to remove like frompublic void removeAllLikesOn(ContentEntityObject contentEntity)
LikeDao
removeAllLikesOn
in interface LikeDao
contentEntity
- content entitypublic void removeAllLikesFor(String username)
LikeDao
removeAllLikesFor
in interface LikeDao
username
- the name of the user to remove all likes forpublic boolean hasLike(ContentEntityObject contentEntity)
LikeDao
public List<Like> getLikes(ContentEntityObject contentEntity)
LikeDao
public Map<Long,List<Like>> getLikes(Collection<? extends ContentEntityObject> contentEntities)
LikeDao
public Like addLike(ContentEntityObject contentEntity, com.atlassian.user.User user)
LikeDao
public void removeLike(ContentEntityObject contentEntity, com.atlassian.user.User user)
LikeDao
removeLike
in interface LikeDao
contentEntity
- content entity to remove like fromuser
- User removing their Likepublic boolean hasLike(ContentEntityObject contentEntity, com.atlassian.user.User user)
LikeDao
Copyright © 2003–2015 Atlassian. All rights reserved.