Class CMSItemLinkToggleModelToDataAttributePopulator
- java.lang.Object
-
- de.hybris.platform.cmsfacades.cmsitems.populators.AbstractCMSItemPopulator
-
- de.hybris.platform.cmsfacades.cmsitems.populators.CMSItemLinkToggleModelToDataAttributePopulator
-
public class CMSItemLinkToggleModelToDataAttributePopulator extends AbstractCMSItemPopulator
Populator that prepares the linkToggle field and removes old external and urlLink fields
-
-
Constructor Summary
Constructors Constructor Description CMSItemLinkToggleModelToDataAttributePopulator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidpopulate(ItemModel itemModel, java.util.Map<java.lang.String,java.lang.Object> itemMap)Populate the target instance with values from the source instance.-
Methods inherited from class de.hybris.platform.cmsfacades.cmsitems.populators.AbstractCMSItemPopulator
getCmsItemAttributeFilterEnablerService, isAttributeAllowed, setCmsItemAttributeFilterEnablerService
-
-
-
-
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.- Parameters:
itemModel- the source objectitemMap- the target to fill- Throws:
ConversionException- if an error occurs
-
-