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