Uses of Class
org.kuali.rice.ken.service.ProcessingResult

Packages that use ProcessingResult
org.kuali.rice.ken.service   
org.kuali.rice.ken.service.impl   
 

Uses of ProcessingResult in org.kuali.rice.ken.service
 

Methods in org.kuali.rice.ken.service that return ProcessingResult
 ProcessingResult NotificationMessageDeliveryAutoRemovalService.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.
 ProcessingResult NotificationMessageDeliveryResolverService.resolveNotificationMessageDeliveries()
          This service method is responsible for retrieving all unprocessed notifications that have sendDateTimes either equal to or before the current time, and resolving their recipient lists so that proper NotificationMessageDelivery records can be created for them.
 

Methods in org.kuali.rice.ken.service with parameters of type ProcessingResult
 void ProcessingResult.add(ProcessingResult result)
          Adds the contents of the specified ProcessingResult to this ProcessingResult
 

Uses of ProcessingResult in org.kuali.rice.ken.service.impl
 

Methods in org.kuali.rice.ken.service.impl that return ProcessingResult
 ProcessingResult NotificationMessageDeliveryAutoRemovalServiceImpl.processAutoRemovalOfDeliveredNotificationMessageDeliveries()
          This implementation looks up all UNDELIVERED/DELIVERED message deliveries with an autoRemoveDateTime <= current date time and then iterates over each to call the appropriate functions to do the "auto-removal" by "canceling" each associated notification workflow document.
 ProcessingResult NotificationMessageDeliveryResolverServiceImpl.resolveNotificationMessageDeliveries()
          This method is responsible for resolving the list of NotificationMessageDelivery records for a given notification.
 ProcessingResult ConcurrentJob.run()
          Main processing method which invokes subclass implementations of template methods to obtain available work items, and process them concurrently
 

Methods in org.kuali.rice.ken.service.impl with parameters of type ProcessingResult
protected  Collection<Collection<T>> ConcurrentJob.groupWorkItems(Collection<T> workItems, ProcessingResult result)
          Template method that subclasses should override to group work items into units of work
 



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