Uses of Class
com.hybris.merchandising.model.MerchPropertyModel
Packages that use MerchPropertyModel
Package
Description
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 MerchPropertyModelModifier and TypeMethodDescriptionMerchIndexingListener.createMerchPropertiesMapping(List<MerchPropertyModel> merchProperties, Map<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 MerchPropertyModelModifier and TypeMethodDescriptionMerchIndexingConfigModel.getMerchProperties()Generated method - Getter of theMerchIndexingConfig.merchPropertiesattribute defined at extensionmerchandisingservices.MerchProductDirectoryConfigModel.getMerchProperties()Generated method - Getter of theMerchProductDirectoryConfig.merchPropertiesattribute defined at extensionmerchandisingservices.Method parameters in com.hybris.merchandising.model with type arguments of type MerchPropertyModelModifier and TypeMethodDescriptionvoidMerchIndexingConfigModel.setMerchProperties(List<MerchPropertyModel> value) Generated method - Setter ofMerchIndexingConfig.merchPropertiesattribute defined at extensionmerchandisingservices.voidMerchProductDirectoryConfigModel.setMerchProperties(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 MerchPropertyModelModifier and TypeMethodDescriptionDefaultMerchCatalogService.createMerchPropertiesMapping(List<MerchPropertyModel> merchProperties, Map<String, IndexedPropertyInfo> indexedPropertiesMapping) createMerchPropertiesMapping is a method for mapping from the configured list ofMerchPropertyModelto the indexed properties within Solr.