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

    Modifier and Type
    Method
    Description
    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 Details

    • 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:
      • invalid reference
        org.kuali.rice.ken.service.NotificationMessageDeliveryDispatchService#processAutoRemovalOfDeliveredNotificationMessageDeliveries()