|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CpoOrderBy
CpoOrderBy is an interface for specifying the sort order in which objects are returned from the Datasource.
Method Summary | |
---|---|
boolean |
getAscending()
Gets the boolean that determines if the objects will be returned from from the CpoAdapter in Ascending order or Descending order |
java.lang.String |
getAttribute()
Gets the name of the attribute that is to be used to sort the results from the CpoAdapter. |
java.lang.String |
getFunction()
Gets a string representing a datasource specific function call that must be applied to the attribute that will be used for sorting. |
java.lang.String |
getName()
Gets a string representing the name of this instance of the CpoOrderBy |
void |
setAscending(boolean b)
Sets the boolean that determines if the objects will be returned from from the CpoAdapter in Ascending order or Descending order |
void |
setAttribute(java.lang.String s)
Sets the name of the attribute that is to be used to sort the results from the CpoAdapter. |
void |
setFunction(java.lang.String s)
Sets a string representing a datasource specific function call that must be applied to the attribute that will be used for sorting. |
void |
setName(java.lang.String s)
Sets a string representing the name of this instance of the CpoOrderBy |
Method Detail |
---|
boolean getAscending()
void setAscending(boolean b)
b
- true if it is to sort in Ascensing Order
false if it is to be sorted in Descending Orderjava.lang.String getAttribute()
void setAttribute(java.lang.String s)
s
- The name of the attributejava.lang.String getFunction()
void setFunction(java.lang.String s)
s
- The name of the functionjava.lang.String getName()
void setName(java.lang.String s)
s
- The name of the CpoOrderBy
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |