Package com.skava.auth.helper.search
Class SortUtil
java.lang.Object
com.skava.auth.helper.search.SortUtil
- All Implemented Interfaces:
Serializable
This class supports to build the sort by sort string.
- Author:
- Infosys Equinox
- See Also:
-
Field Details
-
SORTING_ASC
The Constant SORTING_ASC.- See Also:
-
SORTING_DESC
The Constant SORTING_DSC.- See Also:
-
SORT_LENGTH
public static final long SORT_LENGTH- See Also:
-
-
Constructor Details
-
SortUtil
public SortUtil()
-
-
Method Details
-
buildSort
Gets the sortStr name from request.- Parameters:
sortStr
- aString
object.- Returns:
- sort a
Sort
object.
-