Class AbstractCMSPageRestrictionsContentPopulator
- java.lang.Object
-
- de.hybris.platform.cmsfacades.cmsitems.populators.AbstractCMSPageRestrictionsContentPopulator
-
- All Implemented Interfaces:
Populator<java.util.Map<java.lang.String,java.lang.Object>,AbstractPageModel>
@Deprecated(since="2105", forRemoval=true) public class AbstractCMSPageRestrictionsContentPopulator extends java.lang.Object implements Populator<java.util.Map<java.lang.String,java.lang.Object>,AbstractPageModel>Deprecated, for removal: This API element is subject to removal in a future version.since 2105 - no longer neededDefault implementation to populate restrictions in a page.
-
-
Constructor Summary
Constructors Constructor Description AbstractCMSPageRestrictionsContentPopulator()Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidpopulate(java.util.Map<java.lang.String,java.lang.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.
-
-
-
Method Detail
-
populate
public void populate(java.util.Map<java.lang.String,java.lang.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<java.util.Map<java.lang.String,java.lang.Object>,AbstractPageModel>- Parameters:
source- the source objectpageModel- the target to fill- Throws:
ConversionException- if an error occurs
-
-