| Package | Description |
|---|---|
| com.equilibrium.services.contexts |
| Modifier and Type | Method and Description |
|---|---|
PagingParameters.OrderBy |
PagingParameters.getOrderBy() |
static PagingParameters.OrderBy |
PagingParameters.OrderBy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PagingParameters.OrderBy[] |
PagingParameters.OrderBy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PagingParameters.setOrderBy(PagingParameters.OrderBy orderBy) |
| Constructor and Description |
|---|
PagingParameters(int pageSize,
PagingParameters.OrderBy orderBy) |
Copyright © 2014 Equilibrium. All rights reserved.