/AWS1/CL_AANSORTCRITERIA¶
The criteria used to sort.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_attributename TYPE /AWS1/AANSTRING /AWS1/AANSTRING¶
The name of the attribute to sort on.
iv_orderby TYPE /AWS1/AANORDERBY /AWS1/AANORDERBY¶
The sort order, ascending or descending.
Queryable Attributes¶
attributeName¶
The name of the attribute to sort on.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ATTRIBUTENAME() |
Getter for ATTRIBUTENAME, with configurable default |
ASK_ATTRIBUTENAME() |
Getter for ATTRIBUTENAME w/ exceptions if field has no value |
HAS_ATTRIBUTENAME() |
Determine if ATTRIBUTENAME has a value |
orderBy¶
The sort order, ascending or descending.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ORDERBY() |
Getter for ORDERBY, with configurable default |
ASK_ORDERBY() |
Getter for ORDERBY w/ exceptions if field has no value |
HAS_ORDERBY() |
Determine if ORDERBY has a value |