to.etc.domui.component.input
Interface IKeyWordSearchQueryFactory<T>
public interface IKeyWordSearchQueryFactory<T>
Allows manipulation of generic key word search query based on predefined searchString parameter.
- Author:
- Vladimir Mijic
Created on 14 Jan 2010
createQuery
QCriteria<T> createQuery(java.lang.String searchString)
throws java.lang.Exception
- Use to manually modify query. In case that query has to be canceled return null.
- Parameters:
c
- keyCondition
-
- Returns:
- In case that query has to be canceled return null, otherwise return modified query.
- Throws:
java.lang.Exception