Class DefaultNavigationEntryService
- java.lang.Object
-
- de.hybris.platform.cmsfacades.navigations.service.impl.DefaultNavigationEntryService
-
- All Implemented Interfaces:
NavigationEntryService
@Deprecated(since="1811", forRemoval=true) public class DefaultNavigationEntryService extends java.lang.Object implements NavigationEntryServiceDeprecated, for removal: This API element is subject to removal in a future version.since 1811, please useCMSItemFacadeinstead.Default implementation of theNavigationEntryService.
-
-
Constructor Summary
Constructors Constructor Description DefaultNavigationEntryService()Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description CMSNavigationEntryModelcreateNavigationEntry(NavigationEntryData navigationEntryData, CatalogVersionModel catalogVersion)Deprecated, for removal: This API element is subject to removal in a future version.voiddeleteNavigationEntries(java.lang.String navigationNodeUid)Deprecated, for removal: This API element is subject to removal in a future version.protected NavigationEntryConverterRegistrygetNavigationEntryConverterRegistry()Deprecated, for removal: This API element is subject to removal in a future version.protected CMSNavigationServicegetNavigationService()Deprecated, for removal: This API element is subject to removal in a future version.voidsetNavigationEntryConverterRegistry(NavigationEntryConverterRegistry navigationEntryConverterRegistry)Deprecated, for removal: This API element is subject to removal in a future version.voidsetNavigationService(CMSNavigationService navigationService)Deprecated, for removal: This API element is subject to removal in a future version.
-
-
-
Method Detail
-
createNavigationEntry
@Deprecated(since="1811", forRemoval=true) public CMSNavigationEntryModel createNavigationEntry(NavigationEntryData navigationEntryData, CatalogVersionModel catalogVersion)Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:NavigationEntryServiceCreates a navigation node entry- Specified by:
createNavigationEntryin interfaceNavigationEntryService- Parameters:
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.- Returns:
- the new Navigation Node Entry assignment.
-
deleteNavigationEntries
@Deprecated(since="1811", forRemoval=true) public void deleteNavigationEntries(java.lang.String navigationNodeUid) throws CMSItemNotFoundExceptionDeprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:NavigationEntryServiceDeletes all navigation entries associated with the given navigation node uid.- Specified by:
deleteNavigationEntriesin interfaceNavigationEntryService- Parameters:
navigationNodeUid- the node where the entries will be removed from.- Throws:
CMSItemNotFoundException- when the navigation node does not exist.
-
getNavigationService
protected CMSNavigationService getNavigationService()
Deprecated, for removal: This API element is subject to removal in a future version.
-
setNavigationService
public void setNavigationService(CMSNavigationService navigationService)
Deprecated, for removal: This API element is subject to removal in a future version.
-
getNavigationEntryConverterRegistry
protected NavigationEntryConverterRegistry getNavigationEntryConverterRegistry()
Deprecated, for removal: This API element is subject to removal in a future version.
-
setNavigationEntryConverterRegistry
public void setNavigationEntryConverterRegistry(NavigationEntryConverterRegistry navigationEntryConverterRegistry)
Deprecated, for removal: This API element is subject to removal in a future version.
-
-