Class UniqueIdentifierAttributeToDataContentConverter<T extends ItemModel>
java.lang.Object
de.hybris.platform.cmsfacades.cmsitems.attributeconverters.UniqueIdentifierAttributeToDataContentConverter<T>
- Type Parameters:
T- the type parameter which extends theItemModeltype
public class UniqueIdentifierAttributeToDataContentConverter<T extends ItemModel>
extends Object
implements Converter<T,String>
Abstract Unique Identifier Attribute Converter for
ItemModel types.
It converts the model using the UniqueItemIdentifierService-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionUses the sourceSobject and produces an new instance ofT.protected UniqueItemIdentifierServicevoidsetUniqueItemIdentifierService(UniqueItemIdentifierService uniqueItemIdentifierService)
-
Constructor Details
-
UniqueIdentifierAttributeToDataContentConverter
public UniqueIdentifierAttributeToDataContentConverter()
-
-
Method Details
-
convert
Description copied from interface:ConverterUses the sourceSobject and produces an new instance ofT. -
getUniqueItemIdentifierService
-
setUniqueItemIdentifierService
-