Modifier and Type | Method and Description |
---|---|
UserQuery |
ExtendedRSMetadata.getDefaultContextRowFinder()
Invoke getDefaultContextRowFinder() from RSOpen class to get reference to 'default context row finder' which you can use to automatically set conditions
that framework will use to decide where to put context row to in the autopopulate result sets
after executing query first time; this is to overwrite default behavior where we put context on the first row
|
UserQuery |
ResultSetInterface.getDefaultUserQuery()
Deprecated.
Use getExtendedRSMetadata().getDefaultUserQuery() method instead.
|
UserQuery |
ExtendedRSMetadata.getDefaultUserQuery()
Invoke getDefaultUserQuery() from RSOpen class to get reference to 'default user query' which you can use to automatically set conditions
that user would most likely use in the Query dialog to initially limit the number of returning records .
|
Modifier and Type | Method and Description |
---|---|
void |
UserQuerySetSelect.modifyUserQuery(ResultSetInterface rs,
UserQuery userQuery)
Use this method to modify User Query condition ( conditions user enters in the query dialog)
|
Modifier and Type | Class and Description |
---|---|
class |
com.deltek.enterprise.system.appmanagement.ContextURLBuilderImpl |
Modifier and Type | Class and Description |
---|---|
class |
ContextURLBuilder |
Modifier and Type | Method and Description |
---|---|
static UserQuery |
UserQuery.toUserQuery(java.lang.String sFunnySunWhereClause) |
static UserQuery |
UserQuery.toUserQuery(java.lang.String sFunnySunWhereClause,
QueryDataFormatter formatter) |
Modifier and Type | Method and Description |
---|---|
java.lang.CharSequence |
UserCondition.toRuntimeSQLCondition(UserQuery uq) |