public class WorkflowLogUserIdComparator extends OrderByComparator<WorkflowLog>
| Constructor and Description |
|---|
WorkflowLogUserIdComparator(boolean ascending,
String orderByAsc,
String orderByDesc,
String[] orderByFields) |
| Modifier and Type | Method and Description |
|---|---|
int |
compare(WorkflowLog workflowLog1,
WorkflowLog workflowLog2) |
String |
getOrderBy() |
String[] |
getOrderByFields() |
boolean |
isAscending() |
getOrderByConditionFields, getOrderByConditionValues, isAscending, toStringpublic WorkflowLogUserIdComparator(boolean ascending,
String orderByAsc,
String orderByDesc,
String[] orderByFields)
public int compare(WorkflowLog workflowLog1, WorkflowLog workflowLog2)
public String getOrderBy()
getOrderBy in class OrderByComparator<WorkflowLog>public String[] getOrderByFields()
getOrderByFields in interface com.liferay.petra.sql.dsl.query.sort.OrderByInfogetOrderByFields in class OrderByComparator<WorkflowLog>public boolean isAscending()
isAscending in class OrderByComparator<WorkflowLog>