Class OrderReshopRSBasicHandler
java.lang.Object
de.hybris.platform.ndc182shoppingfacades.facades.order.handlers.impl.OrderReshopRSBasicHandler
- All Implemented Interfaces:
OrderReshopRSHandler
The Order reshop rs basic handler.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected de.hybris.platform.servicelayer.config.ConfigurationServiceGets configuration service.voidhandle(EvaluateCancelSolutionResponseData evaluateCancelSolutionResponseData, orderreshopresponse.IATAOrderReshopRS orderReshopRS) Handle.voidsetConfigurationService(de.hybris.platform.servicelayer.config.ConfigurationService configurationService) Sets configuration service.
-
Constructor Details
-
OrderReshopRSBasicHandler
public OrderReshopRSBasicHandler()
-
-
Method Details
-
handle
public void handle(EvaluateCancelSolutionResponseData evaluateCancelSolutionResponseData, orderreshopresponse.IATAOrderReshopRS orderReshopRS) throws NDCException Description copied from interface:OrderReshopRSHandlerHandle.- Specified by:
handlein interfaceOrderReshopRSHandler- Parameters:
evaluateCancelSolutionResponseData- the evaluate cancel 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
-