Class CMSItemCloneableModelToDataAttributePopulator
java.lang.Object
de.hybris.platform.cmsfacades.cmsitems.populators.AbstractCMSItemPopulator
de.hybris.platform.cmsfacades.cmsitems.populators.CMSItemCloneableModelToDataAttributePopulator
Populator that verifies that the ItemModel is cloneable and prepares the cloneable field
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected CMSItemCloneablePredicatevoidPopulate the target instance with values from the source instance.voidsetCmsItemCloneablePredicate(CMSItemCloneablePredicate cmsItemCloneablePredicate) Methods inherited from class de.hybris.platform.cmsfacades.cmsitems.populators.AbstractCMSItemPopulator
getCmsItemAttributeFilterEnablerService, isAttributeAllowed, setCmsItemAttributeFilterEnablerService
-
Constructor Details
-
CMSItemCloneableModelToDataAttributePopulator
public CMSItemCloneableModelToDataAttributePopulator()
-
-
Method Details
-
populate
Description copied from interface:PopulatorPopulate the target instance with values from the source instance.- Parameters:
itemModel- the source objectitemMap- the target to fill- Throws:
ConversionException- if an error occurs
-
getCmsItemCloneablePredicate
-
setCmsItemCloneablePredicate
-