Class DefaultNavigationNodeWizardController
java.lang.Object
de.hybris.platform.cockpit.wizards.impl.DefaultPageController
de.hybris.platform.cmscockpit.wizard.controller.DefaultNavigationNodeWizardController
- All Implemented Interfaces:
WizardPageController
- Direct Known Subclasses:
DefaultNavigationItemsWizardController
Default Navigation Node Wizard Controller.
Note:
Responsible for creating a new
Responsible for creating a new
CMSNavigationNodeModel with related items.-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final Stringprotected static final Stringprotected static final StringFields 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.voiddoSelectType(Wizard wizard) protected TypeServicevoidsetCommonI18NService(CommonI18NService commonI18NService) voidsetModelHelper(ModelHelper modelHelper) voidsetModelService(ModelService modelService) voidsetTypeService(TypeService typeService) booleanvalidate(Wizard wizard, WizardPage page) This method is invoked before leaving a page.Methods inherited from class de.hybris.platform.cockpit.wizards.impl.DefaultPageController
beforeBack, beforeNext, cancel, evaluateAttribute, evaluateTransition, getFirstPage, initPage, next, previous, setTransitions
-
Field Details
-
BASIC_DATA_PAGE_ID
- See Also:
-
DECISION_PAGE_ID
- See Also:
-
ASSIGNMENT_PAGE_ID
- See Also:
-
-
Constructor Details
-
DefaultNavigationNodeWizardController
public DefaultNavigationNodeWizardController()
-
-
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
-
validate
Description copied from interface:WizardPageControllerThis method is invoked before leaving a page. Implement it to validate the input data.- Specified by:
validatein interfaceWizardPageController- Overrides:
validatein classDefaultPageController- Returns:
- true, if the page content is correct, false otherwise. If false is returned, the wizard will not proceed to the next page.
-
doSelectType
-
setTypeService
-
getTypeService
-
getGenericRandomNameProducer
-
getSystemService
-
setModelHelper
-
getModelHelper
-
setCommonI18NService
-
getModelService
-
setModelService
-