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

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

Method parameters in com.atlassian.confluence.importexport.impl with type arguments of type Notification
 com.google.common.base.Function<java.lang.Long,TransientHibernateHandle> HibernateObjectHandleTranslator.idToHandleFunction(java.lang.Class<Notification> notificationClass)
          Deprecated. Since 5.3. Use HibernateObjectHandleTranslator.idToHandle(Class)
 

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

Methods in com.atlassian.confluence.mail.notification that return Notification
 Notification NotificationManager.addContentNotification(com.atlassian.user.User user, ContentEntityObject content)
           
 Notification DefaultNotificationManager.addContentNotification(com.atlassian.user.User user, ContentEntityObject content)
           
 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)
          Adds a page or space notification for a user.
protected  Notification DefaultNotificationManager.addNotification(com.atlassian.user.User user, Space space, AbstractPage page, ContentTypeEnum type)
           
 Notification NotificationManager.addPageNotification(com.atlassian.user.User user, AbstractPage page)
          Deprecated. since 5.3. Use NotificationManager.addContentNotification(com.atlassian.user.User, com.atlassian.confluence.core.ContentEntityObject) instead.
 Notification DefaultNotificationManager.addPageNotification(com.atlassian.user.User user, AbstractPage page)
          Deprecated. since 5.3. Use DefaultNotificationManager.addContentNotification(com.atlassian.user.User, com.atlassian.confluence.core.ContentEntityObject) instead.
 Notification NotificationManager.addSpaceNotification(com.atlassian.user.User user, Space space)
           
 Notification DefaultNotificationManager.addSpaceNotification(com.atlassian.user.User user, Space space)
           
 Notification NotificationManager.addSpaceNotification(com.atlassian.user.User user, Space space, ContentTypeEnum type)
          Add a space notification for a particular content type.
 Notification DefaultNotificationManager.addSpaceNotification(com.atlassian.user.User user, Space space, ContentTypeEnum type)
           
 Notification NotificationManager.getDailyReportNotificationForUser(com.atlassian.user.User user)
           
 Notification DefaultNotificationManager.getDailyReportNotificationForUser(com.atlassian.user.User user)
           
 Notification NotificationManager.getNetworkNotificationForUser(com.atlassian.user.User user)
           
 Notification DefaultNotificationManager.getNetworkNotificationForUser(com.atlassian.user.User user)
           
 Notification NotificationManager.getNotificationByUserAndContent(com.atlassian.user.User user, ContentEntityObject content)
           
 Notification DefaultNotificationManager.getNotificationByUserAndContent(com.atlassian.user.User user, ContentEntityObject content)
           
 Notification NotificationManager.getNotificationByUserAndPage(com.atlassian.user.User user, AbstractPage page)
          Deprecated. since 5.3. Use NotificationManager.getNotificationByUserAndContent(com.atlassian.user.User, com.atlassian.confluence.core.ContentEntityObject) instead.
 Notification DefaultNotificationManager.getNotificationByUserAndPage(com.atlassian.user.User user, AbstractPage page)
          Deprecated. since 5.3. Use DefaultNotificationManager.getNotificationByUserAndContent(com.atlassian.user.User, com.atlassian.confluence.core.ContentEntityObject) instead.
 Notification NotificationManager.getNotificationByUserAndSpace(com.atlassian.user.User user, Space space)
          Return a notification if the user is watching the entire space.
 Notification DefaultNotificationManager.getNotificationByUserAndSpace(com.atlassian.user.User user, Space space)
           
 Notification NotificationManager.getNotificationByUserAndSpace(com.atlassian.user.User user, java.lang.String spaceKey)
          Return a notification if the user is watching the entire space with the given spaceKey.
 Notification DefaultNotificationManager.getNotificationByUserAndSpace(com.atlassian.user.User user, java.lang.String spaceKey)
           
 Notification NotificationManager.getNotificationByUserAndSpaceAndType(com.atlassian.user.User user, Space space, ContentTypeEnum type)
           
 Notification DefaultNotificationManager.getNotificationByUserAndSpaceAndType(com.atlassian.user.User user, Space space, ContentTypeEnum type)
           
 Notification NotificationManager.getSiteBlogNotificationForUser(com.atlassian.user.User user)
           
 Notification DefaultNotificationManager.getSiteBlogNotificationForUser(com.atlassian.user.User user)
           
 

Methods in com.atlassian.confluence.mail.notification that return types with arguments of type Notification
 java.util.List<Notification> NotificationManager.findNotificationsByFollowing(com.atlassian.user.User modifier)
          Retrieves the list of Network Notifications for Users who are following the given User.
 java.util.List<Notification> DefaultNotificationManager.findNotificationsByFollowing(com.atlassian.user.User modifier)
           
 java.util.List<Notification> NotificationManager.getDailyReportNotifications()
           
 java.util.List<Notification> DefaultNotificationManager.getDailyReportNotifications()
           
 java.util.List<Notification> NotificationManager.getNotificationsByContent(ContentEntityObject content)
           
 java.util.List<Notification> DefaultNotificationManager.getNotificationsByContent(ContentEntityObject content)
           
 java.util.List<Notification> NotificationManager.getNotificationsByLabel(Label label)
           
 java.util.List<Notification> DefaultNotificationManager.getNotificationsByLabel(Label label)
           
 java.util.List<Notification> NotificationManager.getNotificationsByPage(AbstractPage page)
          Deprecated. since 5.3. Use NotificationManager.getNotificationsByContent(com.atlassian.confluence.core.ContentEntityObject) instead.
 java.util.List<Notification> DefaultNotificationManager.getNotificationsByPage(AbstractPage page)
          Deprecated. since 5.3. Use DefaultNotificationManager.getNotificationsByContent(com.atlassian.confluence.core.ContentEntityObject) instead.
 java.util.List<Notification> NotificationManager.getNotificationsBySpace(Space space)
          Deprecated. Since 3.5 - use NotificationManager.getNotificationsBySpaceAndType(Space, ContentTypeEnum)
 java.util.List<Notification> DefaultNotificationManager.getNotificationsBySpace(Space space)
          Deprecated. since 5.3. Use DefaultNotificationManager.getNotificationsByContent(com.atlassian.confluence.core.ContentEntityObject) instead.
 java.util.List<Notification> NotificationManager.getNotificationsBySpaceAndType(Space space, ContentTypeEnum type)
           
 java.util.List<Notification> DefaultNotificationManager.getNotificationsBySpaceAndType(Space space, ContentTypeEnum type)
           
 java.util.List<Notification> NotificationManager.getNotificationsByUser(com.atlassian.user.User user)
           
 java.util.List<Notification> DefaultNotificationManager.getNotificationsByUser(com.atlassian.user.User user)
           
 java.util.List<Notification> NotificationManager.getSiteBlogNotifications()
           
 java.util.List<Notification> DefaultNotificationManager.getSiteBlogNotifications()
           
 

Methods in com.atlassian.confluence.mail.notification with parameters of type Notification
 void NotificationManager.removeNotification(Notification notification)
           
 void DefaultNotificationManager.removeNotification(Notification notification)
           
 void NotificationsSender.sendNotification(Notification notification, NotificationData notificationData, ConversionContext conversionContext)
          Sends content-based notifications.
 void DefaultNotificationsSender.sendNotification(Notification notification, NotificationData notificationData, ConversionContext conversionContext)
           
 

Method parameters in com.atlassian.confluence.mail.notification with type arguments of type Notification
 void NotificationsSender.sendNotifications(java.util.List<Notification> notifications, NotificationData notificationData, ConversionContext conversionContext)
          Sends the notificationData to each user listed in notifications, as long as they are permitted to see it.
 void DefaultNotificationsSender.sendNotifications(java.util.List<Notification> notifications, NotificationData notificationData, ConversionContext conversionContext)
           
 

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)
          Sends content-based notifications.
 

Method parameters in com.atlassian.confluence.mail.notification.listeners with type arguments of type Notification
protected  void AbstractNotificationsListener.sendNotifications(java.util.List<Notification> notifications, NotificationData notificationData)
          Sends the notificationData to each user listed in notifications, as long as they are permitted to see it.
 

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 user's daily report notification.
 Notification NotificationDao.findGlobalBlogWatchForUser(com.atlassian.user.User user)
          Find the global blog notification for this user if they have one.
 Notification NotificationDao.findNetworkNotificationByUser(com.atlassian.user.User user)
          Find the Network notification for this user if they have one.
 Notification NotificationDao.findNotificationByUserAndContent(com.atlassian.user.User user, ContentEntityObject content)
          Find any user notification linked to the specified content.
 Notification NotificationDao.findNotificationByUserAndLabel(com.atlassian.user.User user, Label label)
          Find any user notification linked to the specified label.
 Notification NotificationDao.findNotificationByUserAndPage(com.atlassian.user.User user, AbstractPage page)
          Deprecated. since 5.3. Use NotificationDao.findNotificationByUserAndContent(com.atlassian.user.User, com.atlassian.confluence.core.ContentEntityObject) instead.
 Notification NotificationDao.findNotificationByUserAndSpace(com.atlassian.user.User user, Space space)
          Find any user notification linked to the specified space regardless of type.
 Notification NotificationDao.findNotificationByUserAndSpace(com.atlassian.user.User user, java.lang.String spaceKey)
          Find any user notification linked to the specified space regardless of type.
 Notification NotificationDao.findNotificationByUserAndSpaceAndType(com.atlassian.user.User user, Space space, ContentTypeEnum type)
          Find the user notification linked to the specified space with a type specified - may be null if watching the whole space.
 

Methods in com.atlassian.confluence.mail.notification.persistence that return types with arguments of type Notification
 java.util.List<Notification> NotificationDao.findAllDailyReportNotifications()
          Find all daily report notifications.
 java.util.List<Notification> NotificationDao.findAllNotificationsBySpace(Space space)
          Find all notifications linked to the specified space regardless of type specified.
 java.util.List<Notification> NotificationDao.findAllNotificationsByUser(com.atlassian.user.User user)
          Find all notifications owned by the specified user, including digest etc.
 java.util.List<Notification> NotificationDao.findNotificationsByContent(ContentEntityObject content)
           
 java.util.List<Notification> NotificationDao.findNotificationsByFollowing(com.atlassian.user.User user)
           
 java.util.List<Notification> NotificationDao.findNotificationsByLabel(Label label)
           
 java.util.List<Notification> NotificationDao.findNotificationsByPage(AbstractPage Page)
          Deprecated. since 5.3. Use NotificationDao.findNotificationsByContent(com.atlassian.confluence.core.ContentEntityObject) instead.
 java.util.List<Notification> NotificationDao.findNotificationsBySpace(Space space)
          Deprecated. Since 3.5 - This method name is ambiguous. Use NotificationDao.findNotificationsBySpaceAndType(Space, ContentTypeEnum) or NotificationDao.findAllNotificationsBySpace(Space).
 java.util.List<Notification> NotificationDao.findNotificationsBySpaceAndType(Space space, ContentTypeEnum type)
          Find all notifications linked to the specified space for a certain type.
 java.util.List<Notification> NotificationDao.findNotificationsByUser(com.atlassian.user.User user)
          Find the space and page notifications owned by the specified user.
 java.util.List<Notification> NotificationDao.findSiteBlogNotifications()
          Find the global blog notification for all users.
 

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.findGlobalBlogWatchForUser(com.atlassian.user.User user)
          Find the global blog notification for this user if they have one.
 Notification HibernateNotificationDao.findNetworkNotificationByUser(com.atlassian.user.User user)
          Find the Network notification for this user if they have one.
 Notification HibernateNotificationDao.findNotificationByUserAndContent(com.atlassian.user.User user, ContentEntityObject content)
           
 Notification HibernateNotificationDao.findNotificationByUserAndLabel(com.atlassian.user.User user, Label label)
           
 Notification HibernateNotificationDao.findNotificationByUserAndPage(com.atlassian.user.User user, AbstractPage page)
           
 Notification HibernateNotificationDao.findNotificationByUserAndSpace(com.atlassian.user.User user, Space space)
           
 Notification HibernateNotificationDao.findNotificationByUserAndSpace(com.atlassian.user.User user, java.lang.String spaceKey)
           
 Notification HibernateNotificationDao.findNotificationByUserAndSpaceAndType(com.atlassian.user.User user, Space space, ContentTypeEnum type)
           
 

Methods in com.atlassian.confluence.mail.notification.persistence.dao.hibernate that return types with arguments of type Notification
 java.util.List<Notification> HibernateNotificationDao.findAllDailyReportNotifications()
           
 java.util.List<Notification> HibernateNotificationDao.findAllNotificationsBySpace(Space space)
           
 java.util.List<Notification> HibernateNotificationDao.findAllNotificationsByUser(com.atlassian.user.User user)
           
 java.util.List<Notification> HibernateNotificationDao.findNotificationsByContent(ContentEntityObject content)
           
 java.util.List<Notification> HibernateNotificationDao.findNotificationsByFollowing(com.atlassian.user.User user)
           
 java.util.List<Notification> HibernateNotificationDao.findNotificationsByLabel(Label label)
           
 java.util.List<Notification> HibernateNotificationDao.findNotificationsByPage(AbstractPage page)
           
 java.util.List<Notification> HibernateNotificationDao.findNotificationsBySpace(Space space)
           
 java.util.List<Notification> HibernateNotificationDao.findNotificationsBySpaceAndType(Space space, ContentTypeEnum type)
           
 java.util.List<Notification> HibernateNotificationDao.findNotificationsByUser(com.atlassian.user.User user)
           
 java.util.List<Notification> HibernateNotificationDao.findSiteBlogNotifications()
           
 



Copyright © 2003-2013 Atlassian. All Rights Reserved.