Class CMSItemCloneableModelToDataAttributePopulator
- java.lang.Object
-
- de.hybris.platform.cmsfacades.cmsitems.populators.CMSItemCloneableModelToDataAttributePopulator
-
-
Constructor Summary
Constructors Constructor Description CMSItemCloneableModelToDataAttributePopulator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected CMSItemCloneablePredicategetCmsItemCloneablePredicate()voidpopulate(ItemModel itemModel, java.util.Map<java.lang.String,java.lang.Object> itemMap)Populate the target instance with values from the source instance.voidsetCmsItemCloneablePredicate(CMSItemCloneablePredicate cmsItemCloneablePredicate)
-
-
-
Method Detail
-
populate
public void populate(ItemModel itemModel, java.util.Map<java.lang.String,java.lang.Object> itemMap) throws ConversionException
Description copied from interface:PopulatorPopulate the target instance with values from the source instance.- Specified by:
populatein interfacePopulator<ItemModel,java.util.Map<java.lang.String,java.lang.Object>>- Parameters:
itemModel- the source objectitemMap- the target to fill- Throws:
ConversionException- if an error occurs
-
getCmsItemCloneablePredicate
protected CMSItemCloneablePredicate getCmsItemCloneablePredicate()
-
setCmsItemCloneablePredicate
public void setCmsItemCloneablePredicate(CMSItemCloneablePredicate cmsItemCloneablePredicate)
-
-