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

Packages that use NotificationsSender
com.atlassian.confluence.mail.notification   
com.atlassian.confluence.mail.notification.listeners   
com.atlassian.confluence.mail.notification.listeners.async   
com.atlassian.confluence.user   
 

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

Classes in com.atlassian.confluence.mail.notification that implement NotificationsSender
 class DefaultNotificationsSender
           
 

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

Fields in com.atlassian.confluence.mail.notification.listeners declared as NotificationsSender
protected  NotificationsSender AbstractNotificationsListener.notificationsSender
           
 

Methods in com.atlassian.confluence.mail.notification.listeners with parameters of type NotificationsSender
 void AbstractNotificationsListener.setNotificationsSender(NotificationsSender notificationsSender)
           
 

Uses of NotificationsSender in com.atlassian.confluence.mail.notification.listeners.async
 

Constructors in com.atlassian.confluence.mail.notification.listeners.async with parameters of type NotificationsSender
PageEventListener(SpaceManager spaceManager, PageManager pageManager, UserAccessor userAccessor, Renderer viewRenderer, DataSourceFactory dataSourceFactory, NotificationsSender notificationsSender, org.springframework.transaction.PlatformTransactionManager platformTransactionManager, com.atlassian.mail.server.MailServerManager mailServerManager)
           
 

Uses of NotificationsSender in com.atlassian.confluence.user
 

Constructors in com.atlassian.confluence.user with parameters of type NotificationsSender
DefaultSignupManager(com.atlassian.bandana.BandanaManager bandanaManager, com.atlassian.security.random.SecureTokenGenerator secureTokenGenerator, UserAccessor userAccessor, UserVerificationTokenManager userVerificationTokenManager, com.atlassian.crowd.embedded.api.CrowdService crowdService, SettingsManager settingsManager, com.atlassian.renderer.WikiStyleRenderer wikiStyleRenderer, EmailService notificationsService, NotificationsSender notificationsSender, com.atlassian.event.api.EventPublisher eventPublisher, UserChecker userChecker, PersonalInformationManager personalInformationManager, com.atlassian.core.task.MultiQueueTaskManager taskManager, I18NBeanFactory i18NBeanFactory, DataSourceFactory dataSourceFactory)
           
 



Copyright © 2003-2014 Atlassian. All Rights Reserved.