Class AbstractCMSComponentRestrictionsContentPopulator
- java.lang.Object
-
- de.hybris.platform.cmsfacades.cmsitems.populators.AbstractCMSComponentRestrictionsContentPopulator
-
- All Implemented Interfaces:
Populator<java.util.Map<java.lang.String,java.lang.Object>,AbstractCMSComponentModel>
@Deprecated(since="2105", forRemoval=true) public class AbstractCMSComponentRestrictionsContentPopulator extends java.lang.Object implements Populator<java.util.Map<java.lang.String,java.lang.Object>,AbstractCMSComponentModel>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 CMS Component.
-
-
Constructor Summary
Constructors Constructor Description AbstractCMSComponentRestrictionsContentPopulator()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, AbstractCMSComponentModel componentModel)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, AbstractCMSComponentModel componentModel) 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>,AbstractCMSComponentModel>- Parameters:
source- the source objectcomponentModel- the target to fill- Throws:
ConversionException- if an error occurs
-
-