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:
- sendDailyReminderin interface- ActionListEmailService
 
- 
 
sendWeeklyReminder
void sendWeeklyReminder()
- 
- Specified by:
- sendWeeklyReminderin interface- ActionListEmailService
 
- 
 
immediateReminderEmailsSent
int immediateReminderEmailsSent(String networkId,
                                Long documentId,
                                String actionRequestCd)
- 
 
- 
 
getTotalPeriodicRemindersSent
Integer getTotalPeriodicRemindersSent(String emailReminderConstant)
- 
 
- 
 
getTotalPeriodicRemindersSent
Integer getTotalPeriodicRemindersSent()
- 
 
- 
 
resetReminderCounts
void resetReminderCounts()
- Resets the reminder counts
 
- 
 
- 
 
wasStyleServiceAccessed
boolean wasStyleServiceAccessed()
- 
 
- 
 
Copyright © 2007-2011 The Kuali Foundation. All Rights Reserved.