Class DefaultServiceListOrdersDataListsPipelineManager
java.lang.Object
de.hybris.platform.ndc182facades.facades.servicelist.managers.impl.DefaultServiceListOrdersDataListsPipelineManager
- All Implemented Interfaces:
ServiceListDataListsPipelineManager<OrderModel>
public class DefaultServiceListOrdersDataListsPipelineManager
extends Object
implements ServiceListDataListsPipelineManager<OrderModel>
The ndc 182 implementation of
ServiceListDataListsPipelineManager interface.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexecutePipeline(OrderModel order, Set<ServiceType> services, List<AbstractOrderEntryModel> selectedEntries) Executes the ndc service list datalists pipeline managers.protected List<ServiceListDataListHandler>Gets handlers.voidsetHandlers(List<ServiceListDataListHandler> handlers) Sets handlers.
-
Constructor Details
-
DefaultServiceListOrdersDataListsPipelineManager
public DefaultServiceListOrdersDataListsPipelineManager()
-
-
Method Details
-
executePipeline
public DataListsType executePipeline(OrderModel order, Set<ServiceType> services, List<AbstractOrderEntryModel> selectedEntries) throws NDCException Executes the ndc service list datalists pipeline managers.- Specified by:
executePipelinein interfaceServiceListDataListsPipelineManager<OrderModel>- Parameters:
order- the orderservices- the servicesselectedEntries- the selectedEntries- Returns:
- the dataListsType
- Throws:
NDCException
-
getHandlers
Gets handlers.- Returns:
- the handlers
-
setHandlers
Sets handlers.- Parameters:
handlers- the handlers
-