Class AssignVendorUserUserGroupWizardHandler
- java.lang.Object
-
- de.hybris.platform.marketplacebackoffice.widgets.AssignVendorUserUserGroupWizardHandler
-
- All Implemented Interfaces:
com.hybris.cockpitng.widgets.configurableflow.FlowActionHandler
public class AssignVendorUserUserGroupWizardHandler extends java.lang.Object implements com.hybris.cockpitng.widgets.configurableflow.FlowActionHandler
-
-
Constructor Summary
Constructors Constructor Description AssignVendorUserUserGroupWizardHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected UserServicegetUserService()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> args)voidsetUserService(UserService userService)
-
-
-
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> args)- Specified by:
performin interfacecom.hybris.cockpitng.widgets.configurableflow.FlowActionHandler
-
getUserService
protected UserService getUserService()
-
setUserService
public void setUserService(UserService userService)
-
-