Interface I_CmsNewsletterRecipient

All Known Implementing Classes:
CmsSimpleNewsletterRecipient

public interface I_CmsNewsletterRecipient
Interface for recipients of I_CmsNewsletter objects.

  • 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

      Returns true 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