Class FlightChangeOrderReshopBasicHandler
java.lang.Object
de.hybris.platform.ndc182shoppingfacades.facades.order.handlers.impl.FlightChangeOrderReshopBasicHandler
- All Implemented Interfaces:
FlightChangeOrderReshopRSHandler
public class FlightChangeOrderReshopBasicHandler
extends Object
implements FlightChangeOrderReshopRSHandler
The type Flight change order reshop basic handler.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected de.hybris.platform.servicelayer.config.ConfigurationServiceGets configuration service.voidhandle(EvaluateChangeSolutionResponseData evaluateChangeSolutionResponseData, orderreshopresponse.IATAOrderReshopRS orderReshopRS) Handle.voidsetConfigurationService(de.hybris.platform.servicelayer.config.ConfigurationService configurationService) Sets configuration service.
-
Constructor Details
-
FlightChangeOrderReshopBasicHandler
public FlightChangeOrderReshopBasicHandler()
-
-
Method Details
-
handle
public void handle(EvaluateChangeSolutionResponseData evaluateChangeSolutionResponseData, orderreshopresponse.IATAOrderReshopRS orderReshopRS) throws NDCException Description copied from interface:FlightChangeOrderReshopRSHandlerHandle.- Specified by:
handlein interfaceFlightChangeOrderReshopRSHandler- Parameters:
evaluateChangeSolutionResponseData- the evaluate change solution response dataorderReshopRS- the order reshop rs- Throws:
NDCException- the ndc exception
-
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
-