|
||||||||
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 | |
---|---|
String |
getEmail()
Returns the email address of the recipient. |
String |
getFirstname()
Returns the firstname of the recipient. |
String |
getFullName()
Returns the nicename of the recipient. |
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 |
---|
String getEmail()
String getFirstname()
String getFullName()
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 |