public interface NavigationEntryService
| Modifier and Type | Method and Description |
|---|---|
CMSNavigationEntryModel |
createNavigationEntry(NavigationEntryData navigationEntryData,
CatalogVersionModel catalogVersion)
Deprecated.
since 1811.
|
void |
deleteNavigationEntries(java.lang.String navigationNodeUid)
Deprecated.
since 1811, please use
CMSItemFacade.deleteCMSItemByUuid(String) instead. |
@Deprecated CMSNavigationEntryModel createNavigationEntry(NavigationEntryData navigationEntryData, CatalogVersionModel catalogVersion)
navigationEntryData - the navigation node entry data with the Item ID and Item Type to be assigned to the navigation node.catalogVersion - the catalog version model in which the node entry will be created.@Deprecated
void deleteNavigationEntries(java.lang.String navigationNodeUid)
throws CMSItemNotFoundException
CMSItemFacade.deleteCMSItemByUuid(String) instead.navigationNodeUid - the node where the entries will be removed from.CMSItemNotFoundException - when the navigation node does not exist.Copyright © 2018 SAP SE. All Rights Reserved.