Class CMSComponentChildrenModelToDataAttributePopulator
java.lang.Object
de.hybris.platform.cmsfacades.cmsitems.populators.AbstractCMSItemPopulator
de.hybris.platform.cmsfacades.cmsitems.populators.CMSComponentChildrenModelToDataAttributePopulator
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected ModelServiceprotected TypeServicevoidPopulate the target instance with values from the source instance.voidsetModelService(ModelService modelService) voidsetTypeService(TypeService typeService) voidsetUniqueIdentifierAttributeToDataContentConverter(UniqueIdentifierAttributeToDataContentConverter<ItemModel> uniqueIdentifierAttributeToDataContentConverter) Methods inherited from class de.hybris.platform.cmsfacades.cmsitems.populators.AbstractCMSItemPopulator
getCmsItemAttributeFilterEnablerService, isAttributeAllowed, setCmsItemAttributeFilterEnablerService
-
Constructor Details
-
CMSComponentChildrenModelToDataAttributePopulator
public CMSComponentChildrenModelToDataAttributePopulator()
-
-
Method Details
-
populate
public void populate(ItemModel itemModel, Map<String, Object> stringObjectMap) throws ConversionExceptionDescription copied from interface:PopulatorPopulate the target instance with values from the source instance.- Parameters:
itemModel- the source objectstringObjectMap- the target to fill- Throws:
ConversionException- if an error occurs
-
getTypeService
-
setTypeService
-
getModelService
-
setModelService
-
getUniqueIdentifierAttributeToDataContentConverter
protected UniqueIdentifierAttributeToDataContentConverter<ItemModel> getUniqueIdentifierAttributeToDataContentConverter() -
setUniqueIdentifierAttributeToDataContentConverter
public void setUniqueIdentifierAttributeToDataContentConverter(UniqueIdentifierAttributeToDataContentConverter<ItemModel> uniqueIdentifierAttributeToDataContentConverter)
-