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.com.hybris.merchandising.service.impl -
-
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 ofMerchPropertyModelto 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.merchPropertiesattribute defined at extensionmerchandisingservices.java.util.List<MerchPropertyModel>MerchProductDirectoryConfigModel. getMerchProperties()Generated method - Getter of theMerchProductDirectoryConfig.merchPropertiesattribute defined at extensionmerchandisingservices.Method parameters in com.hybris.merchandising.model with type arguments of type MerchPropertyModel Modifier and Type Method Description voidMerchIndexingConfigModel. setMerchProperties(java.util.List<MerchPropertyModel> value)Generated method - Setter ofMerchIndexingConfig.merchPropertiesattribute defined at extensionmerchandisingservices.voidMerchProductDirectoryConfigModel. setMerchProperties(java.util.List<MerchPropertyModel> value)Generated method - Setter ofMerchProductDirectoryConfig.merchPropertiesattribute defined at extensionmerchandisingservices. -
Uses of MerchPropertyModel in com.hybris.merchandising.service.impl
Method parameters in com.hybris.merchandising.service.impl with type arguments of type MerchPropertyModel Modifier and Type Method Description protected java.util.Map<java.lang.String,java.lang.String>DefaultMerchCatalogService. createMerchPropertiesMapping(java.util.List<MerchPropertyModel> merchProperties, java.util.Map<java.lang.String,IndexedPropertyInfo> indexedPropertiesMapping)createMerchPropertiesMapping is a method for mapping from the configured list ofMerchPropertyModelto the indexed properties within Solr.
-