Class UpdatePassengerOrderReshopBasicHandler
java.lang.Object
de.hybris.platform.ndc182shoppingfacades.facades.order.handlers.impl.UpdatePassengerOrderReshopBasicHandler
- All Implemented Interfaces:
UpdatePassengerOrderReshopRSHandler
public class UpdatePassengerOrderReshopBasicHandler
extends Object
implements UpdatePassengerOrderReshopRSHandler
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(orderreshoprequest.IATAOrderReshopRQ orderReshopRQ, orderreshopresponse.IATAOrderReshopRS orderReshopRS) Handle.voidsetConfigurationService(de.hybris.platform.servicelayer.config.ConfigurationService configurationService) Sets configuration service.
-
Constructor Details
-
UpdatePassengerOrderReshopBasicHandler
public UpdatePassengerOrderReshopBasicHandler()
-
-
Method Details
-
handle
public void handle(orderreshoprequest.IATAOrderReshopRQ orderReshopRQ, orderreshopresponse.IATAOrderReshopRS orderReshopRS) throws NDCException Description copied from interface:UpdatePassengerOrderReshopRSHandlerHandle.- Specified by:
handlein interfaceUpdatePassengerOrderReshopRSHandler- Parameters:
orderReshopRQ- the order reshop rqorderReshopRS- 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
-