Class AirShoppingBasicHandler
java.lang.Object
de.hybris.platform.ndc182shoppingfacades.facades.airshopping.handlers.impl.AirShoppingBasicHandler
- All Implemented Interfaces:
AirshoppingHandler
Populates shopping response in
IATAAirShoppingRS.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected de.hybris.platform.servicelayer.config.ConfigurationServiceGets configuration service.voidhandle(FlightSearchResponseData flightSearchResponseData, IATAAirShoppingRS airShoppingRS) PopulateIATAAirShoppingRSfromFlightSearchResponseDatavoidsetConfigurationService(de.hybris.platform.servicelayer.config.ConfigurationService configurationService) Sets configuration service.
-
Constructor Details
-
AirShoppingBasicHandler
public AirShoppingBasicHandler()
-
-
Method Details
-
handle
public void handle(FlightSearchResponseData flightSearchResponseData, IATAAirShoppingRS airShoppingRS) Description copied from interface:AirshoppingHandlerPopulateIATAAirShoppingRSfromFlightSearchResponseData- Specified by:
handlein interfaceAirshoppingHandler- Parameters:
flightSearchResponseData- the flight search response dataairShoppingRS- the air shopping rs
-
getConfigurationService
protected de.hybris.platform.servicelayer.config.ConfigurationService getConfigurationService()Gets configuration service.- Returns:
- the configuration service
-
setConfigurationService
public void setConfigurationService(de.hybris.platform.servicelayer.config.ConfigurationService configurationService) Sets configuration service.- Parameters:
configurationService- the configuration service
-