public class CmsNewsletterDistributor extends java.lang.Object
Class to send a newsletter to a number of CmsNewsletterRecipients
| Constructor and Description |
|---|
CmsNewsletterDistributor() |
| Modifier and Type | Method and Description |
|---|---|
void |
distribute(CmsObject cms,
java.util.List<I_CmsNewsletterRecipient> recipients,
I_CmsNewsletter newsletter)
Sends a
I_CmsNewsletter to a list of I_CmsNewsletterRecipient objects. |
public CmsNewsletterDistributor()
public void distribute(CmsObject cms, java.util.List<I_CmsNewsletterRecipient> recipients, I_CmsNewsletter newsletter)
I_CmsNewsletter to a list of I_CmsNewsletterRecipient objects.recipients - a list of CmsNewsletterRecipient objectsnewsletter - the newsletter to be distributedcms - the CmsObject