Class AssignSavedQueryPermissionsWizardController
- java.lang.Object
-
- de.hybris.platform.cockpit.wizards.impl.DefaultPageController
-
- de.hybris.platform.cockpit.wizards.queries.AssignSavedQueryPermissionsWizardController
-
- All Implemented Interfaces:
WizardPageController
public class AssignSavedQueryPermissionsWizardController extends DefaultPageController
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 Constructor Description AssignSavedQueryPermissionsWizardController()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
done(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
-
-
-
-
Method Detail
-
done
public void done(Wizard wizard, WizardPage page)
Description copied from interface:WizardPageController
This method is invoked when the done button is pressed.- Specified by:
done
in interfaceWizardPageController
- Overrides:
done
in classDefaultPageController
- Parameters:
wizard
- the wizard which contains the pagepage
- the currently accessed page
-
-