Package | Description |
---|---|
com.whitestein.lsps.common.query | |
com.whitestein.lsps.engine.dto |
Data transfer objects for engine related data.
|
com.whitestein.lsps.human.dto |
Data transfer objects for the functionality related to human-oriented processes.
|
com.whitestein.lsps.os.dto |
Data transfer objects for person management services.
|
Modifier and Type | Method and Description |
---|---|
OrderDirection |
Ordering.getDirection()
Returns the order direction.
|
static OrderDirection |
OrderDirection.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OrderDirection[] |
OrderDirection.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
DynamicOrdering(String column,
OrderDirection direction) |
Ordering(OrderDirection direction)
Creates new instance.
|
Modifier and Type | Method and Description |
---|---|
void |
LogCriteria.setOrdering(LogColumn column,
OrderDirection direction)
Sets the ordering using the given column and direction.
|
void |
ModelInstanceCriteria.setOrdering(ModelInstanceColumn column,
OrderDirection direction)
Sets the ordering using the given column and direction.
|
void |
ModuleCriteria.setOrdering(ModuleColumn column,
OrderDirection direction)
Sets the ordering using the given column and direction.
|
void |
RollbackInfoCriteria.setOrdering(RollbackInfoColumn column,
OrderDirection direction)
Sets the ordering using the given column and direction.
|
void |
WsRequestHandlerCriteria.setOrdering(WsRequestHandlerColumn column,
OrderDirection direction)
Sets the ordering using the given column and direction.
|
Constructor and Description |
---|
LogOrdering(LogColumn column,
OrderDirection direction)
Creates new instance.
|
ModelInstanceOrdering(ModelInstanceColumn column,
OrderDirection direction)
Creates new instance.
|
ModuleOrdering(ModuleColumn column,
OrderDirection direction)
Creates new instance.
|
RollbackInfoOrdering(RollbackInfoColumn column,
OrderDirection direction)
Creates new instance.
|
WsRequestHandlerOrdering(WsRequestHandlerColumn column,
OrderDirection direction)
Creates new instance.
|
Modifier and Type | Method and Description |
---|---|
void |
SavedDocumentCriteria.setOrdering(SavedDocumentColumn column,
OrderDirection direction)
Sets the ordering using the given column and direction.
|
void |
TodoCriteria.setOrdering(TodoColumn column,
OrderDirection direction)
Sets the ordering using the given column and direction.
|
Constructor and Description |
---|
SavedDocumentOrdering(SavedDocumentColumn column,
OrderDirection direction)
Creates new instance.
|
TodoOrdering(TodoColumn column,
OrderDirection direction)
Creates new instance.
|
Modifier and Type | Method and Description |
---|---|
void |
PersonCriteria.setOrdering(PersonColumn column,
OrderDirection direction)
Sets the ordering using the given column and direction.
|
Constructor and Description |
---|
PersonOrdering(PersonColumn column,
OrderDirection direction)
Creates new instance.
|
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.