public interface AutomaticNewsletter
| Modifier and Type | Interface and Description | 
|---|---|
static class  | 
AutomaticNewsletter.FrequencyType
The frequency type. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Collection<Integer> | 
getDayNumbers()
Get the automatic newsletter frequency identifiers. 
 | 
I18nizableText | 
getDescription()
Get the automatic newsletter description. 
 | 
Map<String,String> | 
getFilters()
Get the filters which this automatic newsletter bases on. 
 | 
AutomaticNewsletter.FrequencyType | 
getFrequencyType()
Get the automatic newsletter frequency type. 
 | 
I18nizableText | 
getLabel()
Get the automatic newsletter label. 
 | 
I18nizableText | 
getNewsletterTitle()
Get the automatic newsletter title. 
 | 
I18nizableText getLabel()
I18nizableText getDescription()
I18nizableText getNewsletterTitle()
AutomaticNewsletter.FrequencyType getFrequencyType()
Collection<Integer> getDayNumbers()
Map<String,String> getFilters()