de.iai.ilcd.webgui.controller.admin
Class RegistrationEmailGenerator

java.lang.Object
  extended by de.iai.ilcd.webgui.controller.admin.RegistrationEmailGenerator

public class RegistrationEmailGenerator
extends java.lang.Object

Author:
clemens.duepmeier

Field Summary
 java.lang.String FALLBACK_SITENAME
           
 
Constructor Summary
RegistrationEmailGenerator()
           
 
Method Summary
 javax.mail.Message genActivationEmailForUser(User user)
           
 javax.mail.Message genActivationMailForProvider(User user)
           
 javax.mail.Message genUserNotice(User user)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FALLBACK_SITENAME

public final java.lang.String FALLBACK_SITENAME
See Also:
Constant Field Values
Constructor Detail

RegistrationEmailGenerator

public RegistrationEmailGenerator()
Method Detail

genActivationMailForProvider

public javax.mail.Message genActivationMailForProvider(User user)
                                                throws javax.mail.MessagingException
Throws:
javax.mail.MessagingException

genActivationEmailForUser

public javax.mail.Message genActivationEmailForUser(User user)
                                             throws javax.mail.MessagingException
Throws:
javax.mail.MessagingException

genUserNotice

public javax.mail.Message genUserNotice(User user)
                                 throws javax.mail.MessagingException
Throws:
javax.mail.MessagingException