public interface I_CmsNewsletterRecipient
I_CmsNewsletter
objects.限定符和类型 | 方法和说明 |
---|---|
java.lang.String |
getEmail()
Returns the email address of the recipient.
|
java.lang.String |
getFirstname()
Returns the firstname of the recipient.
|
java.lang.String |
getFullName()
Returns the nicename of the recipient.
|
java.lang.String |
getLastname()
Returns the lastname of the recipient.
|
boolean |
isSubscriber(I_CmsNewsletterContent content)
Returns
true in case this newsletter recipient has subscribed to the given content. |
java.lang.String getEmail()
java.lang.String getFirstname()
java.lang.String getFullName()
java.lang.String getLastname()
boolean isSubscriber(I_CmsNewsletterContent content)
true
in case this newsletter recipient has subscribed to the given content.content
- the content to check for subscriptiontrue
in case this newsletter recipient has subscribed to the given content