public interface MockEmailNotificationService extends ActionListEmailService
Modifier and Type | Method and Description |
---|---|
Integer |
getTotalPeriodicRemindersSent() |
Integer |
getTotalPeriodicRemindersSent(String emailReminderConstant) |
int |
immediateReminderEmailsSent(String networkId,
String documentId,
String actionRequestCd) |
void |
resetReminderCounts()
Resets the reminder counts
|
void |
sendDailyReminder() |
void |
sendWeeklyReminder() |
boolean |
wasDailyReminderSent() |
boolean |
wasStyleServiceAccessed() |
boolean |
wasWeeklyReminderSent() |
scheduleBatchEmailReminders, sendImmediateReminder
void sendDailyReminder()
sendDailyReminder
in interface ActionListEmailService
void sendWeeklyReminder()
sendWeeklyReminder
in interface ActionListEmailService
int immediateReminderEmailsSent(String networkId, String documentId, String actionRequestCd)
Integer getTotalPeriodicRemindersSent(String emailReminderConstant)
Integer getTotalPeriodicRemindersSent()
void resetReminderCounts()
boolean wasStyleServiceAccessed()
boolean wasDailyReminderSent()
boolean wasWeeklyReminderSent()
Copyright © 2005-2015 The Kuali Foundation. All Rights Reserved.