org.kuali.rice.kew.notification.service.impl
Class KCBNotificationService
java.lang.Object
   org.kuali.rice.kew.notification.service.impl.DefaultNotificationService
org.kuali.rice.kew.notification.service.impl.DefaultNotificationService
       org.kuali.rice.kew.notification.service.impl.KCBNotificationService
org.kuali.rice.kew.notification.service.impl.KCBNotificationService
- All Implemented Interfaces: 
- NotificationService
- public class KCBNotificationService 
- extends DefaultNotificationService
NotificationService implementation that delegates to KCB
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
 
 
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
KCBNotificationService
public KCBNotificationService()
sendNotification
protected void sendNotification(ActionItem actionItem)
- Description copied from class: DefaultNotificationService
- Sends a notification
 
- 
- Overrides:
- sendNotificationin class- DefaultNotificationService
 
- 
- Parameters:
- actionItem- the action item
 
removeNotification
public void removeNotification(List<ActionItem> actionItems)
- Description copied from interface: NotificationService
- Remove notifications for action items that are being deleted
 
- 
- Specified by:
- removeNotificationin interface- NotificationService
- Overrides:
- removeNotificationin class- DefaultNotificationService
 
- 
- Parameters:
- actionItems- actionItems that are being deleted
 
Copyright © 2005-2011 The Kuali Foundation. All Rights Reserved.