Class DefaultOfferPricePaxListHandler
java.lang.Object
de.hybris.platform.ndc182facades.facades.offerprice.handlers.impl.DefaultOfferPricePaxListHandler
- All Implemented Interfaces:
OfferPriceDataListsHandler
The ndc 182 implementation of
OfferPriceDataListsHandler interface.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidhandle(NDCCarrierOfferData ndcOfferData, Set<Service1Type> services, DataListsType dataListsType) This handler populates the paxList (list of passengers) in the dataLists field.
-
Constructor Details
-
DefaultOfferPricePaxListHandler
public DefaultOfferPricePaxListHandler()
-
-
Method Details
-
handle
public void handle(NDCCarrierOfferData ndcOfferData, Set<Service1Type> services, DataListsType dataListsType) This handler populates the paxList (list of passengers) in the dataLists field.- Specified by:
handlein interfaceOfferPriceDataListsHandler- Parameters:
ndcOfferData- the ndcOfferDataservices- the servicesdataListsType- the dataListsType
-