Class CMSItemUniqueIdentifierAttributePopulator
- java.lang.Object
-
- de.hybris.platform.cmsfacades.cmsitems.populators.AbstractCMSItemPopulator
-
- de.hybris.platform.cmsfacades.cmsitems.populators.CMSItemUniqueIdentifierAttributePopulator
-
public class CMSItemUniqueIdentifierAttributePopulator extends AbstractCMSItemPopulator
This populator sets unique identifiers to CMSItemModels.
-
-
Constructor Summary
Constructors Constructor Description CMSItemUniqueIdentifierAttributePopulator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected UniqueItemIdentifierServicegetUniqueItemIdentifierService()voidpopulate(ItemModel source, java.util.Map<java.lang.String,java.lang.Object> objectMap)Populate the target instance with values from the source instance.voidsetUniqueItemIdentifierService(UniqueItemIdentifierService uniqueItemIdentifierService)-
Methods inherited from class de.hybris.platform.cmsfacades.cmsitems.populators.AbstractCMSItemPopulator
getCmsItemAttributeFilterEnablerService, isAttributeAllowed, setCmsItemAttributeFilterEnablerService
-
-
-
-
Method Detail
-
populate
public void populate(ItemModel source, java.util.Map<java.lang.String,java.lang.Object> objectMap)
Description copied from interface:PopulatorPopulate the target instance with values from the source instance.- Parameters:
source- the source objectobjectMap- the target to fill
-
getUniqueItemIdentifierService
protected UniqueItemIdentifierService getUniqueItemIdentifierService()
-
setUniqueItemIdentifierService
public void setUniqueItemIdentifierService(UniqueItemIdentifierService uniqueItemIdentifierService)
-
-