Class ContentSlotForTemplateModelPopulator
- java.lang.Object
-
- de.hybris.platform.cmsfacades.pagescontentslots.populator.ContentSlotForTemplateModelPopulator
-
- All Implemented Interfaces:
Populator<CMSRelationModel,PageContentSlotData>
public class ContentSlotForTemplateModelPopulator extends java.lang.Object implements Populator<CMSRelationModel,PageContentSlotData>
This populator will populate thePageContentSlotDatafrom theContentSlotForTemplateModel
-
-
Constructor Summary
Constructors Constructor Description ContentSlotForTemplateModelPopulator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidpopulate(CMSRelationModel source, PageContentSlotData target)Populate the target instance with values from the source instance.
-
-
-
Method Detail
-
populate
public void populate(CMSRelationModel source, PageContentSlotData target) throws ConversionException
Description copied from interface:PopulatorPopulate the target instance with values from the source instance.- Specified by:
populatein interfacePopulator<CMSRelationModel,PageContentSlotData>- Parameters:
source- the source objecttarget- the target to fill- Throws:
ConversionException- if an error occurs
-
-