public class ModifyMeetingEmail extends SignupEmailBase
This class is used by organizer of an event/meeting to notify participants about the modification event
meeting, newline, rb, space| Constructor and Description |
|---|
ModifyMeetingEmail(org.sakaiproject.user.api.User orgainzer,
org.sakaiproject.signup.model.SignupMeeting meeting,
org.sakaiproject.signup.logic.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
|
getAbbreviatedMeetingTitle, getFooter, getFooter, getRepeatTypeMessage, getServerFromAddress, getServiceName, getShortSiteTitle, getShortSiteTitleWithQuote, getSiteAccessUrl, getSiteAccessUrl, getSiteId, getSiteTitle, getSiteTitle, getSiteTitleWithQuote, getSiteTitleWithQuote, getTime, makeFirstCapLetterpublic ModifyMeetingEmail(org.sakaiproject.user.api.User orgainzer,
org.sakaiproject.signup.model.SignupMeeting meeting,
org.sakaiproject.signup.logic.SakaiFacade sakaiFacade,
String emailReturnSiteId)
orgainzer - an User, who organizes the event/meetingmeeting - a SignupMeeting objectsakaiFacade - a SakaiFacade objectemailReturnSiteId - a unique SiteId stringpublic List<String> getHeader()
getHeader in interface org.sakaiproject.signup.logic.messages.SignupEmailNotificationgetHeader in class SignupEmailBasepublic String getMessage()
getMessage in interface org.sakaiproject.signup.logic.messages.SignupEmailNotificationgetMessage in class SignupEmailBasepublic String getFromAddress()
SignupEmailBasegetFromAddress in interface org.sakaiproject.signup.logic.messages.SignupEmailNotificationgetFromAddress in class SignupEmailBasepublic String getSubject()
SignupEmailBasegetSubject in interface org.sakaiproject.signup.logic.messages.SignupEmailNotificationgetSubject in class SignupEmailBaseCopyright © 2007-2015 Sakai Project. All Rights Reserved.