Uses of Class
de.hybris.platform.cms2.model.navigation.CMSNavigationNodeModel
-
Packages that use CMSNavigationNodeModel Package Description de.hybris.platform.acceleratorcms.model.components Contains generated models for each type of de.hybris.platform.acceleratorcms.jalo.components package.de.hybris.platform.cms2.model.contents.components Contains generated models for each type of de.hybris.platform.cms2.jalo.contents.components package.de.hybris.platform.cms2.model.navigation Contains generated models for each type of de.hybris.platform.cms2.jalo.navigation package.de.hybris.platform.cms2.model.pages Contains generated models for each type of de.hybris.platform.cms2.jalo.pages package. -
-
Uses of CMSNavigationNodeModel in de.hybris.platform.acceleratorcms.model.components
Methods in de.hybris.platform.acceleratorcms.model.components that return CMSNavigationNodeModel Modifier and Type Method Description CMSNavigationNodeModelAccountNavigationComponentModel. getNavigationNode()Generated method - Getter of theAccountNavigationComponent.navigationNodeattribute defined at extensionacceleratorcms.CMSNavigationNodeModelNavigationBarComponentModel. getNavigationNode()Generated method - Getter of theNavigationBarComponent.navigationNodeattribute defined at extensionacceleratorcms.CMSNavigationNodeModelNavigationComponentModel. getNavigationNode()Generated method - Getter of theNavigationComponent.navigationNodeattribute defined at extensionacceleratorcms.Methods in de.hybris.platform.acceleratorcms.model.components that return types with arguments of type CMSNavigationNodeModel Modifier and Type Method Description java.util.List<CMSNavigationNodeModel>FooterComponentModel. getNavigationNodes()Generated method - Getter of theFooterComponent.navigationNodesattribute defined at extensionacceleratorcms.Methods in de.hybris.platform.acceleratorcms.model.components with parameters of type CMSNavigationNodeModel Modifier and Type Method Description voidAccountNavigationComponentModel. setNavigationNode(CMSNavigationNodeModel value)Generated method - Setter ofAccountNavigationComponent.navigationNodeattribute defined at extensionacceleratorcms.voidNavigationBarComponentModel. setNavigationNode(CMSNavigationNodeModel value)Generated method - Setter ofNavigationBarComponent.navigationNodeattribute defined at extensionacceleratorcms.voidNavigationComponentModel. setNavigationNode(CMSNavigationNodeModel value)Generated method - Setter ofNavigationComponent.navigationNodeattribute defined at extensionacceleratorcms.Method parameters in de.hybris.platform.acceleratorcms.model.components with type arguments of type CMSNavigationNodeModel Modifier and Type Method Description voidFooterComponentModel. setNavigationNodes(java.util.List<CMSNavigationNodeModel> value)Generated method - Setter ofFooterComponent.navigationNodesattribute defined at extensionacceleratorcms. -
Uses of CMSNavigationNodeModel in de.hybris.platform.cms2.model.contents.components
Methods in de.hybris.platform.cms2.model.contents.components that return types with arguments of type CMSNavigationNodeModel Modifier and Type Method Description java.util.List<CMSNavigationNodeModel>CMSLinkComponentModel. getNavigationNodes()Deprecated, for removal: This API element is subject to removal in a future version.since 4.4Method parameters in de.hybris.platform.cms2.model.contents.components with type arguments of type CMSNavigationNodeModel Modifier and Type Method Description voidCMSLinkComponentModel. setNavigationNodes(java.util.List<CMSNavigationNodeModel> value)Deprecated, for removal: This API element is subject to removal in a future version.since 4.4 -
Uses of CMSNavigationNodeModel in de.hybris.platform.cms2.model.navigation
Methods in de.hybris.platform.cms2.model.navigation that return CMSNavigationNodeModel Modifier and Type Method Description CMSNavigationNodeModelCMSNavigationEntryModel. getNavigationNode()Generated method - Getter of theCMSNavigationEntry.navigationNodeattribute defined at extensioncms2.CMSNavigationNodeModelCMSNavigationNodeModel. getParent()Generated method - Getter of theCMSNavigationNode.parentattribute defined at extensioncms2.Methods in de.hybris.platform.cms2.model.navigation that return types with arguments of type CMSNavigationNodeModel Modifier and Type Method Description java.util.List<CMSNavigationNodeModel>CMSNavigationNodeModel. getChildren()Generated method - Getter of theCMSNavigationNode.childrenattribute defined at extensioncms2.Methods in de.hybris.platform.cms2.model.navigation with parameters of type CMSNavigationNodeModel Modifier and Type Method Description voidCMSNavigationEntryModel. setNavigationNode(CMSNavigationNodeModel value)Generated method - Setter ofCMSNavigationEntry.navigationNodeattribute defined at extensioncms2.voidCMSNavigationNodeModel. setParent(CMSNavigationNodeModel value)Generated method - Setter ofCMSNavigationNode.parentattribute defined at extensioncms2.Method parameters in de.hybris.platform.cms2.model.navigation with type arguments of type CMSNavigationNodeModel Modifier and Type Method Description voidCMSNavigationNodeModel. setChildren(java.util.List<CMSNavigationNodeModel> value)Generated method - Setter ofCMSNavigationNode.childrenattribute defined at extensioncms2. -
Uses of CMSNavigationNodeModel in de.hybris.platform.cms2.model.pages
Methods in de.hybris.platform.cms2.model.pages that return types with arguments of type CMSNavigationNodeModel Modifier and Type Method Description java.util.List<CMSNavigationNodeModel>AbstractPageModel. getNavigationNodeList()Generated method - Getter of theAbstractPage.navigationNodeListdynamic attribute defined at extensioncms2.java.util.List<CMSNavigationNodeModel>ContentPageModel. getNavigationNodes()Deprecated, for removal: This API element is subject to removal in a future version.since 4.4Method parameters in de.hybris.platform.cms2.model.pages with type arguments of type CMSNavigationNodeModel Modifier and Type Method Description voidAbstractPageModel. setNavigationNodeList(java.util.List<CMSNavigationNodeModel> value)Generated method - Setter ofAbstractPage.navigationNodeListdynamic attribute defined at extensioncms2.voidContentPageModel. setNavigationNodes(java.util.List<CMSNavigationNodeModel> value)Deprecated, for removal: This API element is subject to removal in a future version.since 4.4
-