Interface SearchFilterLoadingService

All Known Implementing Classes:
SearchFilterLoadingServiceImpl

public interface SearchFilterLoadingService
  • Field Details

  • Method Details

    • loadFilters

      EntityList loadFilters(String filterEntity, String entityName, @Nullable @Nullable Condition additionalCondition)
      Loads the entities for the given search filter that match the entity name (eg 'Address') and an optionally passed additional condition
      Returns:
      May be empty.
    • loadFilters

      default EntityList loadFilters(String filterEntity, String entityName)
    • loadSearchFilters

      default EntityList loadSearchFilters(String entityName, @Nullable @Nullable Condition additionalCondition)
    • loadSearchFilters

      default EntityList loadSearchFilters(String entityName)