public class CMSVersionModelItemDataPopulator extends java.lang.Object implements Populator<CMSVersionModel,ItemData>
| Constructor and Description |
|---|
CMSVersionModelItemDataPopulator() |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
getUniqueIdentifier(CMSVersionModel cmsVersionModel)
Returns the unique identifier using the encoded compose key class.
|
void |
populate(CMSVersionModel source,
ItemData target)
Populate the target instance with values from the source instance.
|
public void populate(CMSVersionModel source, ItemData target) throws ConversionException
Populatorpopulate in interface Populator<CMSVersionModel,ItemData>source - the source objecttarget - the target to fillConversionException - if an error occursprotected java.lang.String getUniqueIdentifier(CMSVersionModel cmsVersionModel)
EncodedItemComposedKey.cmsVersionModel - the cms version model we want to extract the unique identifier.EncodedItemComposedKeyCopyright © 2018 SAP SE. All Rights Reserved.