public class CMSItemSearchDataPopulator extends java.lang.Object implements Populator<CMSItemSearchData,CMSItemSearchData>
| Constructor and Description |
|---|
CMSItemSearchDataPopulator() |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.Map<java.lang.String,java.lang.String> |
buildParameterStringMap(java.lang.String params)
Using the parameter String, convert it to a Map
|
protected java.util.List<java.lang.String> |
buildTypeCodesList(java.lang.String typeCodes) |
void |
populate(CMSItemSearchData source,
CMSItemSearchData target)
Populate the target instance with values from the source instance.
|
public void populate(CMSItemSearchData source, CMSItemSearchData target) throws ConversionException
Populatorpopulate in interface Populator<CMSItemSearchData,CMSItemSearchData>source - the source objecttarget - the target to fillConversionException - if an error occursprotected java.util.Map<java.lang.String,java.lang.String> buildParameterStringMap(java.lang.String params)
params - - the String parameter received from the requestprotected java.util.List<java.lang.String> buildTypeCodesList(java.lang.String typeCodes)
Copyright © 2018 SAP SE. All Rights Reserved.