Liferay 7.0-ce-b4

com.liferay.portlet.exportimport.lar
Class StagedModelModifiedDateComparator<T extends StagedModel>

java.lang.Object
  extended by com.liferay.portal.kernel.util.OrderByComparator<T>
      extended by com.liferay.portlet.exportimport.lar.StagedModelModifiedDateComparator<T>
All Implemented Interfaces:
Serializable, Comparator<T>

public class StagedModelModifiedDateComparator<T extends StagedModel>
extends OrderByComparator<T>

See Also:
Serialized Form

Field Summary
static String ORDER_BY_ASC
           
static String ORDER_BY_DESC
           
static String[] ORDER_BY_FIELDS
           
 
Constructor Summary
StagedModelModifiedDateComparator()
           
StagedModelModifiedDateComparator(boolean ascending)
           
 
Method Summary
 int compare(StagedModel stagedModel1, StagedModel stagedModel2)
           
 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
 

Field Detail

ORDER_BY_ASC

public static final String ORDER_BY_ASC
See Also:
Constant Field Values

ORDER_BY_DESC

public static final String ORDER_BY_DESC
See Also:
Constant Field Values

ORDER_BY_FIELDS

public static final String[] ORDER_BY_FIELDS
Constructor Detail

StagedModelModifiedDateComparator

public StagedModelModifiedDateComparator()

StagedModelModifiedDateComparator

public StagedModelModifiedDateComparator(boolean ascending)
Method Detail

compare

public int compare(StagedModel stagedModel1,
                   StagedModel stagedModel2)

getOrderBy

public String getOrderBy()
Overrides:
getOrderBy in class OrderByComparator<T extends StagedModel>

getOrderByFields

public String[] getOrderByFields()
Overrides:
getOrderByFields in class OrderByComparator<T extends StagedModel>

isAscending

public boolean isAscending()
Overrides:
isAscending in class OrderByComparator<T extends StagedModel>

Liferay 7.0-ce-b4