org.kuali.rice.kew.notification.service.impl
Class KCBNotificationService

java.lang.Object
  extended by org.kuali.rice.kew.notification.service.impl.DefaultNotificationService
      extended by 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)

Field Summary
 
Fields inherited from class org.kuali.rice.kew.notification.service.impl.DefaultNotificationService
LOG
 
Constructor Summary
KCBNotificationService()
           
 
Method Summary
 void removeNotification(List<ActionItem> actionItems)
          Remove notifications for action items that are being deleted
protected  void sendNotification(ActionItem actionItem)
          Sends a notification
 
Methods inherited from class org.kuali.rice.kew.notification.service.impl.DefaultNotificationService
isItemOriginatingFromSave, notify, shouldNotify, shouldNotifyOnSave
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KCBNotificationService

public KCBNotificationService()
Method Detail

sendNotification

protected void sendNotification(ActionItem actionItem)
Description copied from class: DefaultNotificationService
Sends a notification

Overrides:
sendNotification in 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:
removeNotification in interface NotificationService
Overrides:
removeNotification in class DefaultNotificationService
Parameters:
actionItems - actionItems that are being deleted


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.