Class NotificationMessageDeliveryResolverServiceImpl

java.lang.Object
org.kuali.rice.ken.service.impl.ConcurrentJob<NotificationBo>
org.kuali.rice.ken.service.impl.NotificationMessageDeliveryResolverServiceImpl
All Implemented Interfaces:
NotificationMessageDeliveryResolverService

public class NotificationMessageDeliveryResolverServiceImpl extends ConcurrentJob<NotificationBo> implements NotificationMessageDeliveryResolverService
This is the default out-of-the-box implementation that leverages the status flag on a notification (RESOLVED versus UNRESOLVED) to determine whether the notification's message deliveries need to be resolved or not. This also looks at the start and auto remove dates and times.
Author:
Kuali Rice Team (rice.collab@kuali.org)