Uses of Class
com.atlassian.confluence.plugins.like.notifications.LikeNotification
-
Packages that use LikeNotification Package Description 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 Modifier and Type Method Description List<LikeNotification>
DefaultLikeNotificationManager. getNotifications(LikeEvent event)
List<LikeNotification>
DefaultLikeNotificationManager. getNotifications(LikePayload event)
List<LikeNotification>
LikeNotificationManager. getNotifications(LikeEvent event)
Deprecated.since 5.6 UseLikeNotificationManager.getNotifications(LikePayload)
List<LikeNotification>
LikeNotificationManager. getNotifications(LikePayload event)
Get a list of like notifications for a provided like event payload -
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 Modifier and Type Method Description boolean
CacheBackedNotificationDao. exists(LikeNotification notification)
boolean
NotificationDao. exists(LikeNotification notification)
Returns true if the specified notification exists, false otherwise.void
CacheBackedNotificationDao. save(LikeNotification notification)
void
NotificationDao. save(LikeNotification notification)
Persist the specified notification.
-