Class DataFeedProcessExecutionManager

java.lang.Object
com.broadleafcommerce.datafeed.service.manager.DataFeedProcessExecutionManager

public class DataFeedProcessExecutionManager extends Object
Responsible for managing the lifecycle of a DataFeedProcessExecution operation.

While DataFeedProcessExecutionService is in charge of CRUD-related operations on DataFeedProcessExecution, this service is a higher-level abstraction that performs the surrounding logic of processing execution operations. It internally delegates to DataFeedProcessExecutionService for CRUD operations.