Class DefaultNavigationEntryItemModelConverter
- java.lang.Object
-
- de.hybris.platform.cmsfacades.navigations.service.converters.DefaultNavigationEntryItemModelConverter
-
- All Implemented Interfaces:
NavigationEntryItemModelConverter
@Deprecated public class DefaultNavigationEntryItemModelConverter extends java.lang.Object implements NavigationEntryItemModelConverter
Deprecated.since 1811 - no longer neededDefault implementation ofNavigationEntryItemModelConverter
-
-
Constructor Summary
Constructors Constructor Description DefaultNavigationEntryItemModelConverter()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.util.function.Function<NavigationEntryData,ItemModel>getConverter()Deprecated.Gets the function to be applied on the conversion step.java.lang.StringgetItemType()Deprecated.Returns the item typeItemModel#getItemTypewhere the converter should be applied to.java.util.function.Function<ItemModel,java.lang.String>getUniqueIdentifierConverter()Deprecated.Gets the function to be applied on the conversion step.voidsetConverter(java.util.function.Function<NavigationEntryData,ItemModel> converter)Deprecated.voidsetItemType(java.lang.String itemType)Deprecated.voidsetUniqueIdentifierConverter(java.util.function.Function<ItemModel,java.lang.String> uniqueIdentifierConverter)Deprecated.
-
-
-
Method Detail
-
getItemType
public java.lang.String getItemType()
Deprecated.Description copied from interface:NavigationEntryItemModelConverterReturns the item typeItemModel#getItemTypewhere the converter should be applied to.- Specified by:
getItemTypein interfaceNavigationEntryItemModelConverter- Returns:
- item type
-
getConverter
public java.util.function.Function<NavigationEntryData,ItemModel> getConverter()
Deprecated.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
public java.util.function.Function<ItemModel,java.lang.String> getUniqueIdentifierConverter()
Deprecated.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
public void setConverter(java.util.function.Function<NavigationEntryData,ItemModel> converter)
Deprecated.
-
setUniqueIdentifierConverter
public void setUniqueIdentifierConverter(java.util.function.Function<ItemModel,java.lang.String> uniqueIdentifierConverter)
Deprecated.
-
setItemType
public void setItemType(java.lang.String itemType)
Deprecated.
-
-