Class AirShoppingOriginDestHandler
java.lang.Object
de.hybris.platform.ndc182facades.facades.airshopping.handlers.impl.AirShoppingOriginDestHandler
- All Implemented Interfaces:
AirShoppingHandler
Populates the origindest properties for the fareSearchRequestData from the airShoppingRQ, uses cached offer to crossreference
the paxJourneyRefID
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected NDCOfferFacadegets ndc offer facadeprotected TravelRouteFacadegets travel route facadevoidhandle(FareSelectionData fareSelectionData, IATAAirShoppingRQ airShoppingRQ, IATAAirShoppingRS airShoppingRS) Uses data from the fareSelectionData and the air shopping request to populate the air shopping responsevoidsetNdcOfferFacade(NDCOfferFacade ndcOfferFacade) sets ndc offer facadevoidsetTravelRouteFacade(TravelRouteFacade travelRouteFacade) sets travel route facade
-
Constructor Details
-
AirShoppingOriginDestHandler
public AirShoppingOriginDestHandler()
-
-
Method Details
-
handle
public void handle(FareSelectionData fareSelectionData, IATAAirShoppingRQ airShoppingRQ, IATAAirShoppingRS airShoppingRS) throws NDCException Description copied from interface:AirShoppingHandlerUses data from the fareSelectionData and the air shopping request to populate the air shopping response- Specified by:
handlein interfaceAirShoppingHandler- Throws:
NDCException
-
getNdcOfferFacade
gets ndc offer facade- Returns:
-
setNdcOfferFacade
sets ndc offer facade- Parameters:
ndcOfferFacade-
-
getTravelRouteFacade
gets travel route facade- Returns:
-
setTravelRouteFacade
sets travel route facade- Parameters:
travelRouteFacade-
-