public class TrashContentPagePopulator extends java.lang.Object implements Populator<java.util.Map<java.lang.String,java.lang.Object>,ItemModel>
| Constructor and Description |
|---|
TrashContentPagePopulator() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
isPageInTrash(ContentPageModel contentPageModel) |
void |
populate(java.util.Map<java.lang.String,java.lang.Object> source,
ItemModel itemModel)
Populate the target instance with values from the source instance.
|
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 boolean isPageInTrash(ContentPageModel contentPageModel)
Copyright © 2018 SAP SE. All Rights Reserved.