|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface I_CmsNewsletterRecipient
Interface for recipients of I_CmsNewsletter
objects.
Method Summary | |
---|---|
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. |
Method Detail |
---|
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 subscription
true
in case this newsletter recipient has subscribed to the given content
|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |