Class DefaultNavigationEntryTypesFacade

java.lang.Object
de.hybris.platform.cmsfacades.navigationentrytypes.impl.DefaultNavigationEntryTypesFacade
All Implemented Interfaces:
NavigationEntryTypesFacade

@Deprecated(since="1811", forRemoval=true) public class DefaultNavigationEntryTypesFacade extends Object implements NavigationEntryTypesFacade
Deprecated, for removal: This API element is subject to removal in a future version.
since 1811 - no longer needed
Default implementation of NavigationEntryTypesFacade
  • Constructor Details

    • DefaultNavigationEntryTypesFacade

      public DefaultNavigationEntryTypesFacade()
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • getNavigationEntryTypes

      public List<NavigationEntryTypeData> getNavigationEntryTypes()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Description copied from interface: NavigationEntryTypesFacade
      Get the navigation entry types available. The types are defined in configuration time and are used for clients that need to know which types that are supported on the current implementation.
      Specified by:
      getNavigationEntryTypes in interface NavigationEntryTypesFacade
      Returns:
      a list of NavigationEntryTypeData
    • 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.