| Package | Description | 
|---|---|
| com.whitestein.lsps.os.dto | 
 Data transfer objects for person management services. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
PersonColumn | 
PersonOrdering.getColumn()  | 
static PersonColumn | 
PersonColumn.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. 
 | 
static PersonColumn[] | 
PersonColumn.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
PersonCriteria.setOrdering(PersonColumn column)
Sets the ascending ordering for the given column. 
 | 
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.