public class SignupEmailFacadeImpl extends Object implements SignupEmailFacade
This is an implementation of SignupEmailFacade interface, which provided methods for Signup tool to send emails out via emailService
ATTENDEE_EDIT_COMMENT_NOTE, ORGANIZER_EDIT_COMMENT_NOTE, SEND_EMAIL_ALL_PARTICIPANTS, SEND_EMAIL_ONLY_ORGANIZER_COORDINATORS, SEND_EMAIL_ONLY_SIGNED_UP_ATTENDEES, SIGNUP_ATTENDEE_CANCEL, SIGNUP_ATTENDEE_PROMOTE, SIGNUP_ATTENDEE_SIGNUP, SIGNUP_ATTENDEE_SIGNUP_MOVE, SIGNUP_ATTENDEE_SIGNUP_REPLACE, SIGNUP_ATTENDEE_SIGNUP_SWAP, SIGNUP_CANCEL_MEETING, SIGNUP_MEETING_MODIFIED, SIGNUP_NEW_MEETING, SIGNUP_ORGANIZER_ADD, SIGNUP_ORGANIZER_REMOVE, SIGNUP_PRE_ASSIGN| Constructor and Description |
|---|
SignupEmailFacadeImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
sendCancellationEmail(SignupEventTrackingInfo signupEventTrackingInfo) |
void |
sendEmailAllUsers(SignupMeeting meeting,
String messageType) |
void |
sendEmailToAttendee(SignupEventTrackingInfo signupEventTrackingInfo) |
void |
sendEmailToOrganizer(SignupEventTrackingInfo signupEventTrackingInfo) |
void |
sendEmailToParticipantsByOrganizerAction(SignupEventTrackingInfo signupEventTrackingInfo) |
void |
sendUpdateCommentEmail(SignupEventTrackingInfo signupEventTrackingInfo) |
public void sendEmailAllUsers(SignupMeeting meeting, String messageType) throws Exception
sendEmailAllUsers in interface SignupEmailFacadeExceptionpublic void sendEmailToOrganizer(SignupEventTrackingInfo signupEventTrackingInfo) throws Exception
sendEmailToOrganizer in interface SignupEmailFacadeExceptionpublic void sendCancellationEmail(SignupEventTrackingInfo signupEventTrackingInfo) throws Exception
sendCancellationEmail in interface SignupEmailFacadeExceptionpublic void sendUpdateCommentEmail(SignupEventTrackingInfo signupEventTrackingInfo) throws Exception
sendUpdateCommentEmail in interface SignupEmailFacadeExceptionpublic void sendEmailToParticipantsByOrganizerAction(SignupEventTrackingInfo signupEventTrackingInfo) throws Exception
sendEmailToParticipantsByOrganizerAction in interface SignupEmailFacadeExceptionpublic void sendEmailToAttendee(SignupEventTrackingInfo signupEventTrackingInfo) throws Exception
sendEmailToAttendee in interface SignupEmailFacadeExceptionCopyright © 2007–2017 Sakai Project. All rights reserved.