public interface NewsLetter
| Modifier and Type | Method and Description |
|---|---|
AuthorizableMailingList |
getAuthorizableMailingList()
Access the Subscribers to this Newsletter
|
javax.mail.internet.InternetAddress |
getFromAddress() |
MailingList |
getMailingList()
Deprecated.
Use
getAuthorizableMailingList() instead |
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(javax.mail.internet.InternetAddress value) |
void |
setMailingList(MailingList list)
Deprecated.
|
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()
@Deprecated void setMailingList(MailingList list)
setAuthorizableMailingList(AuthorizableMailingList) insteadlist - of Authorizables
this Letter should be send to.@Deprecated MailingList getMailingList()
getAuthorizableMailingList() insteadvoid setAuthorizableMailingList(AuthorizableMailingList list)
list - of Authorizable
this Letter should be send to.AuthorizableMailingList getAuthorizableMailingList()
javax.mail.internet.InternetAddress getFromAddress()
void setFromAddress(javax.mail.internet.InternetAddress value)
throws javax.mail.internet.AddressException
value - the from addressjavax.mail.internet.AddressException - if the value doesn't
InternetAddress.validate() validate validate}MessageTemplate getMessageTemplate()
"Copyright © 2010 - 2018 Adobe Systems Incorporated. All Rights Reserved"