Class DefaultNavigationEntryItemModelConverter
java.lang.Object
de.hybris.platform.cmsfacades.navigations.service.converters.DefaultNavigationEntryItemModelConverter
- All Implemented Interfaces:
NavigationEntryItemModelConverter
@Deprecated(since="1811",
forRemoval=true)
public class DefaultNavigationEntryItemModelConverter
extends Object
implements NavigationEntryItemModelConverter
Deprecated, for removal: This API element is subject to removal in a future version.
since 1811 - no longer needed
Default implementation of
NavigationEntryItemModelConverter-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Gets the function to be applied on the conversion step.Deprecated, for removal: This API element is subject to removal in a future version.Returns the item typeItemModel#getItemTypewhere the converter should be applied to.Deprecated, for removal: This API element is subject to removal in a future version.Gets the function to be applied on the conversion step.voidsetConverter(Function<NavigationEntryData, ItemModel> converter) Deprecated, for removal: This API element is subject to removal in a future version.voidsetItemType(String itemType) Deprecated, for removal: This API element is subject to removal in a future version.voidsetUniqueIdentifierConverter(Function<ItemModel, String> uniqueIdentifierConverter) Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Details
-
DefaultNavigationEntryItemModelConverter
public DefaultNavigationEntryItemModelConverter()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
getItemType
Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:NavigationEntryItemModelConverterReturns the item typeItemModel#getItemTypewhere the converter should be applied to.- Specified by:
getItemTypein interfaceNavigationEntryItemModelConverter- Returns:
- item type
-
getConverter
Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:NavigationEntryItemModelConverterGets the function to be applied on the conversion step.- Specified by:
getConverterin interfaceNavigationEntryItemModelConverter- Returns:
- the conversion function to be applied for the type
NavigationEntryItemModelConverter#getItemType
-
getUniqueIdentifierConverter
Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:NavigationEntryItemModelConverterGets the function to be applied on the conversion step.- Specified by:
getUniqueIdentifierConverterin interfaceNavigationEntryItemModelConverter- Returns:
- the conversion function to be applied for the type matching
NavigationEntryItemModelConverter#getItemType.
-
setConverter
Deprecated, for removal: This API element is subject to removal in a future version. -
setUniqueIdentifierConverter
Deprecated, for removal: This API element is subject to removal in a future version. -
setItemType
Deprecated, for removal: This API element is subject to removal in a future version.
-