interface ITaackFilterExtension
Type Params | Return Type | Name and description |
---|---|---|
|
abstract java.util.List<EnumOption> |
enumChoices() |
|
abstract java.lang.String |
queryToWherePart(java.lang.Class type, java.lang.String aliasKey, java.lang.String query) Construct a string to be added in the where clause to filter data. |
Construct a string to be added in the where clause to filter data. @return
type
- class this extension applies toaliasKey
- represent the name of the current fieldquery
- the query string