|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.confluence.user.notifications.WelcomeEmailBuilder
public class WelcomeEmailBuilder
Creates NotificationData
instances for new users.
Constructor Summary | |
---|---|
WelcomeEmailBuilder(SettingsManager settingsManager,
DataSourceFactory dataSourceFactory,
UserVerificationTokenManager tokenManager)
|
Method Summary | |
---|---|
NotificationContext |
buildContextFrom(ConfluenceUser user,
NotificationData notificationData)
Constructs a NotificationContext for the welcome email with the given notificationData |
NotificationData |
buildFrom(ConfluenceUser user)
Builds NotificationData for a welcome email for the given (new) user. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WelcomeEmailBuilder(SettingsManager settingsManager, DataSourceFactory dataSourceFactory, UserVerificationTokenManager tokenManager)
Method Detail |
---|
public NotificationData buildFrom(ConfluenceUser user)
NotificationData
for a welcome email for the given (new) user.
user
- the user
public NotificationContext buildContextFrom(ConfluenceUser user, NotificationData notificationData)
NotificationContext
for the welcome email with the given notificationData
user
- the user to send the email tonotificationData
- the data
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |