Class AssignSavedQueryPermissionsWizardController
java.lang.Object
de.hybris.platform.cockpit.wizards.impl.DefaultPageController
de.hybris.platform.cockpit.wizards.queries.AssignSavedQueryPermissionsWizardController
- All Implemented Interfaces:
WizardPageController
Controller for wizard for assigned write and read users to query
-
Field Summary
Fields inherited from class de.hybris.platform.cockpit.wizards.impl.DefaultPageController
transitions -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddone(Wizard wizard, WizardPage page) This method is invoked when the done button is pressed.Methods inherited from class de.hybris.platform.cockpit.wizards.impl.DefaultPageController
beforeBack, beforeNext, cancel, evaluateAttribute, evaluateTransition, getFirstPage, initPage, next, previous, setTransitions, validate
-
Constructor Details
-
AssignSavedQueryPermissionsWizardController
public AssignSavedQueryPermissionsWizardController()
-
-
Method Details
-
done
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
-