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 Details

    • BasicPageDataPopulator

      public BasicPageDataPopulator()
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • populate

      public void populate(AbstractPageData source, AbstractPageModel target) throws ConversionException
      Deprecated, for removal: This API element is subject to removal in a future version.
      Description copied from interface: Populator
      Populate the target instance with values from the source instance.
      Specified by:
      populate in interface Populator<AbstractPageData,AbstractPageModel>
      Parameters:
      source - the source object
      target - the target to fill
      Throws:
      ConversionException - if an error occurs
    • getCmsAdminPageService

      protected CMSAdminPageService getCmsAdminPageService()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setCmsAdminPageService

      public void setCmsAdminPageService(CMSAdminPageService cmsAdminPageService)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getLocalizedPopulator

      protected LocalizedPopulator getLocalizedPopulator()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setLocalizedPopulator

      public void setLocalizedPopulator(LocalizedPopulator localizedPopulator)
      Deprecated, for removal: This API element is subject to removal in a future version.