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