com.atlassian.confluence.user.notifications
Class SignupEmailBuilder

java.lang.Object
  extended by com.atlassian.confluence.user.notifications.SignupEmailBuilder

public class SignupEmailBuilder
extends java.lang.Object

Builds rendered MailQueueItems for a newly signed up user.

Since:
5.3

Constructor Summary
SignupEmailBuilder(I18NBeanFactory i18nBeanFactory)
           
 
Method Summary
 PreRenderedMailNotificationQueueItem buildFrom(java.lang.String token, com.atlassian.user.User user)
          Builds a signup verification 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

SignupEmailBuilder

public SignupEmailBuilder(I18NBeanFactory i18nBeanFactory)
Method Detail

buildFrom

public PreRenderedMailNotificationQueueItem buildFrom(java.lang.String token,
                                                      com.atlassian.user.User user)
Builds a signup verification email for the given (new) user.

Parameters:
token - the unique token for this verification attempt.
user - the new user.
Returns:
the rendered email.


Copyright © 2003-2013 Atlassian. All Rights Reserved.