Uses of Class
com.hybris.merchandising.model.ProductMetadata
-
Packages that use ProductMetadata Package Description com.hybris.merchandising.converters.populators com.hybris.merchandising.model Contains generated models for each type of com.hybris.merchandising.jalo package. -
-
Uses of ProductMetadata in com.hybris.merchandising.converters.populators
Methods in com.hybris.merchandising.converters.populators that return ProductMetadata Modifier and Type Method Description protected ProductMetadataProductMetadataPopulator. buildMetaData(ProductIndexContainer source, LanguageModel language)buildMetaData is a method for building anProductMetadataobject from the source object. -
Uses of ProductMetadata in com.hybris.merchandising.model
Methods in com.hybris.merchandising.model that return types with arguments of type ProductMetadata Modifier and Type Method Description java.util.Map<java.lang.String,ProductMetadata>Product. getMetadata()Method parameters in com.hybris.merchandising.model with type arguments of type ProductMetadata Modifier and Type Method Description voidProduct. setMetadata(java.util.Map<java.lang.String,ProductMetadata> metadata)
-