Class UserSignUpNotificationsListener
- java.lang.Object
-
- com.atlassian.confluence.mail.notification.listeners.AbstractNotificationsListener<UserEvent>
-
- com.atlassian.confluence.user.notifications.UserSignUpNotificationsListener
-
- All Implemented Interfaces:
com.atlassian.event.EventListener
@Deprecated public class UserSignUpNotificationsListener extends AbstractNotificationsListener<UserEvent>
Deprecated.since 7.6.0, use confluence-notifications-api insteadSends notifications to admins when a user signs up.
-
-
Field Summary
-
Fields inherited from class com.atlassian.confluence.mail.notification.listeners.AbstractNotificationsListener
dataSourceFactory, notificationManager, notificationsSender, taskManager, userAccessor, viewRenderer
-
-
Constructor Summary
Constructors Constructor Description UserSignUpNotificationsListener()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected ContentEntityObject
getContentEntityObject(Map contextMap)
Deprecated.Returns the content entity used for the render context.Class[]
getHandledEventClasses()
Deprecated.void
processNotifications(UserEvent event)
Deprecated.Generates the notifications associated with an event.void
setDataSourceFactory(DataSourceFactory dataSourceFactory)
Deprecated.void
setLicenseService(LicenseService licenseService)
Deprecated.void
setSignupManager(SignupManager easyUserManager)
Deprecated.void
setSpacePermissionManager(SpacePermissionManager spacePermissionManager)
Deprecated.void
setUserChecker(UserChecker userChecker)
Deprecated.-
Methods inherited from class com.atlassian.confluence.mail.notification.listeners.AbstractNotificationsListener
attachAvatar, getConversionContext, getNotificationDataForEvent, handleEvent, sendNotification, sendNotification, sendNotifications, setNotificationManager, setNotificationsSender, setTaskManager, setUserAccessor, setViewRenderer
-
-
-
-
Method Detail
-
getContentEntityObject
protected ContentEntityObject getContentEntityObject(Map contextMap)
Deprecated.Description copied from class:AbstractNotificationsListener
Returns the content entity used for the render context.- Specified by:
getContentEntityObject
in classAbstractNotificationsListener<UserEvent>
-
processNotifications
public void processNotifications(UserEvent event)
Deprecated.Description copied from class:AbstractNotificationsListener
Generates the notifications associated with an event. This method should never be run if the Event is a ContentEvent with suppressNotifications set to true.- Specified by:
processNotifications
in classAbstractNotificationsListener<UserEvent>
-
getHandledEventClasses
public Class[] getHandledEventClasses()
Deprecated.
-
setSpacePermissionManager
public void setSpacePermissionManager(SpacePermissionManager spacePermissionManager)
Deprecated.
-
setDataSourceFactory
public void setDataSourceFactory(DataSourceFactory dataSourceFactory)
Deprecated.- Overrides:
setDataSourceFactory
in classAbstractNotificationsListener<UserEvent>
-
setUserChecker
public void setUserChecker(UserChecker userChecker)
Deprecated.
-
setSignupManager
public void setSignupManager(SignupManager easyUserManager)
Deprecated.
-
setLicenseService
public void setLicenseService(LicenseService licenseService)
Deprecated.
-
-