Class DataFeedPublicationManager

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

public class DataFeedPublicationManager extends Object
Responsible for managing the lifecycle of a DataFeedPublication operation.

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