Interface NewsletterDispatchActionService

All Known Implementing Classes:
NewsletterDispatchActionServiceImpl

public interface NewsletterDispatchActionService
Service to dispatch a newsletters to the selected recipients.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    sendNewsletter(String newsletterPagePk, MailActionService.MailInfo mailInfo, EntityExplorerActionSelection selection, @Nullable org.joda.time.DateTime executionDate, @Nullable org.joda.time.LocalDate expiryDate)
    Dispatches the given Page of type newsletter as mail to the selected recipients.