Class RepairProcessWizardHandler
- java.lang.Object
-
- de.hybris.platform.platformbackoffice.widgets.processengine.RepairProcessWizardHandler
-
- All Implemented Interfaces:
com.hybris.cockpitng.widgets.configurableflow.FlowActionHandler
public class RepairProcessWizardHandler extends java.lang.Object implements com.hybris.cockpitng.widgets.configurableflow.FlowActionHandlerHandler for the repair business process wizard.
-
-
Constructor Summary
Constructors Constructor Description RepairProcessWizardHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidperform(com.hybris.cockpitng.config.jaxb.wizard.CustomType customType, com.hybris.cockpitng.widgets.configurableflow.FlowActionHandlerAdapter adapter, java.util.Map<java.lang.String,java.lang.String> parameters)voidsetBusinessProcessService(BusinessProcessService businessProcessService)
-
-
-
Method Detail
-
perform
public void perform(com.hybris.cockpitng.config.jaxb.wizard.CustomType customType, com.hybris.cockpitng.widgets.configurableflow.FlowActionHandlerAdapter adapter, java.util.Map<java.lang.String,java.lang.String> parameters)- Specified by:
performin interfacecom.hybris.cockpitng.widgets.configurableflow.FlowActionHandler
-
setBusinessProcessService
public void setBusinessProcessService(BusinessProcessService businessProcessService)
-
-