public interface NewsLetter
Modifier and Type | Method and Description |
---|---|
AuthorizableMailingList |
getAuthorizableMailingList()
Access the Subscribers to this Newsletter
|
InternetAddress |
getFromAddress() |
MessageTemplate |
getMessageTemplate() |
java.lang.String |
getPath()
Return the content path.
|
Session |
getSession() |
java.lang.String |
getSubject()
Get the subject for sending this newsletter.
|
void |
setAuthorizableMailingList(AuthorizableMailingList list)
Sets the receivers of this List.
|
void |
setFromAddress(InternetAddress value) |
void |
setSubject(java.lang.String subject)
Set the subject for this newsletter.
|
java.lang.String getPath()
java.lang.String getSubject()
void setSubject(java.lang.String subject)
subject
- the subjectSession getSession()
void setAuthorizableMailingList(AuthorizableMailingList list)
list
- of Authorizable
this Letter should be send to.AuthorizableMailingList getAuthorizableMailingList()
InternetAddress getFromAddress()
void setFromAddress(InternetAddress value) throws AddressException
value
- the from addressjavax.mail.internet.AddressException
- if the value doesn't
javax.mail.internet.InternetAddress#validate()
validate validate}AddressException
MessageTemplate getMessageTemplate()
"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"