Class ContentSlotForTemplateModelPopulator
java.lang.Object
de.hybris.platform.cmsfacades.pagescontentslots.populator.ContentSlotForTemplateModelPopulator
- All Implemented Interfaces:
Populator<CMSRelationModel,PageContentSlotData>
public class ContentSlotForTemplateModelPopulator
extends Object
implements Populator<CMSRelationModel,PageContentSlotData>
This populator will populate the
PageContentSlotData from the ContentSlotForTemplateModel-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidpopulate(CMSRelationModel source, PageContentSlotData target) Populate the target instance with values from the source instance.
-
Constructor Details
-
ContentSlotForTemplateModelPopulator
public ContentSlotForTemplateModelPopulator()
-
-
Method Details
-
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
-