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

Packages that use Notification
com.atlassian.confluence.event.events.content.mail.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.event.events.content.mail.notification
 

Fields in com.atlassian.confluence.event.events.content.mail.notification declared as Notification
protected  Notification NotificationEvent.notification
           
 

Methods in com.atlassian.confluence.event.events.content.mail.notification that return Notification
 Notification NotificationEvent.getNotification()
           
 

Constructors in com.atlassian.confluence.event.events.content.mail.notification with parameters of type Notification
ContentNotificationAddedEvent(java.lang.Object src, Notification notification)
           
ContentNotificationEvent(java.lang.Object src, Notification notification)
           
ContentNotificationRemovedEvent(java.lang.Object src, Notification notification)
           
NotificationEvent(java.lang.Object src, Notification notification)
           
SiteNotificationAddedEvent(java.lang.Object src, Notification notification)
           
SiteNotificationEvent(java.lang.Object src, Notification notification)
           
SiteNotificationRemovedEvent(java.lang.Object src, Notification notification)
           
SpaceNotificationAddedEvent(java.lang.Object src, Notification notification)
           
SpaceNotificationEvent(java.lang.Object src, Notification notification)
           
SpaceNotificationRemovedEvent(java.lang.Object src, Notification notification)
           
 

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 NotificationCaseFixer.fix(Notification 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)
           
 

Method parameters in com.atlassian.confluence.mail.notification.listeners with type arguments of type Notification
protected  void AbstractNotificationsListener.sendNotifications(java.util.List<Notification> spaceNotifications, 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-2010 Atlassian. All Rights Reserved.