|
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||
java.lang.Objectorg.opencms.newsletter.CmsNewsletterDistributor
public class CmsNewsletterDistributor
A content distributor that sends the extracted xmlcontent data to the recepient via email.
Class to send a newsletter to a number of CmsNewsletterRecipients
| Constructor Summary | |
|---|---|
CmsNewsletterDistributor()
|
|
| Method Summary | |
|---|---|
void |
distribute(CmsObject cms,
java.util.List recipients,
I_CmsNewsletter newsletter)
Sends a I_CmsNewsletter to a list of I_CmsNewsletterRecipient objects. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CmsNewsletterDistributor()
| Method Detail |
|---|
public void distribute(CmsObject cms,
java.util.List 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
|
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||