org.kuali.rice.ken.service
Interface NotificationMessageDeliveryAutoRemovalService

All Known Implementing Classes:
NotificationMessageDeliveryAutoRemovalServiceImpl

public interface NotificationMessageDeliveryAutoRemovalService

Responsible for automatic removal of expired message deliveries

Author:
Kuali Rice Team (rice.collab@kuali.org)

Method Summary
 ProcessingResult processAutoRemovalOfDeliveredNotificationMessageDeliveries()
          This service method is responsible for retrieving all delivered notifications that have autoRemoveDateTimes that are not null and are less than or equal to the current time, and "completing" them so that they do not show up in the users list anymore.
 

Method Detail

processAutoRemovalOfDeliveredNotificationMessageDeliveries

ProcessingResult processAutoRemovalOfDeliveredNotificationMessageDeliveries()
This service method is responsible for retrieving all delivered notifications that have autoRemoveDateTimes that are not null and are less than or equal to the current time, and "completing" them so that they do not show up in the users list anymore.

See Also:
org.kuali.rice.ken.service.NotificationMessageDeliveryDispatchService#processAutoRemovalOfDeliveredNotificationMessageDeliveries()


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