Interface AsSearchProfileActivationSetDao

All Known Implementing Classes:
DefaultAsSearchProfileActivationSetDao

public interface AsSearchProfileActivationSetDao
  • Method Details

    • findAllSearchProfileActivationSets

      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

      Optional<AsSearchProfileActivationSetModel> findSearchProfileActivationSetByIndexType(CatalogVersionModel catalogVersion, String indexType)
      Finds the search profile activation set for a specific catalog version and index type.
      Parameters:
      catalogVersion - - the catalog version
      indexType - - the index type
      Returns:
      the search profile
    • findSearchProfileActivationSetsByCatalogVersionsAndIndexType

      List<AsSearchProfileActivationSetModel> findSearchProfileActivationSetsByCatalogVersionsAndIndexType(List<CatalogVersionModel> catalogVersions, String indexType)
      Finds the search profile activation sets for catalog versions and index type.
      Parameters:
      catalogVersions - - the catalog versions
      indexType - - the index type
      Returns:
      the search profile