| 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.resource | |
| 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.
|
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
protected SearchQuery |
MerchIndexingListener.createSearchQuery(IndexerBatchContext batchContext,
MerchIndexingConfigModel merchIndexingConfig)
createSearchQuery is used to generate an instance of
SearchQuery to query Solr to retrieve updated product information. |
protected void |
MerchIndexingListener.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 provided
InputDocument. |
protected void |
MerchIndexingListener.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 provided
InputDocument. |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
MerchIndexingListener.isMerchIndexingEnabled(java.util.Optional<MerchIndexingConfigModel> merchIdxConf) |
| Modifier and Type | Method and Description |
|---|---|
MerchIndexingConfigModel |
MerchImagePropertyModel.getMerchIndexingConfig()
Generated method - Getter of the
MerchImageProperty.merchIndexingConfig attribute defined at extension merchandisingservices. |
MerchIndexingConfigModel |
MerchPropertyModel.getMerchIndexingConfig()
Generated method - Getter of the
MerchProperty.merchIndexingConfig attribute defined at extension merchandisingservices. |
| Modifier and Type | Method and Description |
|---|---|
void |
MerchImagePropertyModel.setMerchIndexingConfig(MerchIndexingConfigModel value)
Generated method - Setter of
MerchImageProperty.merchIndexingConfig attribute defined at extension merchandisingservices. |
void |
MerchPropertyModel.setMerchIndexingConfig(MerchIndexingConfigModel value)
Generated method - Setter of
MerchProperty.merchIndexingConfig attribute defined at extension merchandisingservices. |
| Modifier and Type | Method and Description |
|---|---|
MerchIndexingConfigModel |
MerchIndexingConfigResource.getMerchIndexingConfigModel()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
protected MerchIndexingConfigModel |
MerchIndexingConfigResource.readResource(java.lang.String resourceId)
Gets the
MerchIndexingConfigModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<MerchIndexingConfigModel> |
MerchIndexingConfigsResource.getMerchIndexingConfigsCollection()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
MerchIndexingConfigResource.setMerchIndexingConfigModel(MerchIndexingConfigModel value)
Convenience method which just delegates to
#setResourceValue(MerchIndexingConfigModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
MerchIndexingConfigsResource.setMerchIndexingConfigsCollection(java.util.Collection<MerchIndexingConfigModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<MerchIndexingConfigModel> |
CatalogVersionModel.getMerchIndexingConfig()
Generated method - Getter of the
CatalogVersion.merchIndexingConfig attribute defined at extension merchandisingservices. |
| Modifier and Type | Method and Description |
|---|---|
void |
CatalogVersionModel.setMerchIndexingConfig(java.util.Collection<MerchIndexingConfigModel> value)
Generated method - Setter of
CatalogVersion.merchIndexingConfig attribute defined at extension merchandisingservices. |
Copyright © 2018 SAP SE. All Rights Reserved.