|
Liferay 6.2-ce-ga4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.kernel.search.SortFactoryUtil
public class SortFactoryUtil
| Constructor Summary | |
|---|---|
SortFactoryUtil()
|
|
| Method Summary | |
|---|---|
static Sort |
create(String fieldName,
boolean reverse)
|
static Sort |
create(String fieldName,
int type,
boolean reverse)
|
static Sort[] |
getDefaultSorts()
|
static Sort |
getSort(Class<?> clazz,
int type,
String orderByCol,
String orderByType)
|
static Sort |
getSort(Class<?> clazz,
String orderByCol,
String orderByType)
|
static SortFactory |
getSortFactory()
|
void |
setSortFactory(SortFactory sortFactory)
|
static Sort[] |
toArray(List<Sort> sorts)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SortFactoryUtil()
| Method Detail |
|---|
public static Sort create(String fieldName,
boolean reverse)
public static Sort create(String fieldName,
int type,
boolean reverse)
public static Sort[] getDefaultSorts()
public static Sort getSort(Class<?> clazz,
int type,
String orderByCol,
String orderByType)
public static Sort getSort(Class<?> clazz,
String orderByCol,
String orderByType)
public static SortFactory getSortFactory()
public static Sort[] toArray(List<Sort> sorts)
public void setSortFactory(SortFactory sortFactory)
|
Liferay 6.2-ce-ga4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||