com.liferay.portal.odata.sort.Sort
@Deprecated
public class Sort
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static Sort |
EMPTY_SORT
Deprecated.
|
Constructor and Description |
---|
Sort(java.util.List<SortField> sortFields)
Deprecated.
Creates a new sort from the sort fields.
|
Modifier and Type | Method and Description |
---|---|
static Sort |
emptySort()
Deprecated.
Returns an empty sort.
|
java.util.List<SortField> |
getSortFields()
Deprecated.
Returns the sort fields.
|