public interface MerchIndexingConfigService
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<MerchIndexingConfigModel> |
getAllMerchIndexingConfigs()
Returns all merchandising listener configurations.
|
java.util.Optional<MerchIndexingConfigModel> |
getMerchIndexingConfigForIndexedType(java.lang.String indexedType)
Returns the merchandising listener configuration for a specific indexed type.
|
java.util.Collection<MerchIndexingConfigModel> getAllMerchIndexingConfigs()
java.util.Optional<MerchIndexingConfigModel> getMerchIndexingConfigForIndexedType(java.lang.String indexedType)
indexedType - - the indexed type identifierCopyright © 2018 SAP SE. All Rights Reserved.