Interface AsSearchProfileActivationSetDao

    • 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 version
        indexType - - the index type
        Returns:
        the search profile