Uses of Class
com.hybris.merchandising.model.MerchIndexingConfigModel
Packages that use MerchIndexingConfigModel
Package
Description
Contains generated models for each type of com.hybris.merchandising.jalo package.
Contains generated models for each type of de.hybris.platform.catalog.jalo package.
-
Uses of MerchIndexingConfigModel in com.hybris.merchandising.dao
Methods in com.hybris.merchandising.dao that return types with arguments of type MerchIndexingConfigModelModifier and TypeMethodDescriptionMerchIndexingConfigDao.findAllMerchIndexingConfigs()Finds all merchandising listener configurations.MerchIndexingConfigDao.findMerchIndexingConfigByIndexedType(SolrIndexedTypeModel indexedType) Finds the merchandising listener configuration for a specific indexed type. -
Uses of MerchIndexingConfigModel in com.hybris.merchandising.dao.impl
Methods in com.hybris.merchandising.dao.impl that return types with arguments of type MerchIndexingConfigModelModifier and TypeMethodDescriptionDefaultMerchIndexingConfigDao.findAllMerchIndexingConfigs()Finds all merchandising listener configurations.DefaultMerchIndexingConfigDao.findMerchIndexingConfigByIndexedType(SolrIndexedTypeModel indexedType) Finds the merchandising listener configuration for a specific indexed type. -
Uses of MerchIndexingConfigModel in com.hybris.merchandising.indexer.listeners
Methods in com.hybris.merchandising.indexer.listeners with parameters of type MerchIndexingConfigModelModifier and TypeMethodDescriptionprotected SearchQueryMerchIndexingListener.createSearchQuery(IndexerBatchContext batchContext, MerchIndexingConfigModel merchIndexingConfig) createSearchQuery is used to generate an instance ofSearchQueryto query Solr to retrieve updated product information.protected voidMerchIndexingListener.populateMerchImagesProperties(Map<String, Object> product, InputDocument document, Map<String, String> merchImagesPropertiesMapping, Map<String, com.hybris.merchandising.indexer.listeners.MerchIndexingListener.IndexedPropertyInfo> indexedPropertiesMapping, MerchIndexingConfigModel merchIndexingConfig) populateMerchImagesProperties is a method for retrieving values from the providedInputDocument.protected voidMerchIndexingListener.populateMerchProperties(Map<String, Object> product, InputDocument document, Map<String, String> merchPropertiesMapping, Map<String, com.hybris.merchandising.indexer.listeners.MerchIndexingListener.IndexedPropertyInfo> indexedPropertiesMapping, MerchIndexingConfigModel indexConfig) populateMerchProperties is a method for retrieving values from the providedInputDocument.Method parameters in com.hybris.merchandising.indexer.listeners with type arguments of type MerchIndexingConfigModelModifier and TypeMethodDescriptionprotected booleanMerchIndexingListener.isMerchIndexingEnabled(Optional<MerchIndexingConfigModel> merchIdxConf) -
Uses of MerchIndexingConfigModel in com.hybris.merchandising.model
Methods in com.hybris.merchandising.model that return MerchIndexingConfigModelModifier and TypeMethodDescriptionMerchImagePropertyModel.getMerchIndexingConfig()Generated method - Getter of theMerchImageProperty.merchIndexingConfigattribute defined at extensionmerchandisingservices.MerchPropertyModel.getMerchIndexingConfig()Generated method - Getter of theMerchProperty.merchIndexingConfigattribute defined at extensionmerchandisingservices.Methods in com.hybris.merchandising.model with parameters of type MerchIndexingConfigModelModifier and TypeMethodDescriptionvoidMerchImagePropertyModel.setMerchIndexingConfig(MerchIndexingConfigModel value) Generated method - Setter ofMerchImageProperty.merchIndexingConfigattribute defined at extensionmerchandisingservices.voidMerchPropertyModel.setMerchIndexingConfig(MerchIndexingConfigModel value) Generated method - Setter ofMerchProperty.merchIndexingConfigattribute defined at extensionmerchandisingservices. -
Uses of MerchIndexingConfigModel in com.hybris.merchandising.service
Methods in com.hybris.merchandising.service that return types with arguments of type MerchIndexingConfigModelModifier and TypeMethodDescriptionMerchIndexingConfigService.getAllMerchIndexingConfigs()Returns all merchandising listener configurations.MerchIndexingConfigService.getMerchIndexingConfigForIndexedType(String indexedType) Returns the merchandising listener configuration for a specific indexed type. -
Uses of MerchIndexingConfigModel in com.hybris.merchandising.service.impl
Methods in com.hybris.merchandising.service.impl that return types with arguments of type MerchIndexingConfigModelModifier and TypeMethodDescriptionDefaultMerchIndexingConfigService.getAllMerchIndexingConfigs()Returns all merchandising listener configurations.DefaultMerchIndexingConfigService.getMerchIndexingConfigForIndexedType(String indexedType) Returns the merchandising listener configuration for a specific indexed type. -
Uses of MerchIndexingConfigModel in de.hybris.platform.catalog.model
Methods in de.hybris.platform.catalog.model that return types with arguments of type MerchIndexingConfigModelModifier and TypeMethodDescriptionCatalogVersionModel.getMerchIndexingConfig()Generated method - Getter of theCatalogVersion.merchIndexingConfigattribute defined at extensionmerchandisingservices.Method parameters in de.hybris.platform.catalog.model with type arguments of type MerchIndexingConfigModelModifier and TypeMethodDescriptionvoidCatalogVersionModel.setMerchIndexingConfig(Collection<MerchIndexingConfigModel> value) Generated method - Setter ofCatalogVersion.merchIndexingConfigattribute defined at extensionmerchandisingservices.