mocks
Class MockEmailNotificationServiceImpl
java.lang.Object
   org.kuali.rice.kew.mail.service.impl.ActionListEmailServiceImpl
org.kuali.rice.kew.mail.service.impl.ActionListEmailServiceImpl
       org.kuali.rice.kew.mail.service.impl.CustomizableActionListEmailServiceImpl
org.kuali.rice.kew.mail.service.impl.CustomizableActionListEmailServiceImpl
           mocks.MockEmailNotificationServiceImpl
mocks.MockEmailNotificationServiceImpl
- All Implemented Interfaces: 
- MockEmailNotificationService, ActionListEmailService
- public class MockEmailNotificationServiceImpl 
- extends CustomizableActionListEmailServiceImpl- implements MockEmailNotificationService
 
 
 
| Methods inherited from class org.kuali.rice.kew.mail.service.impl.ActionListEmailServiceImpl | 
| buildDailyReminderBody, buildImmediateReminderBody, buildWeeklyReminderBody, checkEmailNotificationPreferences, filterActionItemsToNotify, getActionListService, getActionListUrl, getApplicationEmailAddress, getDeploymentEnvironment, getDocumentTypeEmailAddress, getEmailFrom, getEmailSubject, getEmailSubject, getEmailTo, getHelpLink, getHelpLink, getPreferencesUrl, getUsersWithEmailSetting, isProduction, sendEmail, sendEmail | 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
MockEmailNotificationServiceImpl
public MockEmailNotificationServiceImpl()
resetReminderCounts
public void resetReminderCounts()
- Resets the reminder counts
 
- 
- Specified by:
- resetReminderCountsin interface- MockEmailNotificationService
 
- 
 
sendImmediateReminder
public void sendImmediateReminder(ActionItem actionItem,
                                  Boolean skipOnApprovals)
- This overridden method will perform the standard operations from org.kuali.rice.kew.mail.ActionListEmailServiceImpl but will also keep track of action
 items processed
 
- 
- Specified by:
- sendImmediateReminderin interface- ActionListEmailService
- Overrides:
- sendImmediateReminderin class- CustomizableActionListEmailServiceImpl
 
- 
 
sendActionListEmailNotification
protected boolean sendActionListEmailNotification()
- This overridden method returns a value of true always
 
- 
- Overrides:
- sendActionListEmailNotificationin class- ActionListEmailServiceImpl
 
- 
 
sendDailyReminder
public void sendDailyReminder()
- 
- Specified by:
- sendDailyReminderin interface- MockEmailNotificationService
- Specified by:
- sendDailyReminderin interface- ActionListEmailService
- Overrides:
- sendDailyReminderin class- ActionListEmailServiceImpl
 
- 
 
wasDailyReminderSent
public boolean wasDailyReminderSent()
- 
- Specified by:
- wasDailyReminderSentin interface- MockEmailNotificationService
 
- 
 
sendWeeklyReminder
public void sendWeeklyReminder()
- 
- Specified by:
- sendWeeklyReminderin interface- MockEmailNotificationService
- Specified by:
- sendWeeklyReminderin interface- ActionListEmailService
- Overrides:
- sendWeeklyReminderin class- ActionListEmailServiceImpl
 
- 
 
wasWeeklyReminderSent
public boolean wasWeeklyReminderSent()
- 
- Specified by:
- wasWeeklyReminderSentin interface- MockEmailNotificationService
 
- 
 
scheduleBatchEmailReminders
public void scheduleBatchEmailReminders()
                                 throws Exception
- 
- Specified by:
- scheduleBatchEmailRemindersin interface- ActionListEmailService
- Overrides:
- scheduleBatchEmailRemindersin class- ActionListEmailServiceImpl
 
- 
- Throws:
- Exception
 
sendPeriodicReminder
protected void sendPeriodicReminder(Person user,
                                    Collection<ActionItem> actionItems,
                                    String emailSetting)
- 
 
- 
 
getTotalPeriodicRemindersSent
public Integer getTotalPeriodicRemindersSent(String emailReminderConstant)
- 
- Specified by:
- getTotalPeriodicRemindersSentin interface- MockEmailNotificationService
 
- 
 
getTotalPeriodicRemindersSent
public Integer getTotalPeriodicRemindersSent()
- 
- Specified by:
- getTotalPeriodicRemindersSentin interface- MockEmailNotificationService
 
- 
 
wasStyleServiceAccessed
public boolean wasStyleServiceAccessed()
- 
- Specified by:
- wasStyleServiceAccessedin interface- MockEmailNotificationService
 
- 
 
immediateReminderEmailsSent
public int immediateReminderEmailsSent(String networkId,
                                       String documentId,
                                       String actionRequestCd)
- 
- Specified by:
- immediateReminderEmailsSentin interface- MockEmailNotificationService
 
- 
 
setEmailContentGenerator
public void setEmailContentGenerator(EmailContentService contentService)
- 
- Overrides:
- setEmailContentGeneratorin class- CustomizableActionListEmailServiceImpl
 
- 
 
getEmailContentGenerator
protected MockStyleableEmailContentService getEmailContentGenerator()
- 
- Overrides:
- getEmailContentGeneratorin class- CustomizableActionListEmailServiceImpl
 
- 
 
setMailer
public void setMailer(Mailer mailer)
- 
- Overrides:
- setMailerin class- ActionListEmailServiceImpl
 
- 
 
setDeploymentEnvironment
public void setDeploymentEnvironment(String deploymentEnvironment)
- 
- Overrides:
- setDeploymentEnvironmentin class- ActionListEmailServiceImpl
 
- 
 
Copyright © 2005-2014 The Kuali Foundation. All Rights Reserved.