Class DefaultNavigationEntryConverterRegistry
java.lang.Object
de.hybris.platform.cmsfacades.navigations.service.impl.DefaultNavigationEntryConverterRegistry
- All Implemented Interfaces:
NavigationEntryConverterRegistry,org.springframework.beans.factory.InitializingBean
@Deprecated(since="1811",
forRemoval=true)
public class DefaultNavigationEntryConverterRegistry
extends Object
implements NavigationEntryConverterRegistry, org.springframework.beans.factory.InitializingBean
Deprecated, for removal: This API element is subject to removal in a future version.
Default implementation of the
NavigationEntryConverterRegistry. This implementation uses
autowire-by-type to inject all beans implementing NavigationEntryItemModelConverter.-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionvoidDeprecated, for removal: This API element is subject to removal in a future version.getNavigationEntryItemModelConverter(String itemType) Deprecated, for removal: This API element is subject to removal in a future version.Get a specificNavigationEntryItemModelConverterby its itemType.protected Map<String,NavigationEntryItemModelConverter> Deprecated, for removal: This API element is subject to removal in a future version.protected Set<NavigationEntryItemModelConverter>Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.protected TypeServiceDeprecated, for removal: This API element is subject to removal in a future version.voidsetNavigationEntryItemModelConverters(Set<NavigationEntryItemModelConverter> navigationEntryItemModelConverters) Deprecated, for removal: This API element is subject to removal in a future version.voidsetTypeService(TypeService typeService) Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Details
-
DefaultNavigationEntryConverterRegistry
public DefaultNavigationEntryConverterRegistry()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
getSupportedItemTypes
Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:NavigationEntryConverterRegistryGet a list of supported navigation entry item types.- Specified by:
getSupportedItemTypesin interfaceNavigationEntryConverterRegistry- Returns:
- an
Optionallist of item types supported by this registry.
-
afterPropertiesSet
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
afterPropertiesSetin interfaceorg.springframework.beans.factory.InitializingBean- Throws:
Exception
-
getTypeService
Deprecated, for removal: This API element is subject to removal in a future version. -
setTypeService
Deprecated, for removal: This API element is subject to removal in a future version.
CMSItemFacadeinstead.