Class ComponentsAdvancedSearchPageController
- java.lang.Object
-
- de.hybris.platform.cockpit.wizards.impl.DefaultPageController
-
- de.hybris.platform.cmscockpit.wizard.controller.DefaultAdvancedSearchPageController
-
- de.hybris.platform.cmscockpit.wizard.controller.ComponentsAdvancedSearchPageController
-
- All Implemented Interfaces:
WizardPageController
public class ComponentsAdvancedSearchPageController extends DefaultAdvancedSearchPageController
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.cockpit.wizards.impl.DefaultPageController
transitions
-
-
Constructor Summary
Constructors Constructor Description ComponentsAdvancedSearchPageController(java.lang.String contentSlotPosition)
-
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.protected TypedObjectgetCurrentSlotModel(AdvancedSearchPage page)GenericRandomNameProducergetGenericRandomNameProducer()Returns service that produces random identifiers-
Methods inherited from class de.hybris.platform.cmscockpit.wizard.controller.DefaultAdvancedSearchPageController
assignChildren, extractSelectedChildren, getObjectValueContainer, getParentObject, getParentPropertyDescriptor, initPage, unwrapTypedObjects
-
Methods inherited from class de.hybris.platform.cockpit.wizards.impl.DefaultPageController
beforeBack, beforeNext, cancel, evaluateAttribute, evaluateTransition, getFirstPage, 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
-
getCurrentSlotModel
protected TypedObject getCurrentSlotModel(AdvancedSearchPage page)
-
getGenericRandomNameProducer
public GenericRandomNameProducer getGenericRandomNameProducer()
Returns service that produces random identifiers- Returns:
- service that produces random identifiers
-
-