public class PageTemplateModelPopulator extends java.lang.Object implements Populator<PageTemplateModel,PageTemplateData>
PageTemplateData from the PageTemplateModel| Constructor and Description |
|---|
PageTemplateModelPopulator() |
| Modifier and Type | Method and Description |
|---|---|
protected UniqueItemIdentifierService |
getUniqueItemIdentifierService() |
void |
populate(PageTemplateModel source,
PageTemplateData target)
Populate the target instance with values from the source instance.
|
void |
setUniqueItemIdentifierService(UniqueItemIdentifierService uniqueItemIdentifierService) |
public void populate(PageTemplateModel source, PageTemplateData target) throws ConversionException
Populatorpopulate in interface Populator<PageTemplateModel,PageTemplateData>source - the source objecttarget - the target to fillConversionException - if an error occurspublic void setUniqueItemIdentifierService(UniqueItemIdentifierService uniqueItemIdentifierService)
protected UniqueItemIdentifierService getUniqueItemIdentifierService()
Copyright © 2018 SAP SE. All Rights Reserved.