public class DefaultMerchIndexingConfigService extends java.lang.Object implements MerchIndexingConfigService
MerchIndexingConfigService.| Modifier and Type | Field and Description |
|---|---|
protected static java.lang.String |
ID_PARAM |
| Constructor and Description |
|---|
DefaultMerchIndexingConfigService() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<MerchIndexingConfigModel> |
getAllMerchIndexingConfigs()
Returns all merchandising listener configurations.
|
MerchIndexingConfigDao |
getMerchIndexingConfigDao() |
java.util.Optional<MerchIndexingConfigModel> |
getMerchIndexingConfigForIndexedType(java.lang.String indexedType)
Returns the merchandising listener configuration for a specific indexed type.
|
SolrIndexedTypeDao |
getSolrIndexedTypeDao() |
void |
setMerchIndexingConfigDao(MerchIndexingConfigDao merchIndexingConfigDao) |
void |
setSolrIndexedTypeDao(SolrIndexedTypeDao solrIndexedTypeDao) |
protected static final java.lang.String ID_PARAM
public java.util.Collection<MerchIndexingConfigModel> getAllMerchIndexingConfigs()
getAllMerchIndexingConfigs in interface MerchIndexingConfigServicepublic java.util.Optional<MerchIndexingConfigModel> getMerchIndexingConfigForIndexedType(java.lang.String indexedType)
getMerchIndexingConfigForIndexedType in interface MerchIndexingConfigServiceindexedType - - the indexed type identifierpublic SolrIndexedTypeDao getSolrIndexedTypeDao()
public void setSolrIndexedTypeDao(SolrIndexedTypeDao solrIndexedTypeDao)
public MerchIndexingConfigDao getMerchIndexingConfigDao()
public void setMerchIndexingConfigDao(MerchIndexingConfigDao merchIndexingConfigDao)
Copyright © 2018 SAP SE. All Rights Reserved.