Uses of Class
com.atlassian.confluence.mail.notification.Notification

Packages that use Notification
com.atlassian.confluence.mail.notification   
com.atlassian.confluence.mail.notification.listeners   
com.atlassian.confluence.mail.notification.persistence   
com.atlassian.confluence.mail.notification.persistence.dao.hibernate   
 

Uses of Notification in com.atlassian.confluence.mail.notification
 

Methods in com.atlassian.confluence.mail.notification that return Notification
 Notification DefaultNotificationManager.getNotificationByUserAndPage(User user, AbstractPage page)
           
 Notification DefaultNotificationManager.getNotificationByUserAndSpace(User user, String spaceKey)
           
 Notification DefaultNotificationManager.addPageNotification(User user, AbstractPage page)
           
 Notification DefaultNotificationManager.addSpaceNotification(User user, Space space)
           
protected  Notification DefaultNotificationManager.addNotification(User user, Space space, AbstractPage page)
           
 Notification DefaultNotificationManager.getDailyReportNotificationForUser(User user)
           
 Notification DefaultNotificationManager.addDailyReportNotfication(User user)
           
 Notification NotificationManager.getNotificationByUserAndPage(User user, AbstractPage page)
           
 Notification NotificationManager.getNotificationByUserAndSpace(User user, String spaceKey)
           
 Notification NotificationManager.addPageNotification(User user, AbstractPage page)
           
 Notification NotificationManager.addSpaceNotification(User user, Space space)
           
 Notification NotificationManager.addDailyReportNotfication(User user)
           
 Notification NotificationManager.getDailyReportNotificationForUser(User user)
           
 

Methods in com.atlassian.confluence.mail.notification with parameters of type Notification
 void DefaultNotificationManager.removeNotification(Notification notification)
           
 void NotificationManager.removeNotification(Notification notification)
           
 

Uses of Notification in com.atlassian.confluence.mail.notification.listeners
 

Methods in com.atlassian.confluence.mail.notification.listeners with parameters of type Notification
protected  void AbstractNotificationsListener.sendNotification(Notification notification, NotificationData notificationData)
           
 

Uses of Notification in com.atlassian.confluence.mail.notification.persistence
 

Methods in com.atlassian.confluence.mail.notification.persistence that return Notification
 Notification NotificationDao.findNotificationByUserAndPage(User user, AbstractPage page)
           
 Notification NotificationDao.findNotificationByUserAndSpace(User user, String spaceKey)
           
 Notification NotificationDao.findDailyReportNotification(String username)
          Find the specified users daily report notification.
 

Uses of Notification in com.atlassian.confluence.mail.notification.persistence.dao.hibernate
 

Methods in com.atlassian.confluence.mail.notification.persistence.dao.hibernate that return Notification
 Notification HibernateNotificationDao.findNotificationByUserAndPage(User user, AbstractPage page)
           
 Notification HibernateNotificationDao.findNotificationByUserAndSpace(User user, String spaceKey)
           
 Notification HibernateNotificationDao.findDailyReportNotification(String username)
           
 



Confluence is developed by Atlassian.