Liferay 7.0-ce-b4

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

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

public class WorkflowDefinitionNameComparator
extends OrderByComparator<WorkflowDefinition>

See Also:
Serialized Form

Constructor Summary
WorkflowDefinitionNameComparator(boolean ascending, String orderByAsc, String orderByDesc, String[] orderByFields)
           
 
Method Summary
 int compare(WorkflowDefinition workflowDefinition1, WorkflowDefinition workflowDefinition2)
           
 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

WorkflowDefinitionNameComparator

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

compare

public int compare(WorkflowDefinition workflowDefinition1,
                   WorkflowDefinition workflowDefinition2)

getOrderBy

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

getOrderByFields

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

isAscending

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

Liferay 7.0-ce-b4