|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SortDirection | |
|---|---|
| org.iternine.jeppetto.dao | |
| Uses of SortDirection in org.iternine.jeppetto.dao |
|---|
| Methods in org.iternine.jeppetto.dao that return SortDirection | |
|---|---|
SortDirection |
Sort.getSortDirection()
|
static SortDirection |
SortDirection.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static SortDirection[] |
SortDirection.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.iternine.jeppetto.dao with parameters of type SortDirection | |
|---|---|
void |
QueryModel.addSort(SortDirection sortDirection,
String sortField)
|
void |
Sort.setSortDirection(SortDirection sortDirection)
|
| Constructors in org.iternine.jeppetto.dao with parameters of type SortDirection | |
|---|---|
Sort(String field,
SortDirection sortDirection)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||