| Modifier and Type | Method and Description |
|---|---|
CMSNavigationNodeModel |
NavigationComponentModel.getNavigationNode()
Generated method - Getter of the
NavigationComponent.navigationNode attribute defined at extension acceleratorcms. |
CMSNavigationNodeModel |
NavigationBarComponentModel.getNavigationNode()
Generated method - Getter of the
NavigationBarComponent.navigationNode attribute defined at extension acceleratorcms. |
CMSNavigationNodeModel |
AccountNavigationComponentModel.getNavigationNode()
Generated method - Getter of the
AccountNavigationComponent.navigationNode attribute defined at extension acceleratorcms. |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CMSNavigationNodeModel> |
FooterComponentModel.getNavigationNodes()
Generated method - Getter of the
FooterComponent.navigationNodes attribute defined at extension acceleratorcms. |
| Modifier and Type | Method and Description |
|---|---|
void |
NavigationComponentModel.setNavigationNode(CMSNavigationNodeModel value)
Generated method - Setter of
NavigationComponent.navigationNode attribute defined at extension acceleratorcms. |
void |
NavigationBarComponentModel.setNavigationNode(CMSNavigationNodeModel value)
Generated method - Setter of
NavigationBarComponent.navigationNode attribute defined at extension acceleratorcms. |
void |
AccountNavigationComponentModel.setNavigationNode(CMSNavigationNodeModel value)
Generated method - Setter of
AccountNavigationComponent.navigationNode attribute defined at extension acceleratorcms. |
| Modifier and Type | Method and Description |
|---|---|
void |
FooterComponentModel.setNavigationNodes(java.util.List<CMSNavigationNodeModel> value)
Generated method - Setter of
FooterComponent.navigationNodes attribute defined at extension acceleratorcms. |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CMSNavigationNodeModel> |
AbstractPageDynamicNavigationNodeList.get(AbstractPageModel model) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractPageDynamicNavigationNodeList.addPageToNode(CMSNavigationNodeModel node,
AbstractPageModel page) |
protected void |
AbstractPageDynamicNavigationNodeList.removePageFromNode(CMSNavigationNodeModel node,
AbstractPageModel page) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractPageDynamicNavigationNodeList.set(AbstractPageModel model,
java.util.List<CMSNavigationNodeModel> value) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CMSNavigationNodeModel> |
CMSLinkComponentModel.getNavigationNodes()
Deprecated.
since 4.4
|
| Modifier and Type | Method and Description |
|---|---|
void |
CMSLinkComponentModel.setNavigationNodes(java.util.List<CMSNavigationNodeModel> value)
Deprecated.
since 4.4
|
| Modifier and Type | Method and Description |
|---|---|
CMSNavigationNodeModel |
CMSNavigationEntryModel.getNavigationNode()
Generated method - Getter of the
CMSNavigationEntry.navigationNode attribute defined at extension cms2. |
CMSNavigationNodeModel |
CMSNavigationNodeModel.getParent()
Generated method - Getter of the
CMSNavigationNode.parent attribute defined at extension cms2. |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CMSNavigationNodeModel> |
CMSNavigationNodeModel.getChildren()
Generated method - Getter of the
CMSNavigationNode.children attribute defined at extension cms2. |
| Modifier and Type | Method and Description |
|---|---|
void |
CMSNavigationEntryModel.setNavigationNode(CMSNavigationNodeModel value)
Generated method - Setter of
CMSNavigationEntry.navigationNode attribute defined at extension cms2. |
void |
CMSNavigationNodeModel.setParent(CMSNavigationNodeModel value)
Generated method - Setter of
CMSNavigationNode.parent attribute defined at extension cms2. |
| Modifier and Type | Method and Description |
|---|---|
void |
CMSNavigationNodeModel.setChildren(java.util.List<CMSNavigationNodeModel> value)
Generated method - Setter of
CMSNavigationNode.children attribute defined at extension cms2. |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CMSNavigationNodeModel> |
AbstractPageModel.getNavigationNodeList()
Generated method - Getter of the
AbstractPage.navigationNodeList dynamic attribute defined at extension cms2. |
java.util.List<CMSNavigationNodeModel> |
ContentPageModel.getNavigationNodes()
Deprecated.
since 4.4
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractPageModel.setNavigationNodeList(java.util.List<CMSNavigationNodeModel> value)
Generated method - Setter of
AbstractPage.navigationNodeList dynamic attribute defined at extension cms2. |
void |
ContentPageModel.setNavigationNodes(java.util.List<CMSNavigationNodeModel> value)
Deprecated.
since 4.4
|
| Modifier and Type | Method and Description |
|---|---|
CMSNavigationNodeModel |
CMSNavigationNodeResource.getCMSNavigationNodeModel()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
protected CMSNavigationNodeModel |
CMSNavigationNodeResource.readResource(java.lang.String resourceId)
Gets the
CMSNavigationNodeModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<CMSNavigationNodeModel> |
CMSNavigationNodesResource.getCMSNavigationNodesCollection()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
CMSNavigationNodeResource.setCMSNavigationNodeModel(CMSNavigationNodeModel value)
Convenience method which just delegates to
#setResourceValue(CMSNavigationNodeModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
CMSNavigationNodesResource.setCMSNavigationNodesCollection(java.util.Collection<CMSNavigationNodeModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
| Modifier and Type | Method and Description |
|---|---|
CMSNavigationNodeModel |
CMSNavigationDao.findSuperRootNavigationNode(CatalogVersionModel catalogVersion)
Finds the super navigation root by catalog version.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CMSNavigationNodeModel> |
CMSNavigationDao.findNavigationNodesByContentPage(ContentPageModel page,
java.util.Collection<CatalogVersionModel> catalogVersions)
Find navigation nodes by content page and catalog versions.
|
java.util.List<CMSNavigationNodeModel> |
CMSNavigationDao.findNavigationNodesById(java.lang.String id,
java.util.Collection<CatalogVersionModel> catalogVersions)
Find navigation nodes by id and catalog versions.
|
java.util.List<CMSNavigationNodeModel> |
CMSNavigationDao.findRootNavigationNodes(java.util.Collection<CatalogVersionModel> catalogVersions)
Find root navigation nodes by catalog versions.
|
| Modifier and Type | Method and Description |
|---|---|
CMSNavigationNodeModel |
DefaultCMSNavigationDao.findSuperRootNavigationNode(CatalogVersionModel catalogVersion) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<CMSNavigationNodeModel> |
DefaultCMSNavigationDaoIntegrationTest.createNavigationNodes(CatalogVersionModel catalogVersionModel) |
java.util.List<CMSNavigationNodeModel> |
DefaultCMSNavigationDao.findNavigationNodesByContentPage(ContentPageModel page,
java.util.Collection<CatalogVersionModel> catalogVersions)
Find navigation nodes by content page and catalog versions.
|
java.util.List<CMSNavigationNodeModel> |
DefaultCMSNavigationDao.findNavigationNodesById(java.lang.String id,
java.util.Collection<CatalogVersionModel> catalogVersions)
Find navigation nodes by id and catalog versions.
|
java.util.List<CMSNavigationNodeModel> |
DefaultCMSNavigationDao.findRootNavigationNodes(java.util.Collection<CatalogVersionModel> catalogVersions) |
| Modifier and Type | Method and Description |
|---|---|
protected CMSNavigationNodeModel |
NavigationNodePrepareInterceptorTest.prepareHiddenRootNavigationNode(CatalogVersionModel catalogVersion) |
protected CMSNavigationNodeModel |
NavigationNodePrepareInterceptorTest.prepareNavigationNode(java.lang.String name,
CMSNavigationNodeModel parent) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<CMSNavigationNodeModel> |
NavigationNodePrepareInterceptor.findAllChildren(CMSNavigationNodeModel node,
java.util.List<CMSNavigationNodeModel> res)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<CMSNavigationNodeModel> |
NavigationNodePrepareInterceptor.findAllChildren(CMSNavigationNodeModel node,
java.util.List<CMSNavigationNodeModel> res)
Deprecated.
|
protected CMSNavigationNodeModel |
NavigationNodePrepareInterceptorTest.prepareNavigationNode(java.lang.String name,
CMSNavigationNodeModel parent) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<CMSNavigationNodeModel> |
NavigationNodePrepareInterceptor.findAllChildren(CMSNavigationNodeModel node,
java.util.List<CMSNavigationNodeModel> res)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
CMSNavigationNodeModel |
CMSNavigationService.createNavigationNode(ItemModel parentNode,
java.lang.String navigationNodeName,
boolean visible,
java.util.Collection<ItemModel> relatedItems)
Deprecated.
since 1811, please use
CMSItemFacade.createItem(Map)
instead. |
CMSNavigationNodeModel |
CMSNavigationService.createSuperRootNavigationNode(CatalogVersionModel catalogVersion)
Creates super root navigation node for given catalog version.
|
CMSNavigationNodeModel |
CMSNavigationService.getNavigationNodeForId(java.lang.String id)
Returns a Navigation Node identified via its id
|
CMSNavigationNodeModel |
CMSNavigationService.getSuperRootNavigationNode(CatalogVersionModel catalogVersionModel)
Returns super root navigation node for given catalog version.
|
CMSNavigationNodeModel |
CMSNavigationService.setSuperRootNodeOnNavigationNode(CMSNavigationNodeModel navigationNodeModel,
CatalogVersionModel catalogVersionModel)
Sets the super root node onto the passed CMS navigation node model.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CMSNavigationNodeModel> |
CMSNavigationService.getNavigationNodesForContentPage(ContentPageModel page)
Returns a list of all Navigation Nodes which contain the given page
|
java.util.List<CMSNavigationNodeModel> |
CMSNavigationService.getNavigationNodesForContentPageId(java.lang.String pageId)
Returns a list of all Navigation Nodes which contain the given page
|
java.util.List<CMSNavigationNodeModel> |
CMSNavigationService.getRootNavigationNodes() |
java.util.List<CMSNavigationNodeModel> |
CMSNavigationService.getRootNavigationNodes(CatalogVersionModel catalogVersion)
Returns all root navigation nodes for given catalog version.
|
java.util.List<CMSNavigationNodeModel> |
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 assigned
|
java.util.List<CMSNavigationNodeModel> |
CMSNavigationService.getRootNavigationNodesForContentPageId(java.lang.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 assigned
|
| Modifier and Type | Method and Description |
|---|---|
void |
CMSNavigationService.appendRelatedItems(CMSNavigationNodeModel cmsNavigationNode,
java.util.Collection<ItemModel> items)
Adds selected items to specific
CMSNavigationNodeModel navigation node. |
CMSNavigationEntryModel |
CMSNavigationService.createCmsNavigationEntry(CMSNavigationNodeModel cmsNavigationNode,
java.lang.String entryName,
ItemModel item)
Adds a
item to given cmsNavigationNode navigation node. |
void |
CMSNavigationService.delete(CMSNavigationNodeModel cmsNavigationNode)
Deprecated.
since 1811, no longer needed.
|
boolean |
CMSNavigationService.isSuperRootNavigationNode(CMSNavigationNodeModel navigationNodeModel)
Tests if a navigation node is a super root node.
|
void |
CMSNavigationService.move(CMSNavigationNodeModel sourceNode,
CMSNavigationNodeModel targetModel)
Moves given nodeModel at last position of the child nodes list of targetModel.
|
void |
CMSNavigationService.move(CMSNavigationNodeModel source,
CMSNavigationNodeModel target,
boolean asChild,
boolean append)
Moves source nod to targert node.
|
void |
CMSNavigationService.move(CMSNavigationNodeModel cmsNavigationNode,
ItemModel sourceItem,
ItemModel targetnItem)
Moves given items within given navigation node.
|
void |
CMSNavigationService.move(ItemModel item,
CMSNavigationNodeModel sourceNode,
CMSNavigationNodeModel targetNode)
Moves given item from sourceNode to targetNode.
|
void |
CMSNavigationService.remove(CMSNavigationNodeModel cmsNavigationNode,
ItemModel item)
Removes given item from given navigation node.
|
boolean |
CMSNavigationService.removeNavigationEntryByUid(CMSNavigationNodeModel cmsNavigationNode,
java.lang.String navigationEntryUid)
Deprecated.
since 1811, no longer needed.
|
CMSNavigationNodeModel |
CMSNavigationService.setSuperRootNodeOnNavigationNode(CMSNavigationNodeModel navigationNodeModel,
CatalogVersionModel catalogVersionModel)
Sets the super root node onto the passed CMS navigation node model.
|
| Modifier and Type | Method and Description |
|---|---|
CMSNavigationNodeModel |
DefaultCMSNavigationService.createNavigationNode(ItemModel parentNode,
java.lang.String navigationNodeName,
boolean visible,
java.util.Collection<ItemModel> relatedItems) |
CMSNavigationNodeModel |
DefaultCMSNavigationService.createSuperRootNavigationNode(CatalogVersionModel catalogVersion)
Creates super root navigation node for given catalog version.
|
CMSNavigationNodeModel |
DefaultCMSNavigationService.getNavigationNodeForId(java.lang.String id)
Returns a Navigation Node identified via its id
|
CMSNavigationNodeModel |
DefaultCMSNavigationService.getSuperRootNavigationNode(CatalogVersionModel catalogVersionModel) |
CMSNavigationNodeModel |
DefaultCMSNavigationService.setSuperRootNodeOnNavigationNode(CMSNavigationNodeModel navigationNodeModel,
CatalogVersionModel catalogVersionModel) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<CMSNavigationNodeModel> |
DefaultCMSNavigationServiceTest.createNavigationNodes(CatalogVersionModel catalogVersionModel) |
protected java.util.List<CMSNavigationNodeModel> |
DefaultCMSNavigationService.getNavigationNodesByContentPage(ContentPageModel page) |
java.util.List<CMSNavigationNodeModel> |
DefaultCMSNavigationService.getNavigationNodesForContentPage(ContentPageModel page)
Returns a list of all Navigation Nodes which contain the given page
|
java.util.List<CMSNavigationNodeModel> |
DefaultCMSNavigationService.getNavigationNodesForContentPageId(java.lang.String pageId)
Returns a list of all Navigation Nodes which contain the given page
|
java.util.List<CMSNavigationNodeModel> |
DefaultCMSNavigationService.getRootNavigationNodes() |
java.util.List<CMSNavigationNodeModel> |
DefaultCMSNavigationService.getRootNavigationNodes(CatalogVersionModel catVer)
Returns all root navigation nodes for given catalog version.
|
protected java.util.List<CMSNavigationNodeModel> |
DefaultCMSNavigationService.getRootNavigationNodesByContentPage(ContentPageModel page) |
java.util.List<CMSNavigationNodeModel> |
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 assigned
|
java.util.List<CMSNavigationNodeModel> |
DefaultCMSNavigationService.getRootNavigationNodesForContentPageId(java.lang.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 assigned
|
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultCMSNavigationService.appendRelatedItems(CMSNavigationNodeModel cmsNavigationNode,
java.util.Collection<ItemModel> items) |
CMSNavigationEntryModel |
DefaultCMSNavigationService.createCmsNavigationEntry(CMSNavigationNodeModel node,
java.lang.String entryName,
ItemModel entryContent)
Adds a
item to given cmsNavigationNode navigation node. |
void |
DefaultCMSNavigationService.delete(CMSNavigationNodeModel cmsNavigationNode)
Deprecated.
since 1811, no longer needed.
|
protected void |
DefaultCMSNavigationService.deleteRecursively(CMSNavigationNodeModel cmsNavigationNode)
Deletes all children all way down to leafs.
|
protected java.util.List<ItemModel> |
DefaultCMSNavigationService.extractCmsNavigationEntries(CMSNavigationNodeModel navigatioNode)
Extracts items from given navigation node.
|
protected java.util.List<ItemModel> |
DefaultCMSNavigationServiceTest.extractCmsNavigationEntries(CMSNavigationNodeModel navigatioNode)
Extracts items from given navigation node.
|
boolean |
DefaultCMSNavigationService.isSuperRootNavigationNode(CMSNavigationNodeModel navigationNodeModel) |
void |
DefaultCMSNavigationService.move(CMSNavigationNodeModel sourceNode,
CMSNavigationNodeModel targetModel)
Moves given nodeModel at last position of the child nodes list of targetModel.
|
void |
DefaultCMSNavigationService.move(CMSNavigationNodeModel sourceNode,
CMSNavigationNodeModel targetModel,
boolean asChild,
boolean append) |
void |
DefaultCMSNavigationService.move(CMSNavigationNodeModel cmsNavigationNode,
ItemModel sourceEntry,
ItemModel targetnEntry)
Moves given items within given navigation node.
|
void |
DefaultCMSNavigationService.move(ItemModel item,
CMSNavigationNodeModel sourceNode,
CMSNavigationNodeModel targetNode)
Moves given item from sourceNode to targetNode.
|
void |
DefaultCMSNavigationService.remove(CMSNavigationNodeModel cmsNavigationNode,
ItemModel item)
Removes given item from given navigation node.
|
boolean |
DefaultCMSNavigationService.removeNavigationEntryByUid(CMSNavigationNodeModel cmsNavigationNode,
java.lang.String navigationEntryUid)
Deprecated.
since 1811, no longer needed.
|
CMSNavigationNodeModel |
DefaultCMSNavigationService.setSuperRootNodeOnNavigationNode(CMSNavigationNodeModel navigationNodeModel,
CatalogVersionModel catalogVersionModel) |
| Modifier and Type | Method and Description |
|---|---|
protected CMSNavigationNodeModel |
CMSNavigationNodePopulatorTest.createNavigationNode(java.lang.String uid,
CMSNavigationNodeModel parentNavigationNodeModel) |
| Modifier and Type | Method and Description |
|---|---|
protected CMSNavigationNodeModel |
CMSNavigationNodePopulatorTest.createNavigationNode(java.lang.String uid,
CMSNavigationNodeModel parentNavigationNodeModel) |
void |
CMSNavigationNodePopulator.populate(java.util.Map<java.lang.String,java.lang.Object> source,
CMSNavigationNodeModel cmsNavigationNode) |
protected void |
CMSNavigationNodePopulator.setSuperRootNode(CMSNavigationNodeModel cmsNavigationNode)
Populates the super root node if no parent is provided.
|
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<CMSNavigationEntryModel> |
DefaultCMSNavigationNodeValidator.getAssociatedEntries(CMSNavigationNodeModel node)
Retrieves a list of all entries that are already associated to another model.
|
void |
DefaultCMSNavigationNodeValidator.validate(CMSNavigationNodeModel validatee) |
| Modifier and Type | Method and Description |
|---|---|
protected CMSNavigationNodeModel |
DefaultNavigationFacadeTest.createMockedNode(java.lang.String nodeUid,
CMSNavigationNodeModel parent) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<CMSNavigationNodeModel> |
DefaultNavigationFacadeTest.createMockedRootNavigationNodes() |
protected AbstractPopulatingConverter<CMSNavigationNodeModel,NavigationNodeData> |
DefaultNavigationFacade.getNavigationModelToDataConverter() |
protected Populator<NavigationNodeData,CMSNavigationNodeModel> |
DefaultNavigationFacade.getNavigationNodeDataToModelCreatePopulator() |
protected Populator<NavigationNodeData,CMSNavigationNodeModel> |
DefaultNavigationFacade.getNavigationNodeDataToModelUpdatePopulator() |
| Modifier and Type | Method and Description |
|---|---|
protected CMSNavigationNodeModel |
DefaultNavigationFacadeTest.createMockedNode(java.lang.String nodeUid,
CMSNavigationNodeModel parent) |
protected void |
DefaultNavigationFacade.populateParentNavigationNode(java.util.List<CMSNavigationNodeModel> navigationNodes,
CMSNavigationNodeModel node)
Recursively add self and parent nodes to the navigationNodes list.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
DefaultNavigationFacade.addAllNavigationNodes(java.util.List<CMSNavigationNodeModel> nodeModels,
java.util.List<CMSNavigationNodeModel> navigationNodes)
Deprecated.
since 1811, please use
CMSItemFacade.createItem(Map) instead. |
protected void |
DefaultNavigationFacade.addAllNavigationNodes(java.util.List<CMSNavigationNodeModel> nodeModels,
java.util.List<CMSNavigationNodeModel> navigationNodes)
Deprecated.
since 1811, please use
CMSItemFacade.createItem(Map) instead. |
protected void |
DefaultNavigationFacade.populateParentNavigationNode(java.util.List<CMSNavigationNodeModel> navigationNodes,
CMSNavigationNodeModel node)
Recursively add self and parent nodes to the navigationNodes list.
|
void |
DefaultNavigationFacade.setNavigationModelToDataConverter(AbstractPopulatingConverter<CMSNavigationNodeModel,NavigationNodeData> navigationModelToDataConverter) |
void |
DefaultNavigationFacade.setNavigationNodeDataToModelCreatePopulator(Populator<NavigationNodeData,CMSNavigationNodeModel> navigationNodeDataToModelCreatePopulator)
Deprecated.
since 1811 - no longer needed
|
void |
DefaultNavigationFacade.setNavigationNodeDataToModelUpdatePopulator(Populator<NavigationNodeData,CMSNavigationNodeModel> navigationNodeDataToModelUpdatePopulator)
Deprecated.
since 1811 - no longer needed
|
| Modifier and Type | Method and Description |
|---|---|
protected AbstractPopulatingConverter<CMSNavigationNodeModel,NavigationNodeData> |
NavigationNodeDataToModelPositionPopulator.getNavigationModelToDataConverter()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NavigationNodeDataToModelParentPopulator.populate(NavigationNodeData source,
CMSNavigationNodeModel target) |
void |
NavigationNodeDataToModelUidGenerationPopulator.populate(NavigationNodeData source,
CMSNavigationNodeModel target)
Deprecated.
|
void |
NavigationNodeDataToModelPositionPopulator.populate(NavigationNodeData source,
CMSNavigationNodeModel target)
Deprecated.
|
void |
NavigationNodeDataToModelBasePopulator.populate(NavigationNodeData source,
CMSNavigationNodeModel target)
Deprecated.
|
void |
NavigationNodeDataToModelEntriesPopulator.populate(NavigationNodeData source,
CMSNavigationNodeModel target)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NavigationNodeDataToModelPositionPopulator.setNavigationModelToDataConverter(AbstractPopulatingConverter<CMSNavigationNodeModel,NavigationNodeData> navigationModelToDataConverter)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected java.util.OptionalInt |
NavigationNodeModelToDataPopulator.getPosition(CMSNavigationNodeModel source)
Calculate the position of this node in relation to its siblings
|
void |
NavigationNodeModelToDataPopulator.populate(CMSNavigationNodeModel source,
NavigationNodeData target) |
| Modifier and Type | Method and Description |
|---|---|
protected Converter<CMSNavigationNodeModel,NavigationNodeData> |
NavigationNodeToDataContentConverter.getNavigationNodeModelToDataRenderingConverter() |
| Modifier and Type | Method and Description |
|---|---|
NavigationNodeData |
NavigationNodeToDataContentConverter.convert(CMSNavigationNodeModel source) |
| Modifier and Type | Method and Description |
|---|---|
void |
NavigationNodeToDataContentConverter.setNavigationNodeModelToDataRenderingConverter(Converter<CMSNavigationNodeModel,NavigationNodeData> navigationNodeModelToDataRenderingConverter) |
| Modifier and Type | Method and Description |
|---|---|
void |
NavigationNodeModelToDataRenderingPopulator.populate(CMSNavigationNodeModel source,
NavigationNodeData target) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
CMSNavigationNodeRenderingVisibilityRule.isVisible(CMSNavigationNodeModel itemModel) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ItemModel> |
CMSNavigationNodeModelVisitor.visit(CMSNavigationNodeModel source,
java.util.List<ItemModel> path,
java.util.Map<java.lang.String,java.lang.Object> ctx) |
| Modifier and Type | Method and Description |
|---|---|
CMSNavigationNodeModel |
NavigationNodeModelBuilder.build() |
CMSNavigationNodeModel |
NavigationNodeModelBuilder.getModel() |
| Modifier and Type | Method and Description |
|---|---|
static NavigationNodeModelBuilder |
NavigationNodeModelBuilder.fromModel(CMSNavigationNodeModel model) |
NavigationNodeModelBuilder |
NavigationNodeModelBuilder.withChildren(CMSNavigationNodeModel... children) |
NavigationEntryModelBuilder |
NavigationEntryModelBuilder.withNavigationNode(CMSNavigationNodeModel navigationNode) |
NavigationNodeModelBuilder |
NavigationNodeModelBuilder.withParent(CMSNavigationNodeModel parent) |
| Modifier and Type | Method and Description |
|---|---|
CMSNavigationNodeModel |
CMSNavigationNodeModelMother.createNavigationNode(java.lang.String name,
java.lang.String uid,
CMSNavigationNodeModel parent,
java.lang.String englishTitle,
CatalogVersionModel catalogVersion) |
CMSNavigationNodeModel |
CMSNavigationNodeModelMother.createNavigationNodeTree(CatalogVersionModel catalogVersion) |
CMSNavigationNodeModel |
CMSNavigationNodeModelMother.createNavigationNodeWithEntry(java.lang.String name,
java.lang.String uid,
CMSNavigationNodeModel parent,
java.lang.String englishTitle,
CatalogVersionModel catalogVersion,
CMSNavigationEntryModel entryModel) |
CMSNavigationNodeModel |
CMSNavigationNodeModelMother.createNavigationRootNode(CatalogVersionModel catalogVersion) |
| Modifier and Type | Method and Description |
|---|---|
CMSNavigationEntryModel |
CMSNavigationEntryModelMother.createEntryAndAddToNavigationNode(CMSNavigationNodeModel navigationNode,
CatalogVersionModel catalogVersion,
ItemModel itemModel,
java.lang.String uid) |
CMSNavigationNodeModel |
CMSNavigationNodeModelMother.createNavigationNode(java.lang.String name,
java.lang.String uid,
CMSNavigationNodeModel parent,
java.lang.String englishTitle,
CatalogVersionModel catalogVersion) |
CMSNavigationNodeModel |
CMSNavigationNodeModelMother.createNavigationNodeWithEntry(java.lang.String name,
java.lang.String uid,
CMSNavigationNodeModel parent,
java.lang.String englishTitle,
CatalogVersionModel catalogVersion,
CMSNavigationEntryModel entryModel) |
Copyright © 2018 SAP SE. All Rights Reserved.