Uses of Class
com.hybris.merchandising.model.MerchImagePropertyModel
Packages that use MerchImagePropertyModel
Package
Description
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 MerchImagePropertyModelModifier and TypeMethodDescriptionMerchIndexingListener.createMerchImagePropertiesMapping(List<MerchImagePropertyModel> merchImageProperties, Map<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 MerchImagePropertyModelModifier and TypeMethodDescriptionMerchIndexingConfigModel.getMerchImageProperties()Generated method - Getter of theMerchIndexingConfig.merchImagePropertiesattribute defined at extensionmerchandisingservices.Method parameters in com.hybris.merchandising.model with type arguments of type MerchImagePropertyModelModifier and TypeMethodDescriptionvoidMerchIndexingConfigModel.setMerchImageProperties(List<MerchImagePropertyModel> value) Generated method - Setter ofMerchIndexingConfig.merchImagePropertiesattribute defined at extensionmerchandisingservices.