Class BasicPageDataPopulator
java.lang.Object
de.hybris.platform.cmsfacades.pages.populator.data.BasicPageDataPopulator
- All Implemented Interfaces:
Populator<AbstractPageData,AbstractPageModel>
@Deprecated(since="6.6",
forRemoval=true)
public class BasicPageDataPopulator
extends Object
implements Populator<AbstractPageData,AbstractPageModel>
Deprecated, for removal: This API element is subject to removal in a future version.
since 6.6
Converts an
AbstractPageModel page to a AbstractPageData dto-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionprotected CMSAdminPageServiceDeprecated, for removal: This API element is subject to removal in a future version.protected LocalizedPopulatorDeprecated, for removal: This API element is subject to removal in a future version.voidpopulate(AbstractPageData source, AbstractPageModel 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.voidsetCmsAdminPageService(CMSAdminPageService cmsAdminPageService) Deprecated, for removal: This API element is subject to removal in a future version.voidsetLocalizedPopulator(LocalizedPopulator localizedPopulator) Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Details
-
BasicPageDataPopulator
public BasicPageDataPopulator()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<AbstractPageData,AbstractPageModel> - Parameters:
source- the source objecttarget- the target to fill- Throws:
ConversionException- if an error occurs
-
getCmsAdminPageService
Deprecated, for removal: This API element is subject to removal in a future version. -
setCmsAdminPageService
Deprecated, for removal: This API element is subject to removal in a future version. -
getLocalizedPopulator
Deprecated, for removal: This API element is subject to removal in a future version. -
setLocalizedPopulator
Deprecated, for removal: This API element is subject to removal in a future version.
-