Uses of Class
de.hybris.platform.cms2.model.navigation.CMSNavigationNodeModel
Packages that use CMSNavigationNodeModel
Package
Description
Contains generated models for each type of de.hybris.platform.acceleratorcms.jalo.components package.
Contains generated models for each type of de.hybris.platform.cms2.jalo package.
Contains generated models for each type of de.hybris.platform.cms2.jalo.contents.components package.
Contains generated models for each type of de.hybris.platform.cms2.jalo.navigation package.
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 CMSNavigationNodeModelModifier and TypeMethodDescriptionAccountNavigationComponentModel.getNavigationNode()Generated method - Getter of theAccountNavigationComponent.navigationNodeattribute defined at extensionacceleratorcms.NavigationBarComponentModel.getNavigationNode()Generated method - Getter of theNavigationBarComponent.navigationNodeattribute defined at extensionacceleratorcms.NavigationComponentModel.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 CMSNavigationNodeModelModifier and TypeMethodDescriptionFooterComponentModel.getNavigationNodes()Generated method - Getter of theFooterComponent.navigationNodesattribute defined at extensionacceleratorcms.Methods in de.hybris.platform.acceleratorcms.model.components with parameters of type CMSNavigationNodeModelModifier and TypeMethodDescriptionvoidAccountNavigationComponentModel.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 CMSNavigationNodeModelModifier and TypeMethodDescriptionvoidFooterComponentModel.setNavigationNodes(List<CMSNavigationNodeModel> value) Generated method - Setter ofFooterComponent.navigationNodesattribute defined at extensionacceleratorcms. -
Uses of CMSNavigationNodeModel in de.hybris.platform.cms2.model
Methods in de.hybris.platform.cms2.model that return types with arguments of type CMSNavigationNodeModelModifier and TypeMethodDescriptionAbstractPageDynamicNavigationNodeList.get(AbstractPageModel model) Methods in de.hybris.platform.cms2.model with parameters of type CMSNavigationNodeModelModifier and TypeMethodDescriptionprotected voidAbstractPageDynamicNavigationNodeList.addPageToNode(CMSNavigationNodeModel node, AbstractPageModel page) protected voidAbstractPageDynamicNavigationNodeList.removePageFromNode(CMSNavigationNodeModel node, AbstractPageModel page) Method parameters in de.hybris.platform.cms2.model with type arguments of type CMSNavigationNodeModelModifier and TypeMethodDescriptionvoidAbstractPageDynamicNavigationNodeList.set(AbstractPageModel model, List<CMSNavigationNodeModel> value) -
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 CMSNavigationNodeModelModifier and TypeMethodDescriptionCMSLinkComponentModel.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 CMSNavigationNodeModelModifier and TypeMethodDescriptionvoidCMSLinkComponentModel.setNavigationNodes(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.pages
Methods in de.hybris.platform.cms2.model.pages that return types with arguments of type CMSNavigationNodeModelModifier and TypeMethodDescriptionAbstractPageModel.getNavigationNodeList()Generated method - Getter of theAbstractPage.navigationNodeListdynamic attribute defined at extensioncms2.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 CMSNavigationNodeModelModifier and TypeMethodDescriptionvoidAbstractPageModel.setNavigationNodeList(List<CMSNavigationNodeModel> value) Generated method - Setter ofAbstractPage.navigationNodeListdynamic attribute defined at extensioncms2.voidContentPageModel.setNavigationNodes(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.servicelayer.daos
Methods in de.hybris.platform.cms2.servicelayer.daos that return CMSNavigationNodeModelModifier and TypeMethodDescriptionCMSNavigationDao.findSuperRootNavigationNode(CatalogVersionModel catalogVersion) Finds the super navigation root by catalog version.Methods in de.hybris.platform.cms2.servicelayer.daos that return types with arguments of type CMSNavigationNodeModelModifier and TypeMethodDescriptionCMSNavigationDao.findNavigationNodesByContentPage(ContentPageModel page, Collection<CatalogVersionModel> catalogVersions) Find navigation nodes by content page and catalog versions.CMSNavigationDao.findNavigationNodesById(String id, Collection<CatalogVersionModel> catalogVersions) Find navigation nodes by id and catalog versions.CMSNavigationDao.findRootNavigationNodes(Collection<CatalogVersionModel> catalogVersions) Find root navigation nodes by catalog versions. -
Uses of CMSNavigationNodeModel in de.hybris.platform.cms2.servicelayer.daos.impl
Methods in de.hybris.platform.cms2.servicelayer.daos.impl that return CMSNavigationNodeModelModifier and TypeMethodDescriptionDefaultCMSNavigationDao.findSuperRootNavigationNode(CatalogVersionModel catalogVersion) Methods in de.hybris.platform.cms2.servicelayer.daos.impl that return types with arguments of type CMSNavigationNodeModelModifier and TypeMethodDescriptionprotected List<CMSNavigationNodeModel>DefaultCMSNavigationDaoIntegrationTest.createNavigationNodes(CatalogVersionModel catalogVersionModel) DefaultCMSNavigationDao.findNavigationNodesByContentPage(ContentPageModel page, Collection<CatalogVersionModel> catalogVersions) Find navigation nodes by content page and catalog versions.DefaultCMSNavigationDao.findNavigationNodesById(String id, Collection<CatalogVersionModel> catalogVersions) Find navigation nodes by id and catalog versions.DefaultCMSNavigationDao.findRootNavigationNodes(Collection<CatalogVersionModel> catalogVersions) -
Uses of CMSNavigationNodeModel in de.hybris.platform.cms2.servicelayer.interceptor.impl
Methods in de.hybris.platform.cms2.servicelayer.interceptor.impl that return CMSNavigationNodeModelModifier and TypeMethodDescriptionprotected CMSNavigationNodeModelNavigationNodePrepareInterceptorTest.prepareHiddenRootNavigationNode(CatalogVersionModel catalogVersion) protected CMSNavigationNodeModelNavigationNodePrepareInterceptorTest.prepareNavigationNode(String name, CMSNavigationNodeModel parent) Methods in de.hybris.platform.cms2.servicelayer.interceptor.impl that return types with arguments of type CMSNavigationNodeModelModifier and TypeMethodDescriptionprotected List<CMSNavigationNodeModel>NavigationNodePrepareInterceptor.findAllChildren(CMSNavigationNodeModel node, List<CMSNavigationNodeModel> res) Deprecated, for removal: This API element is subject to removal in a future version.Methods in de.hybris.platform.cms2.servicelayer.interceptor.impl with parameters of type CMSNavigationNodeModelModifier and TypeMethodDescriptionprotected List<CMSNavigationNodeModel>NavigationNodePrepareInterceptor.findAllChildren(CMSNavigationNodeModel node, List<CMSNavigationNodeModel> res) Deprecated, for removal: This API element is subject to removal in a future version.protected CMSNavigationNodeModelNavigationNodePrepareInterceptorTest.prepareNavigationNode(String name, CMSNavigationNodeModel parent) Method parameters in de.hybris.platform.cms2.servicelayer.interceptor.impl with type arguments of type CMSNavigationNodeModelModifier and TypeMethodDescriptionprotected List<CMSNavigationNodeModel>NavigationNodePrepareInterceptor.findAllChildren(CMSNavigationNodeModel node, List<CMSNavigationNodeModel> res) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of CMSNavigationNodeModel in de.hybris.platform.cms2.servicelayer.services
Methods in de.hybris.platform.cms2.servicelayer.services that return CMSNavigationNodeModelModifier and TypeMethodDescriptionCMSNavigationService.createNavigationNode(ItemModel parentNode, String navigationNodeName, boolean visible, Collection<ItemModel> relatedItems) Deprecated, for removal: This API element is subject to removal in a future version.since 1811, please useCMSItemFacade.createItem(Map)instead.CMSNavigationService.createSuperRootNavigationNode(CatalogVersionModel catalogVersion) Creates super root navigation node for given catalog version.CMSNavigationService.getNavigationNodeForId(String id) Returns a Navigation Node identified via its idCMSNavigationService.getSuperRootNavigationNode(CatalogVersionModel catalogVersionModel) Returns super root navigation node for given catalog version.CMSNavigationService.setSuperRootNodeOnNavigationNode(CMSNavigationNodeModel navigationNodeModel, CatalogVersionModel catalogVersionModel) Sets the super root node onto the passed CMS navigation node model.Methods in de.hybris.platform.cms2.servicelayer.services that return types with arguments of type CMSNavigationNodeModelModifier and TypeMethodDescriptionCMSNavigationService.getNavigationNodesForContentPage(ContentPageModel page) Returns a list of all Navigation Nodes which contain the given pageCMSNavigationService.getNavigationNodesForContentPageId(String pageId) Returns a list of all Navigation Nodes which contain the given pageCMSNavigationService.getRootNavigationNodes()CMSNavigationService.getRootNavigationNodes(CatalogVersionModel catalogVersion) Returns all root navigation nodes for given catalog version.CMSNavigationService.getRootNavigationNodesForContentPage(ContentPageModel page) Returns a list of all root Navigation Nodes which have this page assigned, or which have a children in their navigation tree which has this page assignedCMSNavigationService.getRootNavigationNodesForContentPageId(String pageId) Returns a list of all root Navigation Nodes which have this page assigned, or which have a children in their navigation tree which has this page assignedMethods in de.hybris.platform.cms2.servicelayer.services with parameters of type CMSNavigationNodeModelModifier and TypeMethodDescriptionvoidCMSNavigationService.appendRelatedItems(CMSNavigationNodeModel cmsNavigationNode, Collection<ItemModel> items) Adds selected items to specificCMSNavigationNodeModelnavigation node.CMSNavigationService.createCmsNavigationEntry(CMSNavigationNodeModel cmsNavigationNode, String entryName, ItemModel item) Adds aitemto givencmsNavigationNodenavigation node.voidCMSNavigationService.delete(CMSNavigationNodeModel cmsNavigationNode) Deprecated, for removal: This API element is subject to removal in a future version.since 1811, no longer needed.booleanCMSNavigationService.isSuperRootNavigationNode(CMSNavigationNodeModel navigationNodeModel) Tests if a navigation node is a super root node.voidCMSNavigationService.move(CMSNavigationNodeModel sourceNode, CMSNavigationNodeModel targetModel) Moves given nodeModel at last position of the child nodes list of targetModel.voidCMSNavigationService.move(CMSNavigationNodeModel source, CMSNavigationNodeModel target, boolean asChild, boolean append) Moves source nod to targert node.voidCMSNavigationService.move(CMSNavigationNodeModel cmsNavigationNode, ItemModel sourceItem, ItemModel targetnItem) Moves given items within given navigation node.voidCMSNavigationService.move(ItemModel item, CMSNavigationNodeModel sourceNode, CMSNavigationNodeModel targetNode) Moves given item from sourceNode to targetNode.voidCMSNavigationService.remove(CMSNavigationNodeModel cmsNavigationNode, ItemModel item) Removes given item from given navigation node.booleanCMSNavigationService.removeNavigationEntryByUid(CMSNavigationNodeModel cmsNavigationNode, String navigationEntryUid) Deprecated, for removal: This API element is subject to removal in a future version.since 1811, no longer needed.CMSNavigationService.setSuperRootNodeOnNavigationNode(CMSNavigationNodeModel navigationNodeModel, CatalogVersionModel catalogVersionModel) Sets the super root node onto the passed CMS navigation node model. -
Uses of CMSNavigationNodeModel in de.hybris.platform.cms2.servicelayer.services.impl
Methods in de.hybris.platform.cms2.servicelayer.services.impl that return CMSNavigationNodeModelModifier and TypeMethodDescriptionDefaultCMSNavigationService.createNavigationNode(ItemModel parentNode, String navigationNodeName, boolean visible, Collection<ItemModel> relatedItems) DefaultCMSNavigationService.createSuperRootNavigationNode(CatalogVersionModel catalogVersion) Creates super root navigation node for given catalog version.DefaultCMSNavigationService.getNavigationNodeForId(String id) Returns a Navigation Node identified via its idDefaultCMSNavigationService.getSuperRootNavigationNode(CatalogVersionModel catalogVersionModel) DefaultCMSNavigationService.setSuperRootNodeOnNavigationNode(CMSNavigationNodeModel navigationNodeModel, CatalogVersionModel catalogVersionModel) Methods in de.hybris.platform.cms2.servicelayer.services.impl that return types with arguments of type CMSNavigationNodeModelModifier and TypeMethodDescriptionprotected List<CMSNavigationNodeModel>DefaultCMSNavigationServiceTest.createNavigationNodes(CatalogVersionModel catalogVersionModel) protected List<CMSNavigationNodeModel>DefaultCMSNavigationService.getNavigationNodesByContentPage(ContentPageModel page) DefaultCMSNavigationService.getNavigationNodesForContentPage(ContentPageModel page) Returns a list of all Navigation Nodes which contain the given pageDefaultCMSNavigationService.getNavigationNodesForContentPageId(String pageId) Returns a list of all Navigation Nodes which contain the given pageDefaultCMSNavigationService.getRootNavigationNodes()DefaultCMSNavigationService.getRootNavigationNodes(CatalogVersionModel catVer) Returns all root navigation nodes for given catalog version.protected List<CMSNavigationNodeModel>DefaultCMSNavigationService.getRootNavigationNodesByContentPage(ContentPageModel page) DefaultCMSNavigationService.getRootNavigationNodesForContentPage(ContentPageModel page) Returns a list of all root Navigation Nodes which have this page assigned, or which have a children in their navigation tree which has this page assignedDefaultCMSNavigationService.getRootNavigationNodesForContentPageId(String pageId) Returns a list of all root Navigation Nodes which have this page assigned, or which have a children in their navigation tree which has this page assignedMethods in de.hybris.platform.cms2.servicelayer.services.impl with parameters of type CMSNavigationNodeModelModifier and TypeMethodDescriptionvoidDefaultCMSNavigationService.appendRelatedItems(CMSNavigationNodeModel cmsNavigationNode, Collection<ItemModel> items) DefaultCMSNavigationService.createCmsNavigationEntry(CMSNavigationNodeModel node, String entryName, ItemModel entryContent) Adds aitemto givencmsNavigationNodenavigation node.voidDefaultCMSNavigationService.delete(CMSNavigationNodeModel cmsNavigationNode) Deprecated, for removal: This API element is subject to removal in a future version.since 1811, no longer needed.protected voidDefaultCMSNavigationService.deleteRecursively(CMSNavigationNodeModel cmsNavigationNode) Deletes all children all way down to leafs.DefaultCMSNavigationService.extractCmsNavigationEntries(CMSNavigationNodeModel navigatioNode) Extracts items from given navigation node.DefaultCMSNavigationServiceTest.extractCmsNavigationEntries(CMSNavigationNodeModel navigatioNode) Extracts items from given navigation node.booleanDefaultCMSNavigationService.isSuperRootNavigationNode(CMSNavigationNodeModel navigationNodeModel) voidDefaultCMSNavigationService.move(CMSNavigationNodeModel sourceNode, CMSNavigationNodeModel targetModel) Moves given nodeModel at last position of the child nodes list of targetModel.voidDefaultCMSNavigationService.move(CMSNavigationNodeModel sourceNode, CMSNavigationNodeModel targetModel, boolean asChild, boolean append) voidDefaultCMSNavigationService.move(CMSNavigationNodeModel cmsNavigationNode, ItemModel sourceEntry, ItemModel targetnEntry) Moves given items within given navigation node.voidDefaultCMSNavigationService.move(ItemModel item, CMSNavigationNodeModel sourceNode, CMSNavigationNodeModel targetNode) Moves given item from sourceNode to targetNode.voidDefaultCMSNavigationService.remove(CMSNavigationNodeModel cmsNavigationNode, ItemModel item) Removes given item from given navigation node.booleanDefaultCMSNavigationService.removeNavigationEntryByUid(CMSNavigationNodeModel cmsNavigationNode, String navigationEntryUid) Deprecated, for removal: This API element is subject to removal in a future version.since 1811, no longer needed.DefaultCMSNavigationService.setSuperRootNodeOnNavigationNode(CMSNavigationNodeModel navigationNodeModel, CatalogVersionModel catalogVersionModel) -
Uses of CMSNavigationNodeModel in de.hybris.platform.cmsfacades.cmsitems.populators
Methods in de.hybris.platform.cmsfacades.cmsitems.populators that return CMSNavigationNodeModelModifier and TypeMethodDescriptionprotected CMSNavigationNodeModelCMSNavigationNodePopulatorTest.createNavigationNode(String uid, CMSNavigationNodeModel parentNavigationNodeModel) Methods in de.hybris.platform.cmsfacades.cmsitems.populators with parameters of type CMSNavigationNodeModelModifier and TypeMethodDescriptionprotected CMSNavigationNodeModelCMSNavigationNodePopulatorTest.createNavigationNode(String uid, CMSNavigationNodeModel parentNavigationNodeModel) voidCMSNavigationNodePopulator.populate(Map<String, Object> source, CMSNavigationNodeModel cmsNavigationNode) protected voidCMSNavigationNodePopulator.setSuperRootNode(CMSNavigationNodeModel cmsNavigationNode) Populates the super root node if no parent is provided. -
Uses of CMSNavigationNodeModel in de.hybris.platform.cmsfacades.cmsitems.validator
Methods in de.hybris.platform.cmsfacades.cmsitems.validator with parameters of type CMSNavigationNodeModelModifier and TypeMethodDescriptionprotected List<CMSNavigationEntryModel>DefaultCMSNavigationNodeValidator.getAssociatedEntries(CMSNavigationNodeModel node) Retrieves a list of all entries that are already associated to another model.voidDefaultCMSNavigationNodeValidator.validate(CMSNavigationNodeModel validatee) -
Uses of CMSNavigationNodeModel in de.hybris.platform.cmsfacades.rendering.attributeconverters
Methods in de.hybris.platform.cmsfacades.rendering.attributeconverters that return types with arguments of type CMSNavigationNodeModelModifier and TypeMethodDescriptionprotected Converter<CMSNavigationNodeModel,NavigationNodeData> NavigationNodeToDataContentConverter.getNavigationNodeModelToDataRenderingConverter()Methods in de.hybris.platform.cmsfacades.rendering.attributeconverters with parameters of type CMSNavigationNodeModelModifier and TypeMethodDescriptionNavigationNodeToDataContentConverter.convert(CMSNavigationNodeModel source) Method parameters in de.hybris.platform.cmsfacades.rendering.attributeconverters with type arguments of type CMSNavigationNodeModelModifier and TypeMethodDescriptionvoidNavigationNodeToDataContentConverter.setNavigationNodeModelToDataRenderingConverter(Converter<CMSNavigationNodeModel, NavigationNodeData> navigationNodeModelToDataRenderingConverter) -
Uses of CMSNavigationNodeModel in de.hybris.platform.cmsfacades.rendering.populators
Methods in de.hybris.platform.cmsfacades.rendering.populators with parameters of type CMSNavigationNodeModelModifier and TypeMethodDescriptionvoidNavigationNodeModelToDataRenderingPopulator.populate(CMSNavigationNodeModel source, NavigationNodeData target) -
Uses of CMSNavigationNodeModel in de.hybris.platform.cmsfacades.rendering.visibility.impl
Methods in de.hybris.platform.cmsfacades.rendering.visibility.impl with parameters of type CMSNavigationNodeModelModifier and TypeMethodDescriptionbooleanCMSNavigationNodeRenderingVisibilityRule.isVisible(CMSNavigationNodeModel itemModel) -
Uses of CMSNavigationNodeModel in de.hybris.platform.cmsfacades.synchronization.itemvisitors.impl
Methods in de.hybris.platform.cmsfacades.synchronization.itemvisitors.impl with parameters of type CMSNavigationNodeModel -
Uses of CMSNavigationNodeModel in de.hybris.platform.cmsfacades.util.builder
Methods in de.hybris.platform.cmsfacades.util.builder that return CMSNavigationNodeModelModifier and TypeMethodDescriptionNavigationNodeModelBuilder.build()NavigationNodeModelBuilder.getModel()Methods in de.hybris.platform.cmsfacades.util.builder with parameters of type CMSNavigationNodeModelModifier and TypeMethodDescriptionstatic NavigationNodeModelBuilderNavigationNodeModelBuilder.fromModel(CMSNavigationNodeModel model) NavigationNodeModelBuilder.withChildren(CMSNavigationNodeModel... children) NavigationEntryModelBuilder.withNavigationNode(CMSNavigationNodeModel navigationNode) NavigationNodeModelBuilder.withParent(CMSNavigationNodeModel parent) -
Uses of CMSNavigationNodeModel in de.hybris.platform.cmsfacades.util.models
Methods in de.hybris.platform.cmsfacades.util.models that return CMSNavigationNodeModelModifier and TypeMethodDescriptionCMSNavigationNodeModelMother.createNavigationNode(String name, String uid, CMSNavigationNodeModel parent, String englishTitle, CatalogVersionModel catalogVersion) CMSNavigationNodeModelMother.createNavigationNodeTree(CatalogVersionModel catalogVersion) CMSNavigationNodeModelMother.createNavigationNodeWithEntry(String name, String uid, CMSNavigationNodeModel parent, String englishTitle, CatalogVersionModel catalogVersion, CMSNavigationEntryModel entryModel) CMSNavigationNodeModelMother.createNavigationRootNode(CatalogVersionModel catalogVersion) Methods in de.hybris.platform.cmsfacades.util.models with parameters of type CMSNavigationNodeModelModifier and TypeMethodDescriptionCMSNavigationEntryModelMother.createEntryAndAddToNavigationNode(CMSNavigationNodeModel navigationNode, CatalogVersionModel catalogVersion, ItemModel itemModel, String uid) CMSNavigationNodeModelMother.createNavigationNode(String name, String uid, CMSNavigationNodeModel parent, String englishTitle, CatalogVersionModel catalogVersion) CMSNavigationNodeModelMother.createNavigationNodeWithEntry(String name, String uid, CMSNavigationNodeModel parent, String englishTitle, CatalogVersionModel catalogVersion, CMSNavigationEntryModel entryModel)