Class DefaultServiceListPipelineManager
java.lang.Object
de.hybris.platform.ndc182facades.facades.servicelist.managers.impl.DefaultServiceListPipelineManager
- All Implemented Interfaces:
ServiceListPipelineManager<NDCCarrierOfferData>
public class DefaultServiceListPipelineManager
extends Object
implements ServiceListPipelineManager<NDCCarrierOfferData>
The ndc implementation of
ServiceListPipelineManager interface.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexecutePipeline(NDCCarrierOfferData ndcOfferData, List<AbstractOrderEntryModel> selectedEntries) Executes the ndc service list pipeline managers.protected List<ServiceListHandler>gets handlersvoidsetHandlers(List<ServiceListHandler> handlers) sets handlers
-
Constructor Details
-
DefaultServiceListPipelineManager
public DefaultServiceListPipelineManager()
-
-
Method Details
-
executePipeline
public IATAServiceListRS executePipeline(NDCCarrierOfferData ndcOfferData, List<AbstractOrderEntryModel> selectedEntries) throws NDCException Executes the ndc service list pipeline managers.- Specified by:
executePipelinein interfaceServiceListPipelineManager<NDCCarrierOfferData>- Parameters:
ndcOfferData- the ndcOfferDataselectedEntries- the selectedEntries- Returns:
- Throws:
NDCException
-
getHandlers
gets handlers- Returns:
-
setHandlers
sets handlers- Parameters:
handlers-
-