public interface MerchIndexingConfigDao
MerchIndexingConfigModel DAO.| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<MerchIndexingConfigModel> |
findAllMerchIndexingConfigs()
Finds all merchandising listener configurations.
|
java.util.Optional<MerchIndexingConfigModel> |
findMerchIndexingConfigByIndexedType(SolrIndexedTypeModel indexedType)
Finds the merchandising listener configuration for a specific indexed type.
|
java.util.Collection<MerchIndexingConfigModel> findAllMerchIndexingConfigs()
java.util.Optional<MerchIndexingConfigModel> findMerchIndexingConfigByIndexedType(SolrIndexedTypeModel indexedType)
indexedType - - the indexed typeCopyright © 2018 SAP SE. All Rights Reserved.