Class PostRegistrationService
java.lang.Object
org.exoplatform.portal.registration.PostRegistrationService
This service contains actions, which should be performed after successful registration of new user (Sending mail, Activating
of user, which is disabled by default etc.)
- Version:
- $Revision$
- Author:
- Marek Posolda
-
Constructor Summary
ConstructorsConstructorDescriptionPostRegistrationService(org.exoplatform.container.xml.InitParams params, org.exoplatform.services.mail.MailService mailService) -
Method Summary
Modifier and TypeMethodDescriptionvoidsendMailAfterSuccessfulRegistration(org.exoplatform.services.organization.User user) This method can be used to send mail to administrator after successful registration of new user.
-
Constructor Details
-
PostRegistrationService
public PostRegistrationService(org.exoplatform.container.xml.InitParams params, org.exoplatform.services.mail.MailService mailService)
-
-
Method Details
-
sendMailAfterSuccessfulRegistration
public void sendMailAfterSuccessfulRegistration(org.exoplatform.services.organization.User user) This method can be used to send mail to administrator after successful registration of new user.- Parameters:
user- which just register himself to portal.
-