Uses of Class
com.hybris.merchandising.model.MerchImagePropertyModel
-
Packages that use MerchImagePropertyModel Package Description com.hybris.merchandising.indexer.listeners com.hybris.merchandising.model Contains generated models for each type of com.hybris.merchandising.jalo package. -
-
Uses of MerchImagePropertyModel in com.hybris.merchandising.indexer.listeners
Method parameters in com.hybris.merchandising.indexer.listeners with type arguments of type MerchImagePropertyModel Modifier and Type Method Description protected java.util.Map<java.lang.String,java.lang.String>MerchIndexingListener. createMerchImagePropertiesMapping(java.util.List<MerchImagePropertyModel> merchImageProperties, java.util.Map<java.lang.String,com.hybris.merchandising.indexer.listeners.MerchIndexingListener.IndexedPropertyInfo> indexedPropertiesMapping)createMerchImagePropertiesMapping is an image specific method from mapping from a configured list ofMerchImagePropertyModelto the indexed properties within Solr. -
Uses of MerchImagePropertyModel in com.hybris.merchandising.model
Methods in com.hybris.merchandising.model that return types with arguments of type MerchImagePropertyModel Modifier and Type Method Description java.util.List<MerchImagePropertyModel>MerchIndexingConfigModel. getMerchImageProperties()Generated method - Getter of theMerchIndexingConfig.merchImagePropertiesattribute defined at extensionmerchandisingservices.Method parameters in com.hybris.merchandising.model with type arguments of type MerchImagePropertyModel Modifier and Type Method Description voidMerchIndexingConfigModel. setMerchImageProperties(java.util.List<MerchImagePropertyModel> value)Generated method - Setter ofMerchIndexingConfig.merchImagePropertiesattribute defined at extensionmerchandisingservices.
-