Class DefaultPageContentSlotConverterType
java.lang.Object
de.hybris.platform.cmsfacades.pagescontentslots.service.impl.DefaultPageContentSlotConverterType
- All Implemented Interfaces:
PageContentSlotConverterType
public class DefaultPageContentSlotConverterType
extends Object
implements PageContentSlotConverterType
Default implementation of
PageContentSlotConverterType.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionClass<? extends CMSRelationModel>voidsetClassType(Class<? extends CMSRelationModel> classType) void
-
Constructor Details
-
DefaultPageContentSlotConverterType
public DefaultPageContentSlotConverterType()
-
-
Method Details
-
getClassType
- Specified by:
getClassTypein interfacePageContentSlotConverterType
-
setClassType
- Specified by:
setClassTypein interfacePageContentSlotConverterType
-
getConverter
- Specified by:
getConverterin interfacePageContentSlotConverterType
-
setConverter
public void setConverter(AbstractPopulatingConverter<CMSRelationModel, PageContentSlotData> converter) - Specified by:
setConverterin interfacePageContentSlotConverterType
-