Class DefaultOrderReshopRSPipelineManager
java.lang.Object
de.hybris.platform.ndc182shoppingfacades.facades.order.managers.impl.DefaultOrderReshopRSPipelineManager
- All Implemented Interfaces:
OrderReshopRSPipelineManager
public class DefaultOrderReshopRSPipelineManager
extends Object
implements OrderReshopRSPipelineManager
The Default order reshop rs pipeline manager.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorderreshopresponse.IATAOrderReshopRSexecutePipeline(EvaluateCancelSolutionResponseData evaluateCancelSolutionResponseData) Execute pipeline iata order reshop rs.protected List<OrderReshopRSHandler>Gets handlers.voidsetHandlers(List<OrderReshopRSHandler> handlers) Sets handlers.
-
Constructor Details
-
DefaultOrderReshopRSPipelineManager
public DefaultOrderReshopRSPipelineManager()
-
-
Method Details
-
executePipeline
public orderreshopresponse.IATAOrderReshopRS executePipeline(EvaluateCancelSolutionResponseData evaluateCancelSolutionResponseData) throws NDCCacheException, NDCException Description copied from interface:OrderReshopRSPipelineManagerExecute pipeline iata order reshop rs.- Specified by:
executePipelinein interfaceOrderReshopRSPipelineManager- Parameters:
evaluateCancelSolutionResponseData- the evaluate cancel solution response data- Returns:
- the iata order reshop rs
- Throws:
NDCCacheException- the ndc cache exceptionNDCException- the ndc exception
-
getHandlers
Gets handlers.- Returns:
- the handlers
-
setHandlers
Sets handlers.- Parameters:
handlers- the handlers
-