Class AbstractCMSComponentRestrictionsContentPopulator
java.lang.Object
de.hybris.platform.cmsfacades.cmsitems.populators.AbstractCMSComponentRestrictionsContentPopulator
- All Implemented Interfaces:
Populator<Map<String,Object>, AbstractCMSComponentModel>
@Deprecated(since="2105",
forRemoval=true)
public class AbstractCMSComponentRestrictionsContentPopulator
extends Object
implements Populator<Map<String,Object>,AbstractCMSComponentModel>
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 CMS Component.
-
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, 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.
-
Constructor Details
-
AbstractCMSComponentRestrictionsContentPopulator
public AbstractCMSComponentRestrictionsContentPopulator()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
populate
public void populate(Map<String, 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<Map<String,Object>, AbstractCMSComponentModel> - Parameters:
source- the source objectcomponentModel- the target to fill- Throws:
ConversionException- if an error occurs
-