Uses of Class
com.atlassian.confluence.plugins.like.notifications.LikeNotification

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
 List<LikeNotification> LikeNotificationManager.getNotifications(LikeEvent event)
          Compute the notifications that should result from the specified like event ocurring.
 List<LikeNotification> DefaultLikeNotificationManager.getNotifications(LikeEvent 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 EhCacheNotificationDao.exists(LikeNotification notification)
           
 void NotificationDao.save(LikeNotification notification)
          Persist the specified notification.
 void EhCacheNotificationDao.save(LikeNotification notification)
           
 



Copyright © 2003-2012 Atlassian. All Rights Reserved.