Uses of Class
com.hybris.merchandising.model.MerchPropertyModel
-
Packages that use MerchPropertyModel 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 MerchPropertyModel in com.hybris.merchandising.indexer.listeners
Method parameters in com.hybris.merchandising.indexer.listeners with type arguments of type MerchPropertyModel Modifier and Type Method Description protected java.util.Map<java.lang.String,java.lang.String>
MerchIndexingListener. createMerchPropertiesMapping(java.util.List<MerchPropertyModel> merchProperties, java.util.Map<java.lang.String,com.hybris.merchandising.indexer.listeners.MerchIndexingListener.IndexedPropertyInfo> indexedPropertiesMapping)
createMerchPropertiesMapping is a method for mapping from the configured list ofMerchPropertyModel
to the indexed properties within Solr. -
Uses of MerchPropertyModel in com.hybris.merchandising.model
Methods in com.hybris.merchandising.model that return types with arguments of type MerchPropertyModel Modifier and Type Method Description java.util.List<MerchPropertyModel>
MerchIndexingConfigModel. getMerchProperties()
Generated method - Getter of theMerchIndexingConfig.merchProperties
attribute defined at extensionmerchandisingservices
.Method parameters in com.hybris.merchandising.model with type arguments of type MerchPropertyModel Modifier and Type Method Description void
MerchIndexingConfigModel. setMerchProperties(java.util.List<MerchPropertyModel> value)
Generated method - Setter ofMerchIndexingConfig.merchProperties
attribute defined at extensionmerchandisingservices
.
-