Class BasicPageModelPopulator

java.lang.Object
de.hybris.platform.cmsfacades.pages.populator.model.BasicPageModelPopulator
All Implemented Interfaces:
Populator<AbstractPageModel,AbstractPageData>

@Deprecated(since="6.6", forRemoval=true) public class BasicPageModelPopulator extends Object implements Populator<AbstractPageModel,AbstractPageData>
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

    • BasicPageModelPopulator

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

    • populate

      public void populate(AbstractPageModel source, AbstractPageData 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<AbstractPageModel,AbstractPageData>
      Parameters:
      source - the source object
      target - the target to fill
      Throws:
      ConversionException - if an error occurs
    • getNewTitleMap

      protected Map<String,String> getNewTitleMap(AbstractPageData target)
      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.
    • setUniqueItemIdentifierService

      public void setUniqueItemIdentifierService(UniqueItemIdentifierService uniqueItemIdentifierService)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getUniqueItemIdentifierService

      protected UniqueItemIdentifierService getUniqueItemIdentifierService()
      Deprecated, for removal: This API element is subject to removal in a future version.