public class CancellationEmail extends SignupEmailBase implements SignupTimeslotChanges
This class is used by organizer of an event/meeting to notify attendee the cancellation event
cancellation, meeting, modifyComment, newline, rb, spaceANNOUNCEMENT, BIWEEKLY, CUSTOM_TIMESLOTS, DAILY, GROUP, INDIVIDUAL, ONCE_ONLY, WEEKDAYS, WEEKLY| Constructor and Description |
|---|
CancellationEmail(User attendee,
SignupTrackingItem item,
SignupMeeting meeting,
SakaiFacade sakaiFacade)
constructor
|
CancellationEmail(User organizer,
User attendee,
SignupTrackingItem item,
SignupMeeting meeting,
SakaiFacade sakaiFacade)
constructor
|
| Modifier and Type | Method and Description |
|---|---|
List<net.fortuna.ical4j.model.component.VEvent> |
generateEvents(User user,
SignupCalendarHelper calendarHelper) |
List<SignupTimeslot> |
getAdded() |
String |
getFromAddress()
get the from address for this email
|
List<String> |
getHeader()
get the email Header, which contains destination email address, subject
etc.
|
String |
getMessage()
get the main message for this email
|
List<SignupTimeslot> |
getRemoved() |
String |
getSubject()
get the subject for this email
|
eventsWhichUserIsAttending, getAbbreviatedMeetingTitle, getFooter, getFooter, getRepeatTypeMessage, getServerFromAddress, getServiceName, getShortSiteTitle, getShortSiteTitleWithQuote, getSiteAccessUrl, getSiteAccessUrl, getSiteId, getSiteTitle, getSiteTitle, getSiteTitleWithQuote, getSiteTitleWithQuote, getTime, isCancellation, isModifyComment, makeFirstCapLetter, setModifyComment, userIsAttendingTimeslotclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetMeetingpublic CancellationEmail(User attendee, SignupTrackingItem item, SignupMeeting meeting, SakaiFacade sakaiFacade)
attendee - an User, whose appointment has been cancelled in the
events/meetingitem - a SignupTrackingItem objectmeeting - a SignupMeeting objectsakaiFacade - a SakaiFacade objectpublic CancellationEmail(User organizer, User attendee, SignupTrackingItem item, SignupMeeting meeting, SakaiFacade sakaiFacade)
organizer - an User, whose execute this actionattendee - an User, whose appointment has been cancelled in the
events/meetingitem - a SignupTrackingItem objectmeeting - a SignupMeeting objectsakaiFacade - a SakaiFacade objectpublic List<String> getHeader()
getHeader in interface SignupEmailNotificationgetHeader in class SignupEmailBasepublic String getMessage()
getMessage in interface SignupEmailNotificationgetMessage in class SignupEmailBasepublic String getFromAddress()
SignupEmailBasegetFromAddress in interface SignupEmailNotificationgetFromAddress in class SignupEmailBasepublic String getSubject()
SignupEmailBasegetSubject in interface SignupEmailNotificationgetSubject in class SignupEmailBasepublic List<SignupTimeslot> getRemoved()
getRemoved in interface SignupTimeslotChangespublic List<SignupTimeslot> getAdded()
getAdded in interface SignupTimeslotChangespublic List<net.fortuna.ical4j.model.component.VEvent> generateEvents(User user, SignupCalendarHelper calendarHelper)
generateEvents in interface SignupEmailNotificationCopyright © 2007–2017 Sakai Project. All rights reserved.