Class CMSItemToDataContentConverter
java.lang.Object
de.hybris.platform.cmsfacades.rendering.attributeconverters.CMSItemToDataContentConverter
- All Implemented Interfaces:
Converter<CMSItemModel,String>
Rendering Attribute Converter for
CMSItemModel.
Converts the item into its UID (String) representation.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionconvert(CMSItemModel source) Uses the sourceSobject and produces an new instance ofT.protected RenderingVisibilityServicevoidsetRenderingVisibilityService(RenderingVisibilityService renderingVisibilityService)
-
Constructor Details
-
CMSItemToDataContentConverter
public CMSItemToDataContentConverter()
-
-
Method Details
-
convert
Description copied from interface:ConverterUses the sourceSobject and produces an new instance ofT.- Specified by:
convertin interfaceConverter<CMSItemModel,String> - Parameters:
source- the input to be converted.- Returns:
- an instance of
T, converted from the input source.
-
getRenderingVisibilityService
-
setRenderingVisibilityService
-