public class PromoteAttendeeEmail extends SignupEmailBase
This class is used by the Signup tool to notify attendee that he/she has promoted from waiting list
meeting, newline, rb, space| Constructor and Description |
|---|
PromoteAttendeeEmail(org.sakaiproject.user.api.User attendee,
org.sakaiproject.signup.logic.SignupTrackingItem item,
org.sakaiproject.signup.model.SignupMeeting meeting,
org.sakaiproject.signup.logic.SakaiFacade sakaiFacade)
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 PromoteAttendeeEmail(org.sakaiproject.user.api.User attendee,
org.sakaiproject.signup.logic.SignupTrackingItem item,
org.sakaiproject.signup.model.SignupMeeting meeting,
org.sakaiproject.signup.logic.SakaiFacade sakaiFacade)
attendee - an User, who has promoteditem - a SignupTrackingItem objectmeeting - a SignupMeeting objectsakaiFacade - a SakaiFacade objectpublic 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-2014 Sakai Project. All Rights Reserved.