public interface AsSearchProfileActivationSetDao
AsSearchProfileActivationSetModel DAO.| Modifier and Type | Method and Description |
|---|---|
java.util.List<AsSearchProfileActivationSetModel> |
findAllSearchProfileActivationSets()
Finds all search profile activation sets.
|
java.util.Optional<AsSearchProfileActivationSetModel> |
findSearchProfileActivationSetByIndexType(CatalogVersionModel catalogVersion,
java.lang.String indexType)
Finds the search profile activation set for a specific catalog version and index type.
|
java.util.List<AsSearchProfileActivationSetModel> findAllSearchProfileActivationSets()
java.util.Optional<AsSearchProfileActivationSetModel> findSearchProfileActivationSetByIndexType(CatalogVersionModel catalogVersion, java.lang.String indexType)
catalogVersion - - the catalog versionindexType - - the index typeCopyright © 2018 SAP SE. All Rights Reserved.