| Package | Description |
|---|---|
| com.atlassian.confluence.like |
| Modifier and Type | Method and Description |
|---|---|
LikeEntity |
LikeEntityDao.addLike(ContentEntityObject contentEntity,
com.atlassian.user.User user)
Add a like on the content entity for the given user.
|
LikeEntity |
HibernateLikeEntityDao.addLike(ContentEntityObject contentEntity,
com.atlassian.user.User user) |
| Modifier and Type | Method and Description |
|---|---|
List<LikeEntity> |
LikeEntityDao.getLikeEntities(Collection<? extends ContentEntityObject> contentEntities) |
List<LikeEntity> |
HibernateLikeEntityDao.getLikeEntities(Collection<? extends ContentEntityObject> contentEntities) |
| Constructor and Description |
|---|
Like(LikeEntity likeEntity) |
Copyright © 2003–2021 Atlassian. All rights reserved.