public interface UserQuerySetSelect extends SetSelectInterface
Modifier and Type | Method and Description |
---|---|
void |
modifyUserQuery(ResultSetInterface rs,
UserQuery userQuery)
Use this method to modify User Query condition ( conditions user enters in the query dialog)
|
setRSSelect
void modifyUserQuery(ResultSetInterface rs, UserQuery userQuery) throws java.lang.Exception
rs
- ResultSetInterface - interface to a result set the method is invoked foruserQuery
- conditions user entered in the query dialog ( only where conditions , not order by conditions)java.lang.Exception