| Constructor and Description |
|---|
CloneContentSlotPopulator() |
| Modifier and Type | Method and Description |
|---|---|
protected ContentSlotCloningStrategy |
getContentSlotCloningStrategy() |
protected UniqueItemIdentifierService |
getUniqueItemIdentifierService() |
void |
populate(java.util.Map<java.lang.String,java.lang.Object> source,
ItemModel itemModel)
Populate the target instance with values from the source instance.
|
void |
setContentSlotCloningStrategy(ContentSlotCloningStrategy contentSlotCloningStrategy) |
void |
setUniqueItemIdentifierService(UniqueItemIdentifierService uniqueItemIdentifierService) |
public void populate(java.util.Map<java.lang.String,java.lang.Object> source,
ItemModel itemModel)
throws ConversionException
Populatorpopulate in interface Populator<java.util.Map<java.lang.String,java.lang.Object>,ItemModel>source - the source objectitemModel - the target to fillConversionException - if an error occursprotected ContentSlotCloningStrategy getContentSlotCloningStrategy()
public void setContentSlotCloningStrategy(ContentSlotCloningStrategy contentSlotCloningStrategy)
protected UniqueItemIdentifierService getUniqueItemIdentifierService()
public void setUniqueItemIdentifierService(UniqueItemIdentifierService uniqueItemIdentifierService)
Copyright © 2018 SAP SE. All Rights Reserved.