Package ch.tocco.nice2.userbase.api
Interface SearchFilterLoadingService
- All Known Implementing Classes:
SearchFilterLoadingServiceImpl
public interface SearchFilterLoadingService
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiondefault EntityListloadFilters(String filterEntity, String entityName) loadFilters(String filterEntity, String entityName, @Nullable Condition additionalCondition) Loads the entities for the given search filter that match the entity name (eg 'Address') and an optionally passed additional conditiondefault EntityListloadSearchFilters(String entityName) default EntityListloadSearchFilters(String entityName, @Nullable Condition additionalCondition)
-
Field Details
-
SEARCH_FILTER_ENTITY
- See Also:
-
-
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
-
loadSearchFilters
default EntityList loadSearchFilters(String entityName, @Nullable @Nullable Condition additionalCondition) -
loadSearchFilters
-