public class OrganizerPreAssignEmail extends AttendeeEmailBase
This class is used by organizer to notify attendee that he/she has been pre-assigned to an event/meeting
cancellation, meeting, modifyComment, newline, rb, spaceANNOUNCEMENT, BIWEEKLY, CUSTOM_TIMESLOTS, DAILY, GROUP, INDIVIDUAL, ONCE_ONLY, WEEKDAYS, WEEKLY| Constructor and Description |
|---|
OrganizerPreAssignEmail(User currentUser,
SignupMeeting signupMeeting,
SignupTimeslot timeslot,
User user,
SakaiFacade sakaiFacade,
String emailReturnSiteId)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
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
|
String |
getSubject()
get the subject for this email
|
generateEventseventsWhichUserIsAttending, 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 OrganizerPreAssignEmail(User currentUser, SignupMeeting signupMeeting, SignupTimeslot timeslot, User user, SakaiFacade sakaiFacade, String emailReturnSiteId)
currentUser - an User, who organizes the event/meeting.signupMeeting - a SignupMeeting object.timeslot - a SignupTimeslot object.user - an User, who has been pre-assigned to an event/meeting.sakaiFacade - a SakaiFacade object.emailReturnSiteId - a unique SiteId stringpublic 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 SignupEmailBaseCopyright © 2007–2017 Sakai Project. All rights reserved.