Class DDLRecordSetModifiedDateComparator

java.lang.Object
com.liferay.portal.kernel.util.OrderByComparator<T>
com.liferay.exportimport.kernel.lar.StagedModelModifiedDateComparator<DDLRecordSet>
com.liferay.dynamic.data.lists.util.comparator.DDLRecordSetModifiedDateComparator
All Implemented Interfaces:
com.liferay.petra.sql.dsl.query.sort.OrderByInfo, Serializable, Comparator<DDLRecordSet>

public class DDLRecordSetModifiedDateComparator extends com.liferay.exportimport.kernel.lar.StagedModelModifiedDateComparator<DDLRecordSet>
Used to order record sets according to their modified date during search operations. The order can be ascending or descending and is defined by the value specified in the class constructor.
See Also:
  • Constructor Details

    • DDLRecordSetModifiedDateComparator

      public DDLRecordSetModifiedDateComparator()
    • DDLRecordSetModifiedDateComparator

      public DDLRecordSetModifiedDateComparator(boolean ascending)
  • Method Details

    • getOrderBy

      public String getOrderBy()
      Overrides:
      getOrderBy in class com.liferay.exportimport.kernel.lar.StagedModelModifiedDateComparator<DDLRecordSet>