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 Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionprotected LocalizedPopulatorDeprecated, for removal: This API element is subject to removal in a future version.getNewTitleMap(AbstractPageData target) Deprecated, for removal: This API element is subject to removal in a future version.protected UniqueItemIdentifierServiceDeprecated, for removal: This API element is subject to removal in a future version.voidpopulate(AbstractPageModel source, AbstractPageData 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.voidsetLocalizedPopulator(LocalizedPopulator localizedPopulator) Deprecated, for removal: This API element is subject to removal in a future version.voidsetUniqueItemIdentifierService(UniqueItemIdentifierService uniqueItemIdentifierService) Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Details
-
BasicPageModelPopulator
public BasicPageModelPopulator()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<AbstractPageModel,AbstractPageData> - Parameters:
source- the source objecttarget- the target to fill- Throws:
ConversionException- if an error occurs
-
getNewTitleMap
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. -
setUniqueItemIdentifierService
Deprecated, for removal: This API element is subject to removal in a future version. -
getUniqueItemIdentifierService
Deprecated, for removal: This API element is subject to removal in a future version.
-