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 NotificationManager.addDailyReportNotfication(com.atlassian.user.User user)
           
 Notification DefaultNotificationManager.addDailyReportNotfication(com.atlassian.user.User user)
           
protected  Notification DefaultNotificationManager.addNotification(com.atlassian.user.User user, Space space, AbstractPage page)
           
 Notification NotificationManager.addPageNotification(com.atlassian.user.User user, AbstractPage page)
           
 Notification DefaultNotificationManager.addPageNotification(com.atlassian.user.User user, AbstractPage page)
           
 Notification NotificationManager.addSpaceNotification(com.atlassian.user.User user, Space space)
           
 Notification DefaultNotificationManager.addSpaceNotification(com.atlassian.user.User user, Space space)
           
 Notification NotificationManager.getDailyReportNotificationForUser(com.atlassian.user.User user)
           
 Notification DefaultNotificationManager.getDailyReportNotificationForUser(com.atlassian.user.User user)
           
 Notification NotificationManager.getNotificationByUserAndPage(com.atlassian.user.User user, AbstractPage page)
           
 Notification DefaultNotificationManager.getNotificationByUserAndPage(com.atlassian.user.User user, AbstractPage page)
           
 Notification NotificationManager.getNotificationByUserAndSpace(com.atlassian.user.User user, java.lang.String spaceKey)
           
 Notification DefaultNotificationManager.getNotificationByUserAndSpace(com.atlassian.user.User user, java.lang.String spaceKey)
           
 

Methods in com.atlassian.confluence.mail.notification with parameters of type Notification
 void NotificationManager.removeNotification(Notification notification)
           
 void DefaultNotificationManager.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.findDailyReportNotification(java.lang.String username)
          Find the specified users daily report notification.
 Notification NotificationDao.findNotificationByUserAndPage(com.atlassian.user.User user, AbstractPage page)
           
 Notification NotificationDao.findNotificationByUserAndSpace(com.atlassian.user.User user, java.lang.String spaceKey)
           
 

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.findDailyReportNotification(java.lang.String username)
           
 Notification HibernateNotificationDao.findNotificationByUserAndPage(com.atlassian.user.User user, AbstractPage page)
           
 Notification HibernateNotificationDao.findNotificationByUserAndSpace(com.atlassian.user.User user, java.lang.String spaceKey)
           
 



Copyright © 2003-2008 Atlassian Pty Ltd. All Rights Reserved.