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