Class ContentPageModelPopulator
- java.lang.Object
-
- de.hybris.platform.cmsfacades.pages.populator.model.ContentPageModelPopulator
-
- All Implemented Interfaces:
Populator<ContentPageModel,ContentPageData>
@Deprecated public class ContentPageModelPopulator extends java.lang.Object implements Populator<ContentPageModel,ContentPageData>
Deprecated.since 6.6Converts anContentPageModelpage to aContentPageDatadto
-
-
Constructor Summary
Constructors Constructor Description ContentPageModelPopulator()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidpopulate(ContentPageModel source, ContentPageData target)Deprecated.Populate the target instance with values from the source instance.
-
-
-
Method Detail
-
populate
public void populate(ContentPageModel source, ContentPageData target) throws ConversionException
Deprecated.Description copied from interface:PopulatorPopulate the target instance with values from the source instance.- Specified by:
populatein interfacePopulator<ContentPageModel,ContentPageData>- Parameters:
source- the source objecttarget- the target to fill- Throws:
ConversionException- if an error occurs
-
-