Package org.kuali.rice.kew.mail.service
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 Summary
Modifier and TypeMethodDescriptionvoidvoidvoidsendImmediateReminder(ActionItem actionItem, Boolean skipOnApprovals) void
-
Method Details
-
sendImmediateReminder
-
sendDailyReminder
void sendDailyReminder() -
sendWeeklyReminder
void sendWeeklyReminder() -
scheduleBatchEmailReminders
- Throws:
Exception
-