Liferay 7.0-ce-b4

com.liferay.portal.kernel.workflow.comparator
Class WorkflowLogUserIdComparator

java.lang.Object
  extended by com.liferay.portal.kernel.util.OrderByComparator<WorkflowLog>
      extended by com.liferay.portal.kernel.workflow.comparator.WorkflowLogUserIdComparator
All Implemented Interfaces:
Serializable, Comparator<WorkflowLog>

public class WorkflowLogUserIdComparator
extends OrderByComparator<WorkflowLog>

See Also:
Serialized Form

Constructor Summary
WorkflowLogUserIdComparator(boolean ascending, String orderByAsc, String orderByDesc, String[] orderByFields)
           
 
Method Summary
 int compare(WorkflowLog workflowLog1, WorkflowLog workflowLog2)
           
 String getOrderBy()
           
 String[] getOrderByFields()
           
 boolean isAscending()
           
 
Methods inherited from class com.liferay.portal.kernel.util.OrderByComparator
getOrderByConditionFields, getOrderByConditionValues, isAscending, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Comparator
equals
 

Constructor Detail

WorkflowLogUserIdComparator

public WorkflowLogUserIdComparator(boolean ascending,
                                   String orderByAsc,
                                   String orderByDesc,
                                   String[] orderByFields)
Method Detail

compare

public int compare(WorkflowLog workflowLog1,
                   WorkflowLog workflowLog2)

getOrderBy

public String getOrderBy()
Overrides:
getOrderBy in class OrderByComparator<WorkflowLog>

getOrderByFields

public String[] getOrderByFields()
Overrides:
getOrderByFields in class OrderByComparator<WorkflowLog>

isAscending

public boolean isAscending()
Overrides:
isAscending in class OrderByComparator<WorkflowLog>

Liferay 7.0-ce-b4