public interface IFormSearchEngine
Modifier and Type | Method and Description |
---|---|
List<Integer> |
getSearchResults(FormSearchConfig formSearchConfig)
Get the id of the form responses based on a FormSearchConfig obj
|
List<FormResponseSearchItem> |
getSearchResults(List<IFormPanelInitializerQueryPart> listFormPanelInitializerQueryPart,
List<IFormColumnQueryPart> listFormColumnQueryPart,
List<IFormFilterQueryPart> listFormFilterQueryPart,
FormResponseItemSortConfig sortConfig,
int nStartIndex,
int nPageSize,
FormPanel formPanel)
Get the FormResponseSearchItem list based on given FormPanel, FormColumnList and FormFilterList
|
List<Integer> |
getSearchResults(String strSearchText)
Get the id of the form responses based on a text to search
|
List<Integer> getSearchResults(FormSearchConfig formSearchConfig)
formSearchConfig
- List<Integer> getSearchResults(String strSearchText)
strSearchText
- the searched textList<FormResponseSearchItem> getSearchResults(List<IFormPanelInitializerQueryPart> listFormPanelInitializerQueryPart, List<IFormColumnQueryPart> listFormColumnQueryPart, List<IFormFilterQueryPart> listFormFilterQueryPart, FormResponseItemSortConfig sortConfig, int nStartIndex, int nPageSize, FormPanel formPanel)
listFormPanelInitializerQueryPart
- listFormColumnQueryPart
- listFormFilterQueryPart
- nStartIndex
- nPageSize
- formPanel
- sortConfig
- Copyright © 2020 City of Paris. All rights reserved.