Class AssignWorkflowWizardController
- java.lang.Object
-
- de.hybris.platform.cockpit.wizards.impl.DefaultPageController
-
- de.hybris.platform.cockpit.wizards.workflow.AssignWorkflowWizardController
-
- All Implemented Interfaces:
WizardPageController
public class AssignWorkflowWizardController extends DefaultPageController
Controller for adding/removing users' rights wizard for workflow
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.cockpit.wizards.impl.DefaultPageController
transitions
-
-
Constructor Summary
Constructors Constructor Description AssignWorkflowWizardController()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddone(Wizard wizard, WizardPage page)This method is invoked when the done button is pressed.WorkflowFacadegetWorkflowFacade()-
Methods inherited from class de.hybris.platform.cockpit.wizards.impl.DefaultPageController
beforeBack, beforeNext, cancel, evaluateAttribute, evaluateTransition, getFirstPage, initPage, next, previous, setTransitions, validate
-
-
-
-
Method Detail
-
done
public void done(Wizard wizard, WizardPage page)
Description copied from interface:WizardPageControllerThis method is invoked when the done button is pressed.- Specified by:
donein interfaceWizardPageController- Overrides:
donein classDefaultPageController- Parameters:
wizard- the wizard which contains the pagepage- the currently accessed page
-
getWorkflowFacade
public WorkflowFacade getWorkflowFacade()
-
-