Class AirShoppingDataListHandler
java.lang.Object
de.hybris.platform.ndc182facades.facades.airshopping.handlers.impl.AirShoppingDataListHandler
- All Implemented Interfaces:
AirShoppingHandler
Handler to populate the data list objects in the air shopping response
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected AirShoppingDataListPipelineManagergets the airShoppingDataListPipelineManagervoidhandle(FareSelectionData fareSelectionData, IATAAirShoppingRQ airShoppingRQ, IATAAirShoppingRS airShoppingRS) Uses data from the fareSelectionData and the air shopping request to populate the air shopping responsevoidsetAirShoppingDataListPipelineManager(AirShoppingDataListPipelineManager airShoppingDataListPipelineManager) sets the airShoppingDataListPipelineManager
-
Constructor Details
-
AirShoppingDataListHandler
public AirShoppingDataListHandler()
-
-
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
-
getAirShoppingDataListPipelineManager
gets the airShoppingDataListPipelineManager- Returns:
-
setAirShoppingDataListPipelineManager
public void setAirShoppingDataListPipelineManager(AirShoppingDataListPipelineManager airShoppingDataListPipelineManager) sets the airShoppingDataListPipelineManager- Parameters:
airShoppingDataListPipelineManager-
-