|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
public java.lang.String getEmail()
public java.lang.String getFirstname()
public java.lang.String getFullName()
public java.lang.String getLastname()
public 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 |