Class ContentPageModelPopulator
java.lang.Object
de.hybris.platform.cmsfacades.pages.populator.model.ContentPageModelPopulator
- All Implemented Interfaces:
Populator<ContentPageModel,ContentPageData>
@Deprecated(since="6.6",
forRemoval=true)
public class ContentPageModelPopulator
extends Object
implements Populator<ContentPageModel,ContentPageData>
Deprecated, for removal: This API element is subject to removal in a future version.
since 6.6
Converts an
ContentPageModel page to a ContentPageData dto-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionvoidpopulate(ContentPageModel source, ContentPageData target) 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
-
ContentPageModelPopulator
public ContentPageModelPopulator()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<ContentPageModel,ContentPageData> - Parameters:
source- the source objecttarget- the target to fill- Throws:
ConversionException- if an error occurs
-