Interface AsSearchProfileActivationSetDao
-
- All Known Implementing Classes:
DefaultAsSearchProfileActivationSetDao
public interface AsSearchProfileActivationSetDaoTheAsSearchProfileActivationSetModelDAO.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.
-
-
-
Method Detail
-
findAllSearchProfileActivationSets
java.util.List<AsSearchProfileActivationSetModel> findAllSearchProfileActivationSets()
Finds all search profile activation sets.- Returns:
- the search profiles activation sets or empty list if no search profile activation set is found
-
findSearchProfileActivationSetByIndexType
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.- Parameters:
catalogVersion- - the catalog versionindexType- - the index type- Returns:
- the search profile
-
-