Class SeatAvailabilityBasicHandler
java.lang.Object
de.hybris.platform.ndc182facades.facades.seatavailability.handlers.impl.SeatAvailabilityBasicHandler
- All Implemented Interfaces:
SeatAvailabilityRSHandler
The implementation of
SeatAvailabilityRSHandler.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected de.hybris.platform.servicelayer.config.ConfigurationServiceGets configuration service.voidhandle(OfferResponseData offerResponseData, IATASeatAvailRS seatAvailRS) Handle method to build theIATASeatAvailRS.voidsetConfigurationService(de.hybris.platform.servicelayer.config.ConfigurationService configurationService) Sets configuration service.
-
Constructor Details
-
SeatAvailabilityBasicHandler
public SeatAvailabilityBasicHandler()
-
-
Method Details
-
handle
Description copied from interface:SeatAvailabilityRSHandlerHandle method to build theIATASeatAvailRS.- Specified by:
handlein interfaceSeatAvailabilityRSHandler- Parameters:
offerResponseData- the offerResponseDataseatAvailRS- the seat avail 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
-