Class ResetConfigWizardController
java.lang.Object
de.hybris.platform.cockpit.wizards.impl.DefaultPageController
de.hybris.platform.cockpit.wizards.resetconfigs.ResetConfigWizardController
- All Implemented Interfaces:
WizardPageController
deletes selected config items when done is pressed.
-
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.voidsetCockpitConfigurationService(CockpitConfigurationService cockpitConfigurationService) voidsetUiComponentCache(UIComponentCache uiComponentCache) Methods inherited from class de.hybris.platform.cockpit.wizards.impl.DefaultPageController
beforeBack, beforeNext, cancel, evaluateAttribute, evaluateTransition, getFirstPage, initPage, next, previous, setTransitions, validate
-
Constructor Details
-
ResetConfigWizardController
public ResetConfigWizardController()
-
-
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- Throws:
WizardConfirmationException
-
getAvailablePersonalizedConfigs
-
setCockpitConfigurationService
-
setUiComponentCache
-