程序包 | 说明 |
---|---|
org.opencms.newsletter |
Contains classes to distribute newsletters.
|
限定符和类型 | 类和说明 |
---|---|
class |
CmsSimpleNewsletterRecipient
Simple implementation of interface
I_CmsNewsletterRecipient , with
isSubscriber(org.opencms.newsletter.I_CmsNewsletterContent) always returning true. |
限定符和类型 | 方法和说明 |
---|---|
org.apache.commons.mail.Email |
I_CmsNewsletter.getEmail(CmsObject cms,
I_CmsNewsletterRecipient recipient)
Returns the newsletter as an e-mail to be sent.
|
org.apache.commons.mail.Email |
CmsNewsletter.getEmail(CmsObject cms,
I_CmsNewsletterRecipient recipient)
Returns the e-mail for the newsletter.
|
限定符和类型 | 方法和说明 |
---|---|
void |
CmsNewsletterDistributor.distribute(CmsObject cms,
java.util.List<I_CmsNewsletterRecipient> recipients,
I_CmsNewsletter newsletter)
Sends a
I_CmsNewsletter to a list of I_CmsNewsletterRecipient objects. |