Class CarrierOfferPriceHandler
java.lang.Object
de.hybris.platform.ndc182shoppingfacades.facades.offerprice.handlers.impl.CarrierOfferPriceHandler
- All Implemented Interfaces:
OfferPriceHandler
- Direct Known Subclasses:
PROSCarrierOfferPriceHandler
Populates offer price response from IntelliPricerResponse.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract voidhandle(NDCCarrierOfferData ndcOfferData, IATAOfferPriceRS offerPriceRS) Handles data from ndcOfferData to offerPriceRS.
-
Constructor Details
-
CarrierOfferPriceHandler
public CarrierOfferPriceHandler()
-
-
Method Details
-
handle
public abstract void handle(NDCCarrierOfferData ndcOfferData, IATAOfferPriceRS offerPriceRS) throws NDCException Description copied from interface:OfferPriceHandlerHandles data from ndcOfferData to offerPriceRS.- Specified by:
handlein interfaceOfferPriceHandler- Parameters:
ndcOfferData- the ndcOffersDataofferPriceRS- the offerPriceRS- Throws:
NDCException
-