Class CMSItemSearchDataPopulator
- java.lang.Object
-
- de.hybris.platform.cmsfacades.cmsitems.populators.CMSItemSearchDataPopulator
-
- All Implemented Interfaces:
Populator<CMSItemSearchData,CMSItemSearchData>
public class CMSItemSearchDataPopulator extends java.lang.Object implements Populator<CMSItemSearchData,CMSItemSearchData>
CMSItemSearchData populator for cmsfacades to integrate with cms2's version of CMSItemSearchData.
-
-
Constructor Summary
Constructors Constructor Description CMSItemSearchDataPopulator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.util.Map<java.lang.String,java.lang.String>buildParameterStringMap(java.lang.String params)Using the parameter String, convert it to a Mapfor future processing. protected java.util.List<java.lang.String>buildTypeCodesList(java.lang.String typeCodes)voidpopulate(CMSItemSearchData source, CMSItemSearchData target)Populate the target instance with values from the source instance.
-
-
-
Method Detail
-
populate
public void populate(CMSItemSearchData source, CMSItemSearchData target) throws ConversionException
Description copied from interface:PopulatorPopulate the target instance with values from the source instance.- Specified by:
populatein interfacePopulator<CMSItemSearchData,CMSItemSearchData>- Parameters:
source- the source objecttarget- the target to fill- Throws:
ConversionException- if an error occurs
-
buildParameterStringMap
protected java.util.Map<java.lang.String,java.lang.String> buildParameterStringMap(java.lang.String params)
Using the parameter String, convert it to a Mapfor future processing. - Parameters:
params- - the String parameter received from the request- Returns:
- a Map
representing the requested parameter String
-
buildTypeCodesList
protected java.util.List<java.lang.String> buildTypeCodesList(java.lang.String typeCodes)
-
-