JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
com.liferay.portal.odata.sort
Interface SortParser
public interface
SortParser
Models a parser from string to sort fields.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
List
<
SortField
>
parse
(
String
sortString)
Returns a
SortField
list from a string.
Method Details
parse
List
<
SortField
>
parse
(
String
sortString)
Returns a
SortField
list from a string.
Parameters:
sortString
- the string to parse
Returns:
the
SortField
list