Class ResetConfigWizardController
- java.lang.Object
-
- de.hybris.platform.cockpit.wizards.impl.DefaultPageController
-
- de.hybris.platform.cockpit.wizards.resetconfigs.ResetConfigWizardController
-
- All Implemented Interfaces:
WizardPageController
public class ResetConfigWizardController extends DefaultPageController
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 Constructor Description ResetConfigWizardController()
-
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.java.util.List<CockpitUIComponentConfigurationModel>
getAvailablePersonalizedConfigs()
void
setCockpitConfigurationService(CockpitConfigurationService cockpitConfigurationService)
void
setUiComponentCache(UIComponentCache uiComponentCache)
-
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) throws WizardConfirmationException
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- Throws:
WizardConfirmationException
-
getAvailablePersonalizedConfigs
public java.util.List<CockpitUIComponentConfigurationModel> getAvailablePersonalizedConfigs()
-
setCockpitConfigurationService
public void setCockpitConfigurationService(CockpitConfigurationService cockpitConfigurationService)
-
setUiComponentCache
public void setUiComponentCache(UIComponentCache uiComponentCache)
-
-