Class ContentPageDataPopulator
java.lang.Object
de.hybris.platform.cmsfacades.pages.populator.data.ContentPageDataPopulator
- All Implemented Interfaces:
Populator<ContentPageData,ContentPageModel>
@Deprecated(since="6.6",
forRemoval=true)
public class ContentPageDataPopulator
extends Object
implements Populator<ContentPageData,ContentPageModel>
Deprecated, for removal: This API element is subject to removal in a future version.
since 6.6
Converts an
AbstractPageData of the type code ContentPage to ContentPageModel-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionvoidpopulate(ContentPageData data, ContentPageModel model) Deprecated, for removal: This API element is subject to removal in a future version.Populate the target instance with values from the source instance.
-
Constructor Details
-
ContentPageDataPopulator
public ContentPageDataPopulator()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
populate
Deprecated, for removal: This API element is subject to removal in a future version.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
-