Interface AsSearchProfileRegistry

All Known Implementing Classes:
DefaultAsSearchProfileRegistry

public interface AsSearchProfileRegistry
Registry used for discovering mappings associated with search profiles. This includes, for example, mappings for load, calculation and activation strategies.
  • Method Details

    • getSearchProfileMapping

      AsSearchProfileMapping getSearchProfileMapping(AbstractAsSearchProfileModel searchProfile)
      Returns the search profile mapping for a specific search profile.
      Parameters:
      searchProfile - - the search profile
      Returns:
      the search profile mapping
    • getSearchProfileMappings

      Map<String,AsSearchProfileMapping> getSearchProfileMappings()
      Returns all the search profile mappings.
      Returns:
      the search profile mappings
    • getSearchProfileActivationMappings

      List<AsSearchProfileActivationMapping> getSearchProfileActivationMappings()
      Returns all the search profile activation mappings.
      Returns:
      the search profile activation mappings