org.opencms.newsletter
Class CmsNewsletterDistributor
java.lang.Object
org.opencms.newsletter.CmsNewsletterDistributor
public class CmsNewsletterDistributor
- extends Object
A content distributor that sends the extracted xmlcontent data to the recepient via email.
Class to send a newsletter to a number of CmsNewsletterRecipients
- Since:
- 6.0.2
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CmsNewsletterDistributor
public CmsNewsletterDistributor()
distribute
public void distribute(CmsObject cms,
List recipients,
I_CmsNewsletter newsletter)
- Sends a
I_CmsNewsletter
to a list of I_CmsNewsletterRecipient
objects.
- Parameters:
recipients
- a list of CmsNewsletterRecipient objectsnewsletter
- the newsletter to be distributedcms
- the CmsObject