|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OrderBy | |
wt.enterprise | Provides the abstract building blocks of functionality from which most businesses classes are extended; also defines support for template processors, delegates and factories that are useful for UI development for these business classes. |
wt.inf.container | |
wt.query | Provides generic support for defining SQL queries
(see
QuerySpec and the various things
that can be appended to it) in a database
inedependent manner that should be used with the
PersistenceManager . |
wt.query.template | Provides generic support for saved report queries using ReportTemplate and various
methods in ReportTemplateHelper for executing and generating reports. |
Uses of OrderBy in wt.enterprise |
Methods in wt.enterprise with parameters of type OrderBy | |
QueryResult |
StandardEnterpriseService.getTemplates(WTContainer container,
QuerySpec querySpec,
OrderBy[] orderBys,
boolean includeEnabledOnly,
boolean lookup,
boolean removeOverridden)
Returns a QueryResult of Templateable objects. |
QueryResult |
EnterpriseServiceFwd.getTemplates(WTContainer container,
QuerySpec querySpec,
OrderBy[] orderBys,
boolean includeEnabledOnly,
boolean lookup,
boolean removeOverridden)
Returns a QueryResult of Templateable objects. |
QueryResult |
EnterpriseService.getTemplates(WTContainer container,
QuerySpec querySpec,
OrderBy[] orderBys,
boolean includeEnabledOnly,
boolean lookup,
boolean removeOverridden)
Returns a QueryResult of Templateable objects. |
Uses of OrderBy in wt.inf.container |
Methods in wt.inf.container with parameters of type OrderBy | |
boolean |
LookupSpec.addOrderBy(OrderBy order_by)
Supported API: false |
boolean |
LookupSpec.addOrderBys(OrderBy[] order_bys)
Supported API: false |
boolean |
LookupSpec.addOrderBy(OrderBy order_by)
Supported API: false |
boolean |
LookupSpec.addOrderBys(OrderBy[] order_bys)
Supported API: false |
Uses of OrderBy in wt.query |
Fields in wt.query declared as OrderBy | |
(package private) OrderBy |
OrderByClause.Item.orderBy
|
Methods in wt.query that return OrderBy | |
protected OrderBy |
OrderByClause.getOrderBy(int a_index)
Supported API: false |
Methods in wt.query with parameters of type OrderBy | |
void |
QuerySpec.appendOrderBy(OrderBy a_orderBy,
int a_classIndex)
Deprecated. at R6, Replaced by appendOrderBy(OrderBy, int[]) |
void |
QuerySpec.appendOrderBy(OrderBy a_orderBy)
Deprecated. Replaced by appendOrderBy(OrderBy, int[]) |
void |
QuerySpec.appendOrderBy(OrderBy a_orderBy,
int[] a_fromIndicies)
This method appends the OrderBy expression to the OrderBy clause of the query. |
void |
OrderByClause.append(OrderBy a_orderBy,
int[] a_fromIndicies,
FromClause a_fromClause)
Appends the OrderBy to the clause. |
void |
CompoundQuerySpec.appendOrderBy(OrderBy a_orderBy)
Appends an Order By expression to the compund query. |
Constructors in wt.query with parameters of type OrderBy | |
OrderByClause.Item(OrderBy a_orderBy,
int[] a_fromIndicies)
|
Uses of OrderBy in wt.query.template |
Methods in wt.query.template with parameters of type OrderBy | |
static QueryResult |
ReportTemplateQueryHelper.find(WTContainerRef a_containerReference,
boolean a_hierarchicalContainerLookup,
String[] a_reportTemplateAttributes,
String[] a_containerAttributes,
WhereExpression a_whereExpression,
OrderBy[] a_orderBy)
This method builds and executes a QuerySpec. |
protected static QueryResult |
ReportTemplateQueryHelper._find(WTContainerRef a_containerReference,
boolean a_hierarchicalContainerLookup,
String[] a_reportTemplateAttributes,
String[] a_containerAttributes,
WhereExpression a_whereExpression,
OrderBy[] a_orderBy)
This method builds and executes a QuerySpec. |
static QueryResult |
ReportTemplateQueryHelper.find(WTContainerRef a_containerReference,
boolean a_hierarchicalContainerLookup,
String[] a_reportTemplateAttributes,
WhereExpression a_whereExpression,
OrderBy[] a_orderBy)
This method builds and executes a QuerySpec. |
protected static QueryResult |
ReportTemplateQueryHelper._find(WTContainerRef a_containerReference,
boolean a_hierarchicalContainerLookup,
String[] a_reportTemplateAttributes,
WhereExpression a_whereExpression,
OrderBy[] a_orderBy)
This method builds and executes a QuerySpec. |
static QueryResult |
ReportTemplateQueryHelper.find(WTContainerRef a_containerReference,
boolean a_hierarchicalContainerLookup,
String[] a_reportTemplateAttributes,
String[] a_containerAttributes,
WhereExpression a_whereExpression,
OrderBy[] a_orderBy)
This method builds and executes a QuerySpec. |
protected static QueryResult |
ReportTemplateQueryHelper._find(WTContainerRef a_containerReference,
boolean a_hierarchicalContainerLookup,
String[] a_reportTemplateAttributes,
String[] a_containerAttributes,
WhereExpression a_whereExpression,
OrderBy[] a_orderBy)
This method builds and executes a QuerySpec. |
static QueryResult |
ReportTemplateQueryHelper.find(WTContainerRef a_containerReference,
boolean a_hierarchicalContainerLookup,
String[] a_reportTemplateAttributes,
WhereExpression a_whereExpression,
OrderBy[] a_orderBy)
This method builds and executes a QuerySpec. |
protected static QueryResult |
ReportTemplateQueryHelper._find(WTContainerRef a_containerReference,
boolean a_hierarchicalContainerLookup,
String[] a_reportTemplateAttributes,
WhereExpression a_whereExpression,
OrderBy[] a_orderBy)
This method builds and executes a QuerySpec. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |