Package ubic.gemma.core.mail
Class MailServiceImpl
java.lang.Object
ubic.gemma.core.mail.MailServiceImpl
- All Implemented Interfaces:
MailService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsendAddUserToGroupEmail(User user, String groupName, User userTakingAction) Send an email when a user is added to a group.voidsendRemoveUserFromGroupEmail(User user, String groupName, User userTakingAction) Send an email when a user is removed from a group.voidsendResetConfirmationEmail(String email, String username, String password, String token, Locale locale) Send an email to request signup confirmation.voidsendSignupConfirmationEmail(String email, String username, String token, Locale locale) Send an email to request signup confirmation.void
-
Constructor Details
-
MailServiceImpl
public MailServiceImpl()
-
-
Method Details
-
sendSignupConfirmationEmail
Send an email to request signup confirmation.- Specified by:
sendSignupConfirmationEmailin interfaceMailService
-
sendResetConfirmationEmail
public void sendResetConfirmationEmail(String email, String username, String password, String token, Locale locale) Send an email to request signup confirmation.- Specified by:
sendResetConfirmationEmailin interfaceMailService
-
sendAddUserToGroupEmail
Send an email when a user is added to a group.- Specified by:
sendAddUserToGroupEmailin interfaceMailService
-
sendRemoveUserFromGroupEmail
Send an email when a user is removed from a group.- Specified by:
sendRemoveUserFromGroupEmailin interfaceMailService
-
sendTaskCompletedEmail
public void sendTaskCompletedEmail(User user, String taskId, String taskName, String taskStatus, String logs) - Specified by:
sendTaskCompletedEmailin interfaceMailService
-