Class CMSItemSearchDataPopulator
java.lang.Object
de.hybris.platform.cmsfacades.cmsitems.populators.CMSItemSearchDataPopulator
- All Implemented Interfaces:
Populator<CMSItemSearchData,CMSItemSearchData>
public class CMSItemSearchDataPopulator
extends Object
implements Populator<CMSItemSearchData,CMSItemSearchData>
CMSItemSearchData populator for cmsfacades to integrate with cms2's version of CMSItemSearchData.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuildParameterStringMap(String params) Using the parameter String, convert it to a Map<String, String> for future processing.buildTypeCodesList(String typeCodes) voidpopulate(CMSItemSearchData source, CMSItemSearchData target) Populate the target instance with values from the source instance.
-
Field Details
-
PARAMETER_BLOCK_LENGTH
public static final int PARAMETER_BLOCK_LENGTH- See Also:
-
-
Constructor Details
-
CMSItemSearchDataPopulator
public CMSItemSearchDataPopulator()
-
-
Method Details
-
populate
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
Using the parameter String, convert it to a Map<String, String> for future processing.- Parameters:
params- - the String parameter received from the request- Returns:
- a Map<String, String> representing the requested parameter String
-
buildTypeCodesList
-