程序包 | 说明 |
---|---|
org.opencms.newsletter |
Contains classes to distribute newsletters.
|
限定符和类型 | 类和说明 |
---|---|
class |
CmsNewsletter
Basic implementation of the interface
I_CmsNewsletter . |
限定符和类型 | 方法和说明 |
---|---|
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. |