Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.
Scout/Concepts/SearchFilter
Scout |
Wiki Home |
Website |
Download • Git |
Community |
Forums • Blog • Twitter • G+ |
Bugzilla |
Bugzilla |
SearchFilter is a transfert object containing a FormData of a SearchForm to model the search query.
Description
TODO:
- Is created in the SearchForm: the FormData is set.
- Is used as parameter of the LoadTableData of the TablePage
- Can be used as parameter of the load function in the OutlineService
- If the data are in a database, a FormDataStatementBuilder using the FormData in the SearchFilter can be used to compute the WHERE sql statement.
Shema