Class DefaultOfferPriceDatalistsHandler

java.lang.Object
de.hybris.platform.ndc182facades.facades.offerprice.handlers.impl.DefaultOfferPriceDatalistsHandler
All Implemented Interfaces:
OfferPriceHandler

public class DefaultOfferPriceDatalistsHandler extends Object implements OfferPriceHandler
The ndc implementation of OfferPriceHandler interface.
  • 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:
      handle in interface OfferPriceHandler
      Parameters:
      ndcOfferData - the ndcOffersData
      offerPriceRS - the offerPriceRS
      Throws:
      NDCException
    • getOfferPriceDataListsPipelineManager

      protected OfferPriceDataListsPipelineManager getOfferPriceDataListsPipelineManager()
      Gets offer price data lists pipeline managers.
      Returns:
      the offer price data lists pipeline managers
    • setOfferPriceDataListsPipelineManager

      public void setOfferPriceDataListsPipelineManager(OfferPriceDataListsPipelineManager offerPriceDataListsPipelineManager)