public class CmsNewsletterDistributor
extends java.lang.Object
Class to send a newsletter to a number of CmsNewsletterRecipients
| 构造器和说明 |
|---|
CmsNewsletterDistributor() |
| 限定符和类型 | 方法和说明 |
|---|---|
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 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