Class BasicPageDataPopulator
- java.lang.Object
-
- de.hybris.platform.cmsfacades.pages.populator.data.BasicPageDataPopulator
-
- All Implemented Interfaces:
Populator<AbstractPageData,AbstractPageModel>
@Deprecated public class BasicPageDataPopulator extends java.lang.Object implements Populator<AbstractPageData,AbstractPageModel>
Deprecated.since 6.6Converts anAbstractPageModelpage to aAbstractPageDatadto
-
-
Constructor Summary
Constructors Constructor Description BasicPageDataPopulator()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected CMSAdminPageServicegetCmsAdminPageService()Deprecated.protected LocalizedPopulatorgetLocalizedPopulator()Deprecated.voidpopulate(AbstractPageData source, AbstractPageModel target)Deprecated.Populate the target instance with values from the source instance.voidsetCmsAdminPageService(CMSAdminPageService cmsAdminPageService)Deprecated.voidsetLocalizedPopulator(LocalizedPopulator localizedPopulator)Deprecated.
-
-
-
Method Detail
-
populate
public void populate(AbstractPageData source, AbstractPageModel target) throws ConversionException
Deprecated.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
protected CMSAdminPageService getCmsAdminPageService()
Deprecated.
-
setCmsAdminPageService
public void setCmsAdminPageService(CMSAdminPageService cmsAdminPageService)
Deprecated.
-
getLocalizedPopulator
protected LocalizedPopulator getLocalizedPopulator()
Deprecated.
-
setLocalizedPopulator
public void setLocalizedPopulator(LocalizedPopulator localizedPopulator)
Deprecated.
-
-