Class DefaultCreateOrgUnitEmployeeWizardHandler
java.lang.Object
de.hybris.platform.commerceservices.backoffice.widgets.organization.create.orgunit.employee.DefaultCreateOrgUnitEmployeeWizardHandler
- All Implemented Interfaces:
com.hybris.cockpitng.widgets.configurableflow.FlowActionHandler
public class DefaultCreateOrgUnitEmployeeWizardHandler
extends Object
implements com.hybris.cockpitng.widgets.configurableflow.FlowActionHandler
Default handler to create Organization Unit Employee. Implementation of
FlowActionHandler-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected ModelServiceprotected com.hybris.backoffice.widgets.notificationarea.NotificationServiceprotected com.hybris.cockpitng.core.impl.NotificationStackprotected OrgUnitServicevoidperform(com.hybris.cockpitng.config.jaxb.wizard.CustomType customType, com.hybris.cockpitng.widgets.configurableflow.FlowActionHandlerAdapter adapter, Map<String, String> parameters) voidsetModelService(ModelService modelService) voidsetNotificationService(com.hybris.backoffice.widgets.notificationarea.NotificationService notificationService) voidsetNotificationStack(com.hybris.cockpitng.core.impl.NotificationStack notificationStack) voidsetOrgUnitService(OrgUnitService orgUnitService)
-
Constructor Details
-
DefaultCreateOrgUnitEmployeeWizardHandler
public DefaultCreateOrgUnitEmployeeWizardHandler()
-
-
Method Details
-
perform
public void perform(com.hybris.cockpitng.config.jaxb.wizard.CustomType customType, com.hybris.cockpitng.widgets.configurableflow.FlowActionHandlerAdapter adapter, Map<String, String> parameters) - Specified by:
performin interfacecom.hybris.cockpitng.widgets.configurableflow.FlowActionHandler
-
getNotificationStack
protected com.hybris.cockpitng.core.impl.NotificationStack getNotificationStack() -
setNotificationStack
public void setNotificationStack(com.hybris.cockpitng.core.impl.NotificationStack notificationStack) -
getOrgUnitService
-
setOrgUnitService
-
getModelService
-
setModelService
-
getNotificationService
protected com.hybris.backoffice.widgets.notificationarea.NotificationService getNotificationService() -
setNotificationService
public void setNotificationService(com.hybris.backoffice.widgets.notificationarea.NotificationService notificationService)
-