Package org.opencms.newsletter
Interface I_CmsNewsletterRecipient
- All Known Implementing Classes:
CmsSimpleNewsletterRecipient
public interface I_CmsNewsletterRecipient
Interface for recipients of
I_CmsNewsletter
objects.-
Method Summary
Modifier and TypeMethodDescriptiongetEmail()
Returns the email address of the recipient.Returns the firstname of the recipient.Returns the nicename of the recipient.Returns the lastname of the recipient.boolean
isSubscriber
(I_CmsNewsletterContent content) Returnstrue
in case this newsletter recipient has subscribed to the given content.
-
Method Details
-
getEmail
Returns the email address of the recipient.- Returns:
- the email address of the recipient.
-
getFirstname
Returns the firstname of the recipient.- Returns:
- the firstname of the recipient.
-
getFullName
Returns the nicename of the recipient.- Returns:
- the nicename of the recipient.
-
getLastname
Returns the lastname of the recipient.- Returns:
- the lastname of the recipient.
-
isSubscriber
Returnstrue
in case this newsletter recipient has subscribed to the given content.- Parameters:
content
- the content to check for subscription- Returns:
true
in case this newsletter recipient has subscribed to the given content
-