Class CancelPricePlanConfigurableFlowHandler
- java.lang.Object
-
- de.hybris.platform.b2ctelcobackoffice.handler.CancelPricePlanConfigurableFlowHandler
-
- All Implemented Interfaces:
com.hybris.cockpitng.widgets.configurableflow.FlowActionHandler
public class CancelPricePlanConfigurableFlowHandler extends java.lang.Object implements com.hybris.cockpitng.widgets.configurableflow.FlowActionHandlerAction flow handler used for removing the inner objects when cancelling the creation of aSubscriptionPricePlanModel.- Since:
- 6.7
-
-
Constructor Summary
Constructors Constructor Description CancelPricePlanConfigurableFlowHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected de.hybris.platform.servicelayer.model.ModelServicegetModelService()voidperform(com.hybris.cockpitng.config.jaxb.wizard.CustomType customType, com.hybris.cockpitng.widgets.configurableflow.FlowActionHandlerAdapter flowActionHandlerAdapter, java.util.Map<java.lang.String,java.lang.String> map)
-
-
-
Method Detail
-
perform
public void perform(com.hybris.cockpitng.config.jaxb.wizard.CustomType customType, com.hybris.cockpitng.widgets.configurableflow.FlowActionHandlerAdapter flowActionHandlerAdapter, java.util.Map<java.lang.String,java.lang.String> map)- Specified by:
performin interfacecom.hybris.cockpitng.widgets.configurableflow.FlowActionHandler
-
getModelService
protected de.hybris.platform.servicelayer.model.ModelService getModelService()
-
-