|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectwt.query.OrderBy
public class OrderBy
This class represents an OrderBy clause.
Supported API: true
Extendable: false
| Constructor Summary | |
|---|---|
OrderBy(OrderByExpression a_expression,
boolean a_descending)
Supported API: true |
|
OrderBy(OrderByExpression a_expression,
boolean a_descending,
Locale a_locale)
Supported API: true |
|
| Method Summary | |
|---|---|
Locale |
getLocale()
Gets the value of the attribute: locale; Locale to use for database sorting. |
boolean |
isDescending()
Gets the value of the attribute: descending; Indicates if the sort is descending (true) or ascending (false). |
void |
setDescending(boolean a_Descending)
Sets the value of the attribute: descending; Indicates if the sort is descending (true) or ascending (false). |
void |
setLocale(Locale a_Locale)
Sets the value of the attribute: locale; Locale to use for database sorting. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public OrderBy(OrderByExpression a_expression,
boolean a_descending)
throws QueryException
a_expression - a_descending -
QueryException
public OrderBy(OrderByExpression a_expression,
boolean a_descending,
Locale a_locale)
throws QueryException
a_expression - a_descending - a_locale -
QueryException| Method Detail |
|---|
public boolean isDescending()
public void setDescending(boolean a_Descending)
throws WTPropertyVetoException
a_Descending -
WTPropertyVetoExceptionpublic Locale getLocale()
public void setLocale(Locale a_Locale)
throws WTPropertyVetoException
a_Locale -
WTPropertyVetoException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||