Object
com.liferay.portal.kernel.search.SortFactoryUtil
public class SortFactoryUtil
extends Object
- Author:
- Brian Wing Shun Chan, Raymond Augé
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
SortFactoryUtil
public SortFactoryUtil()
-
Method Details
-
create
public static Sort create(String fieldName,
boolean reverse)
-
create
public static Sort create(String fieldName,
int type,
boolean reverse)
-
getDefaultSorts
public static Sort[] getDefaultSorts()
-
getSort
public static Sort getSort(Class<?> clazz,
int type,
String orderByCol,
boolean inferSortField,
String orderByType)
-
-
-