Uses of Interface
com.atlassian.confluence.mail.notification.NotificationManager

Packages that use NotificationManager
com.atlassian.confluence.mail   
com.atlassian.confluence.mail.notification   
com.atlassian.confluence.mail.notification.actions   
com.atlassian.confluence.mail.notification.listeners   
com.atlassian.confluence.pages   
com.atlassian.confluence.pages.actions   
com.atlassian.confluence.plugin.descriptor.web.conditions.user   
com.atlassian.confluence.spaces   
com.atlassian.confluence.spaces.actions   
com.atlassian.confluence.upgrade   
com.atlassian.confluence.user   
com.atlassian.confluence.user.actions   
 

Uses of NotificationManager in com.atlassian.confluence.mail
 

Methods in com.atlassian.confluence.mail with parameters of type NotificationManager
 void ChangeDigestNotificationBean.setNotificationManager(NotificationManager notificationManager)
           
 

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

Classes in com.atlassian.confluence.mail.notification that implement NotificationManager
 class DefaultNotificationManager
          Created by IntelliJ IDEA.
 

Uses of NotificationManager in com.atlassian.confluence.mail.notification.actions
 

Methods in com.atlassian.confluence.mail.notification.actions that return NotificationManager
 NotificationManager AddPageNotificationAction.getNotificationManager()
           
 NotificationManager RemovePageNotificationAction.getNotificationManager()
           
 

Methods in com.atlassian.confluence.mail.notification.actions with parameters of type NotificationManager
 void AddPageNotificationAction.setNotificationManager(NotificationManager notificationManager)
           
 void PageNotificationBean.setNotificationManager(NotificationManager notificationManager)
           
 void RemovePageNotificationAction.setNotificationManager(NotificationManager notificationManager)
           
 

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

Fields in com.atlassian.confluence.mail.notification.listeners declared as NotificationManager
protected  NotificationManager AbstractNotificationsListener.notificationManager
           
 

Methods in com.atlassian.confluence.mail.notification.listeners with parameters of type NotificationManager
 void AbstractNotificationsListener.setNotificationManager(NotificationManager notificationManager)
           
 

Uses of NotificationManager in com.atlassian.confluence.pages
 

Methods in com.atlassian.confluence.pages that return NotificationManager
 NotificationManager DefaultPageManager.getNotificationManager()
           
 NotificationManager PageManager.getNotificationManager()
           
 

Methods in com.atlassian.confluence.pages with parameters of type NotificationManager
 void DefaultPageManager.setNotificationManager(NotificationManager notificationManager)
           
 void PageManager.setNotificationManager(NotificationManager notificationManager)
           
 

Uses of NotificationManager in com.atlassian.confluence.pages.actions
 

Fields in com.atlassian.confluence.pages.actions declared as NotificationManager
protected  NotificationManager ViewPageAction.notificationManager
           
 

Methods in com.atlassian.confluence.pages.actions that return NotificationManager
 NotificationManager ViewPageAction.getNotificationManager()
           
 

Methods in com.atlassian.confluence.pages.actions with parameters of type NotificationManager
 void AddCommentAction.setNotificationManager(NotificationManager notificationManager)
           
 void ViewPageAction.setNotificationManager(NotificationManager notificationManager)
           
 

Uses of NotificationManager in com.atlassian.confluence.plugin.descriptor.web.conditions.user
 

Methods in com.atlassian.confluence.plugin.descriptor.web.conditions.user with parameters of type NotificationManager
 void UserWatchingSpaceCondition.setNotificationManager(NotificationManager notificationManager)
           
 void UserWatchingPageCondition.setNotificationManager(NotificationManager notificationManager)
           
 

Uses of NotificationManager in com.atlassian.confluence.spaces
 

Methods in com.atlassian.confluence.spaces with parameters of type NotificationManager
 void DefaultSpaceManager.setNotificationManager(NotificationManager notificationManager)
           
 

Uses of NotificationManager in com.atlassian.confluence.spaces.actions
 

Fields in com.atlassian.confluence.spaces.actions declared as NotificationManager
protected  NotificationManager AbstractSpaceAction.notificationManager
           
 

Methods in com.atlassian.confluence.spaces.actions with parameters of type NotificationManager
 void AbstractSpaceAction.setNotificationManager(NotificationManager notificationManager)
           
 

Uses of NotificationManager in com.atlassian.confluence.upgrade
 

Methods in com.atlassian.confluence.upgrade with parameters of type NotificationManager
 void DailyReportPreferenceUpgradeTask.setNotificationManager(NotificationManager notificationManager)
           
 

Uses of NotificationManager in com.atlassian.confluence.user
 

Methods in com.atlassian.confluence.user with parameters of type NotificationManager
 void DefaultUserAccessor.setNotificationManager(NotificationManager notificationManager)
           
 void UserAccessor.setNotificationManager(NotificationManager notificationManager)
           
 

Uses of NotificationManager in com.atlassian.confluence.user.actions
 

Fields in com.atlassian.confluence.user.actions declared as NotificationManager
protected  NotificationManager AbstractUserProfileAction.notificationManager
           
 

Methods in com.atlassian.confluence.user.actions with parameters of type NotificationManager
 void AbstractUserProfileAction.setNotificationManager(NotificationManager notificationManager)
           
 



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