Class DefaultOfferPriceDataListsPipelineManager
java.lang.Object
de.hybris.platform.ndc182facades.facades.offerprice.managers.impl.DefaultOfferPriceDataListsPipelineManager
- All Implemented Interfaces:
OfferPriceDataListsPipelineManager
public class DefaultOfferPriceDataListsPipelineManager
extends Object
implements OfferPriceDataListsPipelineManager
The ndc 182 implementation of
OfferPriceDataListsPipelineManager interface..-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexecutePipeline(NDCCarrierOfferData ndcOfferData, Set<Service1Type> services) Executes the ndc offer price datalists pipeline managers.protected List<OfferPriceDataListsHandler>Gets handlers.voidsetHandlers(List<OfferPriceDataListsHandler> handlers) Sets handlers.
-
Constructor Details
-
DefaultOfferPriceDataListsPipelineManager
public DefaultOfferPriceDataListsPipelineManager()
-
-
Method Details
-
executePipeline
public DataListsType executePipeline(NDCCarrierOfferData ndcOfferData, Set<Service1Type> services) throws NDCException Executes the ndc offer price datalists pipeline managers.- Specified by:
executePipelinein interfaceOfferPriceDataListsPipelineManager- Parameters:
ndcOfferData- the ndcOfferDataservices- the services- Returns:
- the dataListsType
- Throws:
NDCException
-
getHandlers
Gets handlers.- Returns:
- the handlers
-
setHandlers
Sets handlers.- Parameters:
handlers- the handlers
-