Class AirShoppingBasicHandler
java.lang.Object
de.hybris.platform.ndc182facades.facades.airshopping.handlers.impl.AirShoppingBasicHandler
- All Implemented Interfaces:
AirShoppingHandler
Handler to populate the shopping response fields in the air shopping response
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected de.hybris.platform.servicelayer.config.ConfigurationServiceGets configuration service.voidhandle(FareSelectionData fareSelectionData, IATAAirShoppingRQ airShoppingRQ, IATAAirShoppingRS airShoppingRS) Uses data from the fareSelectionData and the air shopping request to populate the air shopping responsevoidsetConfigurationService(de.hybris.platform.servicelayer.config.ConfigurationService configurationService) Sets configuration service.
-
Constructor Details
-
AirShoppingBasicHandler
public AirShoppingBasicHandler()
-
-
Method Details
-
handle
public void handle(FareSelectionData fareSelectionData, IATAAirShoppingRQ airShoppingRQ, IATAAirShoppingRS airShoppingRS) Description copied from interface:AirShoppingHandlerUses data from the fareSelectionData and the air shopping request to populate the air shopping response- Specified by:
handlein interfaceAirShoppingHandler
-
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
-