public interface SignupEmailNotification
This is an interface for email
| Modifier and Type | Method and Description |
|---|---|
List<net.fortuna.ical4j.model.component.VEvent> |
generateEvents(User user,
SignupCalendarHelper calendarHelper)
Generate a list of VEvent objects to be converted to ICal and
attached to the email.
|
String |
getFromAddress()
Provide the from address.
|
List<String> |
getHeader()
provide email header information
|
SignupMeeting |
getMeeting()
Add ability to get SignupMeeting that is the parent of this email
|
String |
getMessage()
provide email message body
|
String |
getSubject()
Provide the subject.
|
boolean |
isCancellation()
Does this type of email represent a cancellation?
|
boolean |
isModifyComment()
this type means that it will not generate ICS file
|
List<String> getHeader()
String getMessage()
String getFromAddress()
String getSubject()
SignupMeeting getMeeting()
List<net.fortuna.ical4j.model.component.VEvent> generateEvents(User user, SignupCalendarHelper calendarHelper)
user - The User performing the actionboolean isCancellation()
boolean isModifyComment()
Copyright © 2003–2021 Sakai Project. All rights reserved.