Interface ActionListEmailService

All Known Implementing Classes:
ActionListEmailServiceImpl, CustomizableActionListEmailServiceImpl

public interface ActionListEmailService
A service which allows for the sending of email reminders triggered by the state of a user's Action List.
Author:
Kuali Rice Team (rice.collab@kuali.org)
  • Method Details

    • sendImmediateReminder

      void sendImmediateReminder(ActionItem actionItem, Boolean skipOnApprovals)
    • sendDailyReminder

      void sendDailyReminder()
    • sendWeeklyReminder

      void sendWeeklyReminder()
    • scheduleBatchEmailReminders

      void scheduleBatchEmailReminders() throws Exception
      Throws:
      Exception