Class DefaultOfferPricePipelineManager
java.lang.Object
de.hybris.platform.ndc182facades.facades.offerprice.managers.impl.DefaultOfferPricePipelineManager
- All Implemented Interfaces:
OfferPricePipelineManager
The ndc implementation of
OfferPricePipelineManager interface.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexecutePipeline(NDCCarrierOfferData ndcOfferData) Executes the ndc offer price pipeline managers.protected List<OfferPriceHandler>Gets handlers.voidsetHandlers(List<OfferPriceHandler> handlers) Sets handlers.
-
Constructor Details
-
DefaultOfferPricePipelineManager
public DefaultOfferPricePipelineManager()
-
-
Method Details
-
executePipeline
Executes the ndc offer price pipeline managers.- Specified by:
executePipelinein interfaceOfferPricePipelineManager- Parameters:
ndcOfferData- the ndcOfferData- Returns:
- the offerPriceRS
- Throws:
NDCException
-
getHandlers
Gets handlers.- Returns:
- the handlers
-
setHandlers
Sets handlers.- Parameters:
handlers- the handlers
-