Class PageTemplateModelPopulator
- java.lang.Object
-
- de.hybris.platform.cmsfacades.pagetemplates.populator.PageTemplateModelPopulator
-
- All Implemented Interfaces:
Populator<PageTemplateModel,PageTemplateData>
public class PageTemplateModelPopulator extends java.lang.Object implements Populator<PageTemplateModel,PageTemplateData>
This populator will populate thePageTemplateDatafrom thePageTemplateModel
-
-
Constructor Summary
Constructors Constructor Description PageTemplateModelPopulator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected UniqueItemIdentifierServicegetUniqueItemIdentifierService()voidpopulate(PageTemplateModel source, PageTemplateData target)Populate the target instance with values from the source instance.voidsetUniqueItemIdentifierService(UniqueItemIdentifierService uniqueItemIdentifierService)
-
-
-
Method Detail
-
populate
public void populate(PageTemplateModel source, PageTemplateData target) throws ConversionException
Description copied from interface:PopulatorPopulate the target instance with values from the source instance.- Specified by:
populatein interfacePopulator<PageTemplateModel,PageTemplateData>- Parameters:
source- the source objecttarget- the target to fill- Throws:
ConversionException- if an error occurs
-
setUniqueItemIdentifierService
public void setUniqueItemIdentifierService(UniqueItemIdentifierService uniqueItemIdentifierService)
-
getUniqueItemIdentifierService
protected UniqueItemIdentifierService getUniqueItemIdentifierService()
-
-