mocks
Interface MockEmailNotificationService
- All Superinterfaces: 
 - ActionListEmailService
 
- All Known Implementing Classes: 
 - MockEmailNotificationServiceImpl
 
public interface MockEmailNotificationService
- extends ActionListEmailService
 
Spring proxies cannot be cast to implementation classes...
- Author:
 
  - Kuali Rice Team (rice.collab@kuali.org)
 
 
 
sendDailyReminder
void sendDailyReminder()
- Specified by:
 sendDailyReminder in interface ActionListEmailService
 
 
sendWeeklyReminder
void sendWeeklyReminder()
- Specified by:
 sendWeeklyReminder in interface ActionListEmailService
 
 
immediateReminderEmailsSent
int immediateReminderEmailsSent(String networkId,
                                String documentId,
                                String actionRequestCd)
 
 
getTotalPeriodicRemindersSent
Integer getTotalPeriodicRemindersSent(String emailReminderConstant)
 
 
getTotalPeriodicRemindersSent
Integer getTotalPeriodicRemindersSent()
 
 
resetReminderCounts
void resetReminderCounts()
- Resets the reminder counts
 
 
 
wasStyleServiceAccessed
boolean wasStyleServiceAccessed()
 
 
wasDailyReminderSent
boolean wasDailyReminderSent()
 
 
wasWeeklyReminderSent
boolean wasWeeklyReminderSent()
 
 
Copyright © 2005-2013 The Kuali Foundation. All Rights Reserved.