void |
SignupEmailFacade.sendCancellationEmail(SignupEventTrackingInfo signupEventTrackingInfo) |
This sends cancellation email to event/meeting organizer as well as to
the people on waiting list, who get promoted due to the attendee's
cancellation
|
void |
SignupMeetingService.sendCancellationEmail(SignupEventTrackingInfo eventTrackingInfo) |
This sends cancellation email to event/meeting organizer as well as to
the people on waiting list, who get promoted due to the attendee's
cancellation
|
void |
SignupEmailFacade.sendEmailToAttendee(SignupEventTrackingInfo signupEventTrackingInfo) |
Send email to attendee when they sign up/cancel their attendance
|
void |
SignupMeetingService.sendEmailToAttendee(SignupEventTrackingInfo eventTrackingInfo) |
Send email to attendee when they sign up/cancel their attendance
|
void |
SignupEmailFacade.sendEmailToOrganizer(SignupEventTrackingInfo signupEventTrackingInfo) |
Attend will send an email to organizer when he/she sign up
|
void |
SignupMeetingService.sendEmailToOrganizer(SignupEventTrackingInfo eventTrackingInfo) |
An email will be sent to event/meeting organizer when attendee has taken
some actions such as signup and cancel
|
void |
SignupEmailFacade.sendEmailToParticipantsByOrganizerAction(SignupEventTrackingInfo signupEventTrackingInfo) |
This will send email to participants by organizer
|
void |
SignupMeetingService.sendEmailToParticipantsByOrganizerAction(SignupEventTrackingInfo signupEventTrackingInfo) |
This will send email to participants by organizer
|
void |
SignupEmailFacade.sendUpdateCommentEmail(SignupEventTrackingInfo signupEventTrackingInfo) |
Send email to attendee or organizers when they update the comment
|
void |
SignupMeetingService.sendUpdateCommentEmail(SignupEventTrackingInfo eventTrackingInfo) |
This sends an email notifying the receiver that the comment has been modified
|