Interface NavigationEntryService
- All Known Implementing Classes:
DefaultNavigationEntryService
public interface NavigationEntryService
Navigation Entry service interface which deals with methods related to navigation node entries operations.
-
Method Summary
Modifier and TypeMethodDescriptioncreateNavigationEntry(NavigationEntryData navigationEntryData, CatalogVersionModel catalogVersion) Deprecated, for removal: This API element is subject to removal in a future version.since 1811.voiddeleteNavigationEntries(String navigationNodeUid) Deprecated, for removal: This API element is subject to removal in a future version.since 1811, please useCMSItemFacade.deleteCMSItemByUuid(String)instead.
-
Method Details