Module is.codion.framework.model
Package is.codion.framework.model
Interface EntitySearchModel.Search
- Enclosing interface:
- EntitySearchModel
public static interface EntitySearchModel.Search
Manages the search strings and provides search results.
-
Method Summary
-
Method Details
-
strings
- Returns:
- the
ValueSet
representing the search strings
-
result
Performs a query based on the current search configuration and returns the result. Note that the number of search results may be limited viaEntitySearchModel.limit()
.- Returns:
- a list containing the entities fulfilling the current condition
- Throws:
IllegalStateException
- in case no search columns are specified- See Also:
-