Uses of Interface
org.opencms.newsletter.I_CmsNewsletterRecipient
-
Uses of I_CmsNewsletterRecipient in org.opencms.newsletter
Modifier and TypeClassDescriptionclass
Simple implementation of interfaceI_CmsNewsletterRecipient
, withisSubscriber(org.opencms.newsletter.I_CmsNewsletterContent)
always returning true.Modifier and TypeMethodDescriptionorg.apache.commons.mail.Email
CmsNewsletter.getEmail
(CmsObject cms, I_CmsNewsletterRecipient recipient) Returns the e-mail for the newsletter.org.apache.commons.mail.Email
I_CmsNewsletter.getEmail
(CmsObject cms, I_CmsNewsletterRecipient recipient) Returns the newsletter as an e-mail to be sent.Modifier and TypeMethodDescriptionvoid
CmsNewsletterDistributor.distribute
(CmsObject cms, List<I_CmsNewsletterRecipient> recipients, I_CmsNewsletter newsletter) Sends aI_CmsNewsletter
to a list ofI_CmsNewsletterRecipient
objects.