public class AssetVocabularyCreateDateComparator
extends com.liferay.portal.kernel.util.OrderByComparator<com.liferay.asset.kernel.model.AssetVocabulary>
Modifier and Type | Field and Description |
---|---|
static String |
ORDER_BY_ASC |
static String |
ORDER_BY_DESC |
static String[] |
ORDER_BY_FIELDS |
Constructor and Description |
---|
AssetVocabularyCreateDateComparator() |
AssetVocabularyCreateDateComparator(boolean ascending) |
Modifier and Type | Method and Description |
---|---|
int |
compare(com.liferay.asset.kernel.model.AssetVocabulary assetVocabulary1,
com.liferay.asset.kernel.model.AssetVocabulary assetVocabulary2) |
String |
getOrderBy() |
String[] |
getOrderByFields() |
boolean |
isAscending() |
getOrderByConditionFields, getOrderByConditionValues, isAscending, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
comparing, comparing, comparingDouble, comparingInt, comparingLong, equals, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
public static final String ORDER_BY_ASC
public static final String ORDER_BY_DESC
public static final String[] ORDER_BY_FIELDS
public AssetVocabularyCreateDateComparator()
public AssetVocabularyCreateDateComparator(boolean ascending)
public int compare(com.liferay.asset.kernel.model.AssetVocabulary assetVocabulary1, com.liferay.asset.kernel.model.AssetVocabulary assetVocabulary2)
public String getOrderBy()
getOrderBy
in class com.liferay.portal.kernel.util.OrderByComparator<com.liferay.asset.kernel.model.AssetVocabulary>
public String[] getOrderByFields()
getOrderByFields
in class com.liferay.portal.kernel.util.OrderByComparator<com.liferay.asset.kernel.model.AssetVocabulary>
public boolean isAscending()
isAscending
in class com.liferay.portal.kernel.util.OrderByComparator<com.liferay.asset.kernel.model.AssetVocabulary>