Uses of Class
com.hybris.merchandising.model.MerchIndexingConfigModel
-
Packages that use MerchIndexingConfigModel Package Description com.hybris.merchandising.dao com.hybris.merchandising.dao.impl 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 com.hybris.merchandising.service.impl de.hybris.platform.catalog.model 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 MerchIndexingConfigModel Modifier and Type Method Description java.util.Collection<MerchIndexingConfigModel>MerchIndexingConfigDao. findAllMerchIndexingConfigs()Finds all merchandising listener configurations.java.util.Optional<MerchIndexingConfigModel>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 MerchIndexingConfigModel Modifier and Type Method Description java.util.Collection<MerchIndexingConfigModel>DefaultMerchIndexingConfigDao. findAllMerchIndexingConfigs()Finds all merchandising listener configurations.java.util.Optional<MerchIndexingConfigModel>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 MerchIndexingConfigModel Modifier and Type Method Description protected SearchQueryMerchIndexingListener. createSearchQuery(IndexerBatchContext batchContext, MerchIndexingConfigModel merchIndexingConfig)createSearchQuery is used to generate an instance ofSearchQueryto query Solr to retrieve updated product information.protected voidMerchIndexingListener. populateMerchImagesProperties(java.util.Map<java.lang.String,java.lang.Object> product, InputDocument document, java.util.Map<java.lang.String,java.lang.String> merchImagesPropertiesMapping, java.util.Map<java.lang.String,com.hybris.merchandising.indexer.listeners.MerchIndexingListener.IndexedPropertyInfo> indexedPropertiesMapping, MerchIndexingConfigModel merchIndexingConfig)populateMerchImagesProperties is a method for retrieving values from the providedInputDocument.protected voidMerchIndexingListener. populateMerchProperties(java.util.Map<java.lang.String,java.lang.Object> product, InputDocument document, java.util.Map<java.lang.String,java.lang.String> merchPropertiesMapping, java.util.Map<java.lang.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 MerchIndexingConfigModel Modifier and Type Method Description protected booleanMerchIndexingListener. isMerchIndexingEnabled(java.util.Optional<MerchIndexingConfigModel> merchIdxConf) -
Uses of MerchIndexingConfigModel in com.hybris.merchandising.model
Methods in com.hybris.merchandising.model that return MerchIndexingConfigModel Modifier and Type Method Description MerchIndexingConfigModelMerchImagePropertyModel. getMerchIndexingConfig()Generated method - Getter of theMerchImageProperty.merchIndexingConfigattribute defined at extensionmerchandisingservices.MerchIndexingConfigModelMerchPropertyModel. getMerchIndexingConfig()Generated method - Getter of theMerchProperty.merchIndexingConfigattribute defined at extensionmerchandisingservices.Methods in com.hybris.merchandising.model with parameters of type MerchIndexingConfigModel Modifier and Type Method Description voidMerchImagePropertyModel. 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 MerchIndexingConfigModel Modifier and Type Method Description java.util.Collection<MerchIndexingConfigModel>MerchIndexingConfigService. getAllMerchIndexingConfigs()Returns all merchandising listener configurations.java.util.Optional<MerchIndexingConfigModel>MerchIndexingConfigService. getMerchIndexingConfigForIndexedType(java.lang.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 MerchIndexingConfigModel Modifier and Type Method Description java.util.Collection<MerchIndexingConfigModel>DefaultMerchIndexingConfigService. getAllMerchIndexingConfigs()Returns all merchandising listener configurations.java.util.Optional<MerchIndexingConfigModel>DefaultMerchIndexingConfigService. getMerchIndexingConfigForIndexedType(java.lang.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 MerchIndexingConfigModel Modifier and Type Method Description java.util.Collection<MerchIndexingConfigModel>CatalogVersionModel. getMerchIndexingConfig()Generated method - Getter of theCatalogVersion.merchIndexingConfigattribute defined at extensionmerchandisingservices.Method parameters in de.hybris.platform.catalog.model with type arguments of type MerchIndexingConfigModel Modifier and Type Method Description voidCatalogVersionModel. setMerchIndexingConfig(java.util.Collection<MerchIndexingConfigModel> value)Generated method - Setter ofCatalogVersion.merchIndexingConfigattribute defined at extensionmerchandisingservices.
-