Class DefaultOfferPriceDatalistsHandler
java.lang.Object
de.hybris.platform.ndc182facades.facades.offerprice.handlers.impl.DefaultOfferPriceDatalistsHandler
- All Implemented Interfaces:
OfferPriceHandler
The ndc implementation of
OfferPriceHandler interface.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected OfferPriceDataListsPipelineManagerGets offer price data lists pipeline managers.voidhandle(NDCCarrierOfferData ndcOfferData, IATAOfferPriceRS offerPriceRS) This handler populates the datalists.voidsetOfferPriceDataListsPipelineManager(OfferPriceDataListsPipelineManager offerPriceDataListsPipelineManager)
-
Constructor Details
-
DefaultOfferPriceDatalistsHandler
public DefaultOfferPriceDatalistsHandler()
-
-
Method Details
-
handle
public void handle(NDCCarrierOfferData ndcOfferData, IATAOfferPriceRS offerPriceRS) throws NDCException This handler populates the datalists. The datalists contains the lists of: - serviceDefinition - pax - paxSegment - paxJourney - priceClass - originDestination- Specified by:
handlein interfaceOfferPriceHandler- Parameters:
ndcOfferData- the ndcOffersDataofferPriceRS- the offerPriceRS- Throws:
NDCException
-
getOfferPriceDataListsPipelineManager
Gets offer price data lists pipeline managers.- Returns:
- the offer price data lists pipeline managers
-
setOfferPriceDataListsPipelineManager
public void setOfferPriceDataListsPipelineManager(OfferPriceDataListsPipelineManager offerPriceDataListsPipelineManager)
-