Class DefaultNavigationEntryService
- java.lang.Object
-
- de.hybris.platform.cmsfacades.navigations.service.impl.DefaultNavigationEntryService
-
- All Implemented Interfaces:
NavigationEntryService
@Deprecated public class DefaultNavigationEntryService extends java.lang.Object implements NavigationEntryService
Deprecated.since 1811, please useCMSItemFacadeinstead.Default implementation of theNavigationEntryService.
-
-
Constructor Summary
Constructors Constructor Description DefaultNavigationEntryService()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description CMSNavigationEntryModelcreateNavigationEntry(NavigationEntryData navigationEntryData, CatalogVersionModel catalogVersion)Deprecated.voiddeleteNavigationEntries(java.lang.String navigationNodeUid)Deprecated.protected NavigationEntryConverterRegistrygetNavigationEntryConverterRegistry()Deprecated.protected CMSNavigationServicegetNavigationService()Deprecated.voidsetNavigationEntryConverterRegistry(NavigationEntryConverterRegistry navigationEntryConverterRegistry)Deprecated.voidsetNavigationService(CMSNavigationService navigationService)Deprecated.
-
-
-
Method Detail
-
createNavigationEntry
@Deprecated public CMSNavigationEntryModel createNavigationEntry(NavigationEntryData navigationEntryData, CatalogVersionModel catalogVersion)
Deprecated.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 public void deleteNavigationEntries(java.lang.String navigationNodeUid) throws CMSItemNotFoundExceptionDeprecated.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.
-
setNavigationService
public void setNavigationService(CMSNavigationService navigationService)
Deprecated.
-
getNavigationEntryConverterRegistry
protected NavigationEntryConverterRegistry getNavigationEntryConverterRegistry()
Deprecated.
-
setNavigationEntryConverterRegistry
public void setNavigationEntryConverterRegistry(NavigationEntryConverterRegistry navigationEntryConverterRegistry)
Deprecated.
-
-