public class SignupEmailFacadeImpl extends Object implements org.sakaiproject.signup.logic.SignupEmailFacade
This is an implementation of SignupEmailFacade interface, which provided methods for Signup tool to send emails out via emailService
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(org.sakaiproject.signup.logic.messages.SignupEventTrackingInfo signupEventTrackingInfo) |
void |
sendEmailAllUsers(org.sakaiproject.signup.model.SignupMeeting meeting,
String messageType) |
void |
sendEmailToAttendee(org.sakaiproject.signup.logic.messages.SignupEventTrackingInfo signupEventTrackingInfo) |
void |
sendEmailToOrganizer(org.sakaiproject.signup.logic.messages.SignupEventTrackingInfo signupEventTrackingInfo) |
void |
sendEmailToParticipantsByOrganizerAction(org.sakaiproject.signup.logic.messages.SignupEventTrackingInfo signupEventTrackingInfo) |
public void sendEmailAllUsers(org.sakaiproject.signup.model.SignupMeeting meeting,
String messageType)
throws Exception
sendEmailAllUsers in interface org.sakaiproject.signup.logic.SignupEmailFacadeExceptionpublic void sendEmailToOrganizer(org.sakaiproject.signup.logic.messages.SignupEventTrackingInfo signupEventTrackingInfo)
throws Exception
sendEmailToOrganizer in interface org.sakaiproject.signup.logic.SignupEmailFacadeExceptionpublic void sendCancellationEmail(org.sakaiproject.signup.logic.messages.SignupEventTrackingInfo signupEventTrackingInfo)
throws Exception
sendCancellationEmail in interface org.sakaiproject.signup.logic.SignupEmailFacadeExceptionpublic void sendEmailToParticipantsByOrganizerAction(org.sakaiproject.signup.logic.messages.SignupEventTrackingInfo signupEventTrackingInfo)
throws Exception
sendEmailToParticipantsByOrganizerAction in interface org.sakaiproject.signup.logic.SignupEmailFacadeExceptionCopyright © 2007-2016 Sakai Project. All Rights Reserved.