|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use LikeNotification | |
|---|---|
| com.atlassian.confluence.plugins.like.notifications | |
| com.atlassian.confluence.plugins.like.notifications.dao | |
| Uses of LikeNotification in com.atlassian.confluence.plugins.like.notifications |
|---|
| Methods in com.atlassian.confluence.plugins.like.notifications that return types with arguments of type LikeNotification | |
|---|---|
java.util.List<LikeNotification> |
LikeNotificationManager.getNotifications(LikeEvent event)
Deprecated. 5.6 Use LikeNotificationManager.getNotifications(LikePayload) |
java.util.List<LikeNotification> |
DefaultLikeNotificationManager.getNotifications(LikeEvent event)
|
java.util.List<LikeNotification> |
LikeNotificationManager.getNotifications(LikePayload event)
Get a list of like notifications for a provided like event payload |
java.util.List<LikeNotification> |
DefaultLikeNotificationManager.getNotifications(LikePayload event)
|
| Uses of LikeNotification in com.atlassian.confluence.plugins.like.notifications.dao |
|---|
| Methods in com.atlassian.confluence.plugins.like.notifications.dao with parameters of type LikeNotification | |
|---|---|
boolean |
NotificationDao.exists(LikeNotification notification)
Returns true if the specified notification exists, false otherwise. |
boolean |
CacheBackedNotificationDao.exists(LikeNotification notification)
|
void |
NotificationDao.save(LikeNotification notification)
Persist the specified notification. |
void |
CacheBackedNotificationDao.save(LikeNotification notification)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||