Package org.kuali.rice.kew.impl.mail
Class ImmediateEmailReminderQueueImpl
java.lang.Object
org.kuali.rice.kew.impl.mail.ImmediateEmailReminderQueueImpl
- All Implemented Interfaces:
org.kuali.rice.kew.api.mail.ImmediateEmailReminderQueue,org.kuali.rice.ksb.api.messaging.AsyncWrappable<org.kuali.rice.kew.api.mail.ImmediateEmailReminderQueue>
public class ImmediateEmailReminderQueueImpl
extends Object
implements org.kuali.rice.kew.api.mail.ImmediateEmailReminderQueue, org.kuali.rice.ksb.api.messaging.AsyncWrappable<org.kuali.rice.kew.api.mail.ImmediateEmailReminderQueue>
Reference implementation of an
ImmediateEmailReminderQueue.- Author:
- Kuali Rice Team (rice.collab@kuali.org)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.kuali.rice.ksb.api.messaging.AsyncCapableServicevoidsendReminder(org.kuali.rice.kew.api.action.ActionItem actionItem, Boolean skipOnApprovals) voidsetActionListEmailService(ActionListEmailService actionListEmailService) voidsetAsyncCapableService(org.kuali.rice.ksb.api.messaging.AsyncCapableService asyncCapableService) org.kuali.rice.kew.api.mail.ImmediateEmailReminderQueue
-
Constructor Details
-
ImmediateEmailReminderQueueImpl
public ImmediateEmailReminderQueueImpl()
-
-
Method Details
-
sendReminder
public void sendReminder(org.kuali.rice.kew.api.action.ActionItem actionItem, Boolean skipOnApprovals) - Specified by:
sendReminderin interfaceorg.kuali.rice.kew.api.mail.ImmediateEmailReminderQueue
-
wrap
public org.kuali.rice.kew.api.mail.ImmediateEmailReminderQueue wrap(QName qname, String applicationId) - Specified by:
wrapin interfaceorg.kuali.rice.ksb.api.messaging.AsyncWrappable<org.kuali.rice.kew.api.mail.ImmediateEmailReminderQueue>
-
setActionListEmailService
-
getAsyncCapableService
public org.kuali.rice.ksb.api.messaging.AsyncCapableService getAsyncCapableService() -
setAsyncCapableService
public void setAsyncCapableService(org.kuali.rice.ksb.api.messaging.AsyncCapableService asyncCapableService)
-