Uses of Interface
de.hybris.platform.cms2.version.converter.customattribute.CustomAttributeContentConverter
-
-
Uses of CustomAttributeContentConverter in de.hybris.platform.cms2.version.converter.customattribute
Methods in de.hybris.platform.cms2.version.converter.customattribute that return types with arguments of type CustomAttributeContentConverter Modifier and Type Method Description java.util.List<CustomAttributeContentConverter>CustomAttributeStrategyConverterProvider. getConverters(ItemModel itemModel)Will return allCustomAttributeContentConverterto convert back and forth between a custom property value and a serializable representation -
Uses of CustomAttributeContentConverter in de.hybris.platform.cms2.version.converter.customattribute.impl
Classes in de.hybris.platform.cms2.version.converter.customattribute.impl that implement CustomAttributeContentConverter Modifier and Type Class Description classContentSlotsForPageConverterConverter for ContentSlotForPage relation.Methods in de.hybris.platform.cms2.version.converter.customattribute.impl that return types with arguments of type CustomAttributeContentConverter Modifier and Type Method Description protected java.util.List<CustomAttributeContentConverter>DefaultCustomAttributeStrategyConverterProvider. getConverters()java.util.List<CustomAttributeContentConverter>DefaultCustomAttributeStrategyConverterProvider. getConverters(ItemModel itemModel)Method parameters in de.hybris.platform.cms2.version.converter.customattribute.impl with type arguments of type CustomAttributeContentConverter Modifier and Type Method Description voidDefaultCustomAttributeStrategyConverterProvider. setConverters(java.util.List<CustomAttributeContentConverter> converters) -
Uses of CustomAttributeContentConverter in de.hybris.platform.cms2.version.populator
Methods in de.hybris.platform.cms2.version.populator that return types with arguments of type CustomAttributeContentConverter Modifier and Type Method Description protected java.util.Optional<CustomAttributeContentConverter>CMSVersionToItemModelPopulator. getCustomAttributeConverterByQualifier(java.util.List<CustomAttributeContentConverter> converters, java.lang.String qualifier)Returns thee first found converter for a custom attribute based on the qualifier.Methods in de.hybris.platform.cms2.version.populator with parameters of type CustomAttributeContentConverter Modifier and Type Method Description protected voidCMSVersionToItemModelPopulator. applyCustomAttributeValue(ItemModel itemModel, CustomAttributeContentConverter converter, TypedValue typedValue)Applies custom attribute values to theItemModel.Method parameters in de.hybris.platform.cms2.version.populator with type arguments of type CustomAttributeContentConverter Modifier and Type Method Description protected java.util.Optional<CustomAttributeContentConverter>CMSVersionToItemModelPopulator. getCustomAttributeConverterByQualifier(java.util.List<CustomAttributeContentConverter> converters, java.lang.String qualifier)Returns thee first found converter for a custom attribute based on the qualifier.
-