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

Packages that use NotificationManager
com.atlassian.confluence.content.service   
com.atlassian.confluence.content.service.blogpost   
com.atlassian.confluence.content.service.page   
com.atlassian.confluence.importexport.impl   
com.atlassian.confluence.labels.listeners   
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.plugins.editorloader   
com.atlassian.confluence.plugins.emailgateway.converter   
com.atlassian.confluence.plugins.like.actions   
com.atlassian.confluence.plugins.like.notifications   
com.atlassian.confluence.plugins.rest.resources   
com.atlassian.confluence.rpc.soap.services   
com.atlassian.confluence.spaces   
com.atlassian.confluence.spaces.actions   
com.atlassian.confluence.test.rpc   
com.atlassian.confluence.tinymceplugin.rest   
com.atlassian.confluence.user   
com.atlassian.confluence.user.actions   
 

Uses of NotificationManager in com.atlassian.confluence.content.service
 

Constructors in com.atlassian.confluence.content.service with parameters of type NotificationManager
DefaultBlogPostService(PageManager pageManager, PermissionManager permissionManager, ContentPermissionManager contentPermissionManager, SpacePermissionManager spacePermissionManager, DraftManager draftManager, DraftService draftService, AttachmentManager attachmentManager, NotificationManager notificationManager, com.atlassian.event.api.EventPublisher eventPublisher, ContentPropertyManager contentPropertyManager)
           
DefaultPageService(PageManager pageManager, PermissionManager permissionManager, ContentPermissionManager contentPermissionManager, DraftManager draftManager, DraftService draftService, AttachmentManager attachmentManager, NotificationManager notificationManager, com.atlassian.event.api.EventPublisher eventPublisher, ContentPropertyManager contentPropertyManager)
           
 

Uses of NotificationManager in com.atlassian.confluence.content.service.blogpost
 

Constructors in com.atlassian.confluence.content.service.blogpost with parameters of type NotificationManager
CreateBlogPostCommandImpl(PageManager pageManager, SpacePermissionManager spacePermissionManager, ContentPermissionManager contentPermissionManager, DraftManager draftManager, DraftService draftService, AttachmentManager attachmentManager, NotificationManager notificationManager, com.atlassian.event.api.EventPublisher eventPublisher, BlogPostProvider blogPostProvider, ContentPermissionProvider permissionProvider, CreateContextProvider contextProvider, Draft draft, com.atlassian.user.User user, boolean notifySelf, ContentPropertyManager contentPropertyManager)
           
 

Uses of NotificationManager in com.atlassian.confluence.content.service.page
 

Fields in com.atlassian.confluence.content.service.page declared as NotificationManager
protected  NotificationManager CreateAbstractPageCommandImpl.notificationManager
           
 

Constructors in com.atlassian.confluence.content.service.page with parameters of type NotificationManager
CreateAbstractPageCommandImpl(PageManager pageManager, ContentPermissionManager contentPermissionManager, DraftService draftService, DraftManager draftManager, AttachmentManager attachmentManager, NotificationManager notificationManager, com.atlassian.event.api.EventPublisher eventPublisher, ContentPermissionProvider permissionProvider, CreateContextProvider contextProvider, Draft draft, com.atlassian.user.User user, boolean notifySelf, ContentPropertyManager contentPropertyManager)
           
CreatePageCommandImpl(PageManager pageManager, PermissionManager permissionManager, ContentPermissionManager contentPermissionManager, DraftManager draftManager, DraftService draftService, AttachmentManager attachmentManager, NotificationManager notificationManager, com.atlassian.event.api.EventPublisher eventPublisher, PageProvider pageProvider, ContentPermissionProvider permissionProvider, CreateContextProvider contextProvider, Draft draft, com.atlassian.user.User user, boolean notifySelf, ContentPropertyManager contentPropertyManager)
           
CreatePageFromExistingCommandImpl(PageManager pageManager, PermissionManager permissionManager, ContentPermissionManager contentPermissionManager, DraftManager draftManager, DraftService draftService, AttachmentManager attachmentManager, NotificationManager notificationManager, com.atlassian.event.api.EventPublisher eventPublisher, PageProvider pageProvider, ContentPermissionProvider permissionProvider, CreateContextProvider contextProvider, Draft draft, com.atlassian.user.User user, boolean notifySelf, SpaceProvider spaceProvider, ContentPropertyManager contentPropertyManager)
           
 

Uses of NotificationManager in com.atlassian.confluence.importexport.impl
 

Methods in com.atlassian.confluence.importexport.impl with parameters of type NotificationManager
 void XmlExporter.setNotificationManager(NotificationManager notificationManager)
           
 

Uses of NotificationManager in com.atlassian.confluence.labels.listeners
 

Constructors in com.atlassian.confluence.labels.listeners with parameters of type NotificationManager
LabelDeleteListener(NotificationManager notificationManager)
           
 

Uses of NotificationManager in com.atlassian.confluence.mail
 

Constructors in com.atlassian.confluence.mail with parameters of type NotificationManager
ChangeDigestNotificationBean(ContentEntityManager contentEntityManager, UserAccessor userAccessor, DefaultPermissionManager permissionManager, NotificationManager notificationManager)
           
 

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

Classes in com.atlassian.confluence.mail.notification that implement NotificationManager
 class DefaultNotificationManager
           
 

Constructors in com.atlassian.confluence.mail.notification with parameters of type NotificationManager
DefaultNotificationsSender(UserAccessor userAccessor, com.atlassian.core.task.MultiQueueTaskManager taskManager, NotificationManager notificationManager, Renderer viewRenderer, PermissionManager permissionManager, FormatSettingsManager formatSettingsManager, com.atlassian.plugin.webresource.WebResourceManager webResourceManager, I18NBeanFactory i18NBeanFactory, LocaleManager localeManager, Differ differ, NotificationRenderManager notificationRenderManager, DataSourceFactory dataSourceFactory)
           
 

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

Methods in com.atlassian.confluence.mail.notification.actions with parameters of type NotificationManager
 void PageNotificationAction.setNotificationManager(NotificationManager notificationManager)
           
 void ListWatchersAction.setNotificationManager(NotificationManager notificationManager)
           
 void AlterPageNotificationAction.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)
           
 

Constructors in com.atlassian.confluence.mail.notification.listeners with parameters of type NotificationManager
AddCreatorAsWatcherOnPageCreationListener(UserAccessor userAccessor, NotificationManager notificationManager)
           
 

Uses of NotificationManager in com.atlassian.confluence.pages
 

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

Methods in com.atlassian.confluence.pages with parameters of type NotificationManager
 void PageManager.setNotificationManager(NotificationManager notificationManager)
           
 void DefaultPageManager.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
           
protected  NotificationManager AbstractCreateAndEditPageAction.notificationManager
           
 

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

Methods in com.atlassian.confluence.pages.actions with parameters of type NotificationManager
 void ViewPageAction.setNotificationManager(NotificationManager notificationManager)
           
 void EditCommentAction.setNotificationManager(NotificationManager notificationManager)
           
 void AddCommentAction.setNotificationManager(NotificationManager notificationManager)
           
 void AbstractCreateAndEditPageAction.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 UserWatchingSpaceForContentTypeCondition.setNotificationManager(NotificationManager notificationManager)
           
 void UserWatchingSpaceCondition.setNotificationManager(NotificationManager notificationManager)
           
 void UserWatchingPageCondition.setNotificationManager(NotificationManager notificationManager)
           
 

Uses of NotificationManager in com.atlassian.confluence.plugins.editorloader
 

Fields in com.atlassian.confluence.plugins.editorloader declared as NotificationManager
protected  NotificationManager EditorAction.notificationManager
           
 

Methods in com.atlassian.confluence.plugins.editorloader with parameters of type NotificationManager
 void EditorAction.setNotificationManager(NotificationManager notificationManager)
           
 

Uses of NotificationManager in com.atlassian.confluence.plugins.emailgateway.converter
 

Constructors in com.atlassian.confluence.plugins.emailgateway.converter with parameters of type NotificationManager
NotificationSendingConvertedPageListener(I18NBeanFactory i18NBeanFactory, SettingsManager settingsManager, SignupManager signupManager, LocaleManager localeManager, com.atlassian.confluence.plugins.sharepage.api.SharePageService sharePageService, NotificationManager notificationManager, UsersByEmailService usersByEmailService, EmailContentParser parser)
           
 

Uses of NotificationManager in com.atlassian.confluence.plugins.like.actions
 

Methods in com.atlassian.confluence.plugins.like.actions with parameters of type NotificationManager
 void NotificationsAction.setNotificationManager(NotificationManager notificationManager)
           
 

Uses of NotificationManager in com.atlassian.confluence.plugins.like.notifications
 

Constructors in com.atlassian.confluence.plugins.like.notifications with parameters of type NotificationManager
DefaultLikeNotificationManager(UserAccessor userAccessor, NotificationManager notificationManager, FollowManager followManager, LikeManager likeManager, NotificationDao notificationDao, ContentEntityManager entityManager)
           
 

Uses of NotificationManager in com.atlassian.confluence.plugins.rest.resources
 

Constructors in com.atlassian.confluence.plugins.rest.resources with parameters of type NotificationManager
ContentWatchesResource(NotificationManager notificationManager, ContentEntityManager contentEntityManager)
           
LabelWatchesResource(NotificationManager notificationManager, LabelManager labelManager)
           
 

Uses of NotificationManager in com.atlassian.confluence.rpc.soap.services
 

Methods in com.atlassian.confluence.rpc.soap.services with parameters of type NotificationManager
 void NotificationsSoapService.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.test.rpc
 

Methods in com.atlassian.confluence.test.rpc with parameters of type NotificationManager
 void FuncTestRpcHandlerImpl.setNotificationManager(NotificationManager notificationManager)
           
 

Uses of NotificationManager in com.atlassian.confluence.tinymceplugin.rest
 

Constructors in com.atlassian.confluence.tinymceplugin.rest with parameters of type NotificationManager
PageResource(CommentService commentService, NotificationManager notificationManager, CommentRenderService commentRenderService, CaptchaManager captchaManager, FormatConverter converter, PageManager pageManager, PermissionManager permissionManager, com.atlassian.xwork.XsrfTokenGenerator tokenGenerator)
           
 

Uses of NotificationManager in com.atlassian.confluence.user
 

Constructors in com.atlassian.confluence.user with parameters of type NotificationManager
DefaultUserAccessor(com.atlassian.user.configuration.RepositoryAccessor repositoryAccessor, SpacePermissionManager spacePermissionManager, ContentEntityManager contentEntityManager, NotificationManager notificationManager, PersonalInformationManager personalInformationManager, UserChecker userChecker, AttachmentManager attachmentManager, com.atlassian.event.EventManager eventManager, ContentPermissionManager contentPermissionManager, PermissionManager permissionManager, UserStatusManager userStatusManager, FollowManager followManager, com.atlassian.crowd.embedded.api.CrowdService crowdService, DisabledUserManager disabledUserManager, HibernateSessionManager sessionManager, ConfluenceUserDao confluenceUserDao, com.atlassian.user.UserManager backingUserManager, SettingsManager settingsManager, com.atlassian.crowd.embedded.api.UnfilteredCrowdService unfilteredCrowdService, com.google.common.base.Supplier<DarkFeaturesManager> darkFeaturesManagerSupplier)
           
 

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-2014 Atlassian. All Rights Reserved.