Package com.skava.helper.search
Class SortUtil
java.lang.Object
com.skava.helper.search.SortUtil
- All Implemented Interfaces:
Serializable
This class is used to hold the check sort values which is used for performing search operations.
- 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. which contains sort field and sort order.- Returns:
- sort a
Sort
object.
-