Package ch.tocco.nice2.userbase.api
Interface SearchFilterLoadingService
- All Known Implementing Classes:
SearchFilterLoadingServiceImpl
public interface SearchFilterLoadingService
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptiondefault EntityList
loadFilters
(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 EntityList
loadSearchFilters
(String entityName) default EntityList
loadSearchFilters
(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
-