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.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)
           
 

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

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