Class WorkflowLogUserIdComparator
Object
com.liferay.portal.kernel.util.OrderByComparator<WorkflowLog>
com.liferay.portal.kernel.workflow.comparator.WorkflowLogUserIdComparator
- All Implemented Interfaces:
com.liferay.petra.sql.dsl.query.sort.OrderByInfo,Serializable,Comparator<WorkflowLog>
- Author:
- Michael C. Han
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionWorkflowLogUserIdComparator(boolean ascending, String orderByAsc, String orderByDesc, String[] orderByFields) -
Method Summary
Modifier and TypeMethodDescriptionintcompare(WorkflowLog workflowLog1, WorkflowLog workflowLog2) String[]booleanMethods inherited from class com.liferay.portal.kernel.util.OrderByComparator
getOrderByConditionFields, getOrderByConditionValues, 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, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
Constructor Details
-
WorkflowLogUserIdComparator
-
-
Method Details
-
compare
-
getOrderBy
- Overrides:
getOrderByin classOrderByComparator<WorkflowLog>
-
getOrderByFields
- Specified by:
getOrderByFieldsin interfacecom.liferay.petra.sql.dsl.query.sort.OrderByInfo- Overrides:
getOrderByFieldsin classOrderByComparator<WorkflowLog>
-
isAscending
public boolean isAscending()- Overrides:
isAscendingin classOrderByComparator<WorkflowLog>
-