Package | Description |
---|---|
com.whitestein.lsps.engine.dto |
Data transfer objects for engine related data.
|
Modifier and Type | Method and Description |
---|---|
WsRequestHandlerColumn |
WsRequestHandlerOrdering.getColumn() |
static WsRequestHandlerColumn |
WsRequestHandlerColumn.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WsRequestHandlerColumn[] |
WsRequestHandlerColumn.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
WsRequestHandlerCriteria.setOrdering(WsRequestHandlerColumn column)
Sets the ascending ordering using the given column.
|
void |
WsRequestHandlerCriteria.setOrdering(WsRequestHandlerColumn column,
OrderDirection direction)
Sets the ordering using the given column and direction.
|
Constructor and Description |
---|
WsRequestHandlerOrdering(WsRequestHandlerColumn column,
OrderDirection direction)
Creates new instance.
|
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.