Package com.liferay.portal.kernel.util
Class AggregateOrderByComparator<T>
Object
com.liferay.portal.kernel.util.OrderByComparator<T>
com.liferay.portal.kernel.util.AggregateOrderByComparator<T>
- All Implemented Interfaces:
com.liferay.petra.sql.dsl.query.sort.OrderByInfo,Serializable,Comparator<T>
- Author:
- Carlos Sierra Andrés
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAggregateOrderByComparator(OrderByComparator<T>... orderByComparators) AggregateOrderByComparator(List<OrderByComparator<T>> orderByComparators) -
Method Summary
Methods inherited from class com.liferay.portal.kernel.util.OrderByComparator
getOrderByConditionFields, getOrderByConditionValues, getOrderByFields, isAscending, isAscending, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Comparator
equals, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
Constructor Details
-
AggregateOrderByComparator
-
AggregateOrderByComparator
-
-
Method Details
-
compare
-
getOrderBy
- Overrides:
getOrderByin classOrderByComparator<T>
-
reversed
-