| Package | Description |
|---|---|
| org.sakaiproject.signup.logic | |
| org.sakaiproject.signup.logic.messages |
| Modifier and Type | Method and Description |
|---|---|
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
|
| Modifier and Type | Class and Description |
|---|---|
class |
SignupEventTrackingInfoImpl
This class implements the SignupEventTrackingInfo interface, which manage the
event tracking/recording and provides the necessary access methods to
retrieve all related information caused by an user action inside the Signup
tool
|
Copyright © 2007–2018 Sakai Project. All rights reserved.