|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SDataConstants.KeyDirection | |
---|---|
com.sage.orion.sdata.servlet |
Uses of SDataConstants.KeyDirection in com.sage.orion.sdata.servlet |
---|
Methods in com.sage.orion.sdata.servlet that return SDataConstants.KeyDirection | |
---|---|
SDataConstants.KeyDirection |
PagingControl.getKeyDirection()
Gets the SDataConstants.KeyDirection for the paging request. |
SDataConstants.KeyDirection |
KeyedPagingControl.getKeyDirection()
|
SDataConstants.KeyDirection |
DefaultPagingControl.getKeyDirection()
|
static SDataConstants.KeyDirection |
SDataConstants.KeyDirection.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static SDataConstants.KeyDirection[] |
SDataConstants.KeyDirection.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Constructors in com.sage.orion.sdata.servlet with parameters of type SDataConstants.KeyDirection | |
---|---|
KeyedPagingControl(java.lang.Integer count,
java.lang.String startKey,
SDataConstants.KeyDirection keyDirection)
Constructs an instance of the KeyedPagingControl class based upon
the given arguments. |
|
KeyedPagingInfo(java.lang.String topKey,
java.lang.String bottomKey,
int pageSize,
java.lang.String startKey,
SDataConstants.KeyDirection keyDirection,
java.lang.String firstKey,
java.lang.String lastKey)
Create a keyed paging information structure with the given data |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |