Class AbstractCMSPageRestrictionsContentPopulator
java.lang.Object
de.hybris.platform.cmsfacades.cmsitems.populators.AbstractCMSPageRestrictionsContentPopulator
- All Implemented Interfaces:
Populator<Map<String,Object>, AbstractPageModel>
@Deprecated(since="2105",
forRemoval=true)
public class AbstractCMSPageRestrictionsContentPopulator
extends Object
implements Populator<Map<String,Object>,AbstractPageModel>
Deprecated, for removal: This API element is subject to removal in a future version.
since 2105 - no longer needed
Default implementation to populate restrictions in a page.
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionvoidpopulate(Map<String, Object> source, AbstractPageModel pageModel) Deprecated, for removal: This API element is subject to removal in a future version.Populate the target instance with values from the source instance.
-
Constructor Details
-
AbstractCMSPageRestrictionsContentPopulator
public AbstractCMSPageRestrictionsContentPopulator()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
populate
public void populate(Map<String, Object> source, AbstractPageModel pageModel) throws ConversionExceptionDeprecated, 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<Map<String,Object>, AbstractPageModel> - Parameters:
source- the source objectpageModel- the target to fill- Throws:
ConversionException- if an error occurs
-