Uses of Class
de.hybris.platform.cms2.jalo.navigation.CMSNavigationNode
Packages that use CMSNavigationNode
Package
Description
-
Uses of CMSNavigationNode in de.hybris.platform.acceleratorcms.jalo.components
Methods in de.hybris.platform.acceleratorcms.jalo.components that return CMSNavigationNodeModifier and TypeMethodDescriptionGeneratedAccountNavigationComponent.getNavigationNode()Generated method - Getter of theAccountNavigationComponent.navigationNodeattribute.GeneratedAccountNavigationComponent.getNavigationNode(SessionContext ctx) Generated method - Getter of theAccountNavigationComponent.navigationNodeattribute.GeneratedNavigationBarComponent.getNavigationNode()Generated method - Getter of theNavigationBarComponent.navigationNodeattribute.GeneratedNavigationBarComponent.getNavigationNode(SessionContext ctx) Generated method - Getter of theNavigationBarComponent.navigationNodeattribute.GeneratedNavigationComponent.getNavigationNode()Generated method - Getter of theNavigationComponent.navigationNodeattribute.GeneratedNavigationComponent.getNavigationNode(SessionContext ctx) Generated method - Getter of theNavigationComponent.navigationNodeattribute.Methods in de.hybris.platform.acceleratorcms.jalo.components that return types with arguments of type CMSNavigationNodeModifier and TypeMethodDescriptionGeneratedFooterComponent.getNavigationNodes()Generated method - Getter of theFooterComponent.navigationNodesattribute.GeneratedFooterComponent.getNavigationNodes(SessionContext ctx) Generated method - Getter of theFooterComponent.navigationNodesattribute.Methods in de.hybris.platform.acceleratorcms.jalo.components with parameters of type CMSNavigationNodeModifier and TypeMethodDescriptionvoidGeneratedAccountNavigationComponent.setNavigationNode(CMSNavigationNode value) Generated method - Setter of theAccountNavigationComponent.navigationNodeattribute.voidGeneratedAccountNavigationComponent.setNavigationNode(SessionContext ctx, CMSNavigationNode value) Generated method - Setter of theAccountNavigationComponent.navigationNodeattribute.voidGeneratedNavigationBarComponent.setNavigationNode(CMSNavigationNode value) Generated method - Setter of theNavigationBarComponent.navigationNodeattribute.voidGeneratedNavigationBarComponent.setNavigationNode(SessionContext ctx, CMSNavigationNode value) Generated method - Setter of theNavigationBarComponent.navigationNodeattribute.voidGeneratedNavigationComponent.setNavigationNode(CMSNavigationNode value) Generated method - Setter of theNavigationComponent.navigationNodeattribute.voidGeneratedNavigationComponent.setNavigationNode(SessionContext ctx, CMSNavigationNode value) Generated method - Setter of theNavigationComponent.navigationNodeattribute.Method parameters in de.hybris.platform.acceleratorcms.jalo.components with type arguments of type CMSNavigationNodeModifier and TypeMethodDescriptionvoidGeneratedFooterComponent.setNavigationNodes(SessionContext ctx, List<CMSNavigationNode> value) Generated method - Setter of theFooterComponent.navigationNodesattribute.voidGeneratedFooterComponent.setNavigationNodes(List<CMSNavigationNode> value) Generated method - Setter of theFooterComponent.navigationNodesattribute. -
Uses of CMSNavigationNode in de.hybris.platform.cms2.jalo
Methods in de.hybris.platform.cms2.jalo that return CMSNavigationNodeModifier and TypeMethodDescriptionGeneratedCms2Manager.createCMSNavigationNode(SessionContext ctx, Map attributeValues) GeneratedCms2Manager.createCMSNavigationNode(Map attributeValues) -
Uses of CMSNavigationNode in de.hybris.platform.cms2.jalo.contents.components
Methods in de.hybris.platform.cms2.jalo.contents.components that return types with arguments of type CMSNavigationNodeModifier and TypeMethodDescriptionGeneratedCMSLinkComponent.getNavigationNodes()Generated method - Getter of theCMSLinkComponent.navigationNodesattribute.GeneratedCMSLinkComponent.getNavigationNodes(SessionContext ctx) Generated method - Getter of theCMSLinkComponent.navigationNodesattribute.Methods in de.hybris.platform.cms2.jalo.contents.components with parameters of type CMSNavigationNodeModifier and TypeMethodDescriptionvoidGeneratedCMSLinkComponent.addToNavigationNodes(CMSNavigationNode value) Generated method - Addsvalueto navigationNodes.voidGeneratedCMSLinkComponent.addToNavigationNodes(SessionContext ctx, CMSNavigationNode value) Generated method - Addsvalueto navigationNodes.voidGeneratedCMSLinkComponent.removeFromNavigationNodes(CMSNavigationNode value) Generated method - Removesvaluefrom navigationNodes.voidGeneratedCMSLinkComponent.removeFromNavigationNodes(SessionContext ctx, CMSNavigationNode value) Generated method - Removesvaluefrom navigationNodes.Method parameters in de.hybris.platform.cms2.jalo.contents.components with type arguments of type CMSNavigationNodeModifier and TypeMethodDescriptionvoidGeneratedCMSLinkComponent.setNavigationNodes(SessionContext ctx, List<CMSNavigationNode> value) Generated method - Setter of theCMSLinkComponent.navigationNodesattribute.voidGeneratedCMSLinkComponent.setNavigationNodes(List<CMSNavigationNode> value) Generated method - Setter of theCMSLinkComponent.navigationNodesattribute. -
Uses of CMSNavigationNode in de.hybris.platform.cms2.jalo.pages
Methods in de.hybris.platform.cms2.jalo.pages that return types with arguments of type CMSNavigationNodeModifier and TypeMethodDescriptionGeneratedContentPage.getNavigationNodes()Generated method - Getter of theContentPage.navigationNodesattribute.GeneratedContentPage.getNavigationNodes(SessionContext ctx) Generated method - Getter of theContentPage.navigationNodesattribute.Methods in de.hybris.platform.cms2.jalo.pages with parameters of type CMSNavigationNodeModifier and TypeMethodDescriptionvoidGeneratedContentPage.addToNavigationNodes(CMSNavigationNode value) Generated method - Addsvalueto navigationNodes.voidGeneratedContentPage.addToNavigationNodes(SessionContext ctx, CMSNavigationNode value) Generated method - Addsvalueto navigationNodes.voidGeneratedContentPage.removeFromNavigationNodes(CMSNavigationNode value) Generated method - Removesvaluefrom navigationNodes.voidGeneratedContentPage.removeFromNavigationNodes(SessionContext ctx, CMSNavigationNode value) Generated method - Removesvaluefrom navigationNodes.Method parameters in de.hybris.platform.cms2.jalo.pages with type arguments of type CMSNavigationNodeModifier and TypeMethodDescriptionvoidGeneratedContentPage.setNavigationNodes(SessionContext ctx, List<CMSNavigationNode> value) Generated method - Setter of theContentPage.navigationNodesattribute.voidGeneratedContentPage.setNavigationNodes(List<CMSNavigationNode> value) Generated method - Setter of theContentPage.navigationNodesattribute.