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)

Method Summary
 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 wasStyleServiceAccessed()
           
 
Methods inherited from interface org.kuali.rice.kew.mail.service.ActionListEmailService
scheduleBatchEmailReminders, sendImmediateReminder
 

Method Detail

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()


Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.