Class MBObjectsTitleComparator<T>

java.lang.Object
com.liferay.portal.kernel.util.OrderByComparator<T>
com.liferay.message.boards.util.comparator.MBObjectsTitleComparator<T>
All Implemented Interfaces:
com.liferay.petra.sql.dsl.query.sort.OrderByInfo, Serializable, Comparator<T>

@Deprecated public class MBObjectsTitleComparator<T> extends com.liferay.portal.kernel.util.OrderByComparator<T>
Deprecated.
As of Mueller (7.2.x), replaced by MBObjectsComparator
See Also:
  • Field Details

  • Method Details

    • getInstance

      public static MBObjectsTitleComparator getInstance(boolean ascending)
      Deprecated.
    • compare

      public int compare(T t1, T t2)
      Deprecated.
    • getOrderBy

      public String getOrderBy()
      Deprecated.
      Overrides:
      getOrderBy in class com.liferay.portal.kernel.util.OrderByComparator<T>
    • getOrderByFields

      public String[] getOrderByFields()
      Deprecated.
      Specified by:
      getOrderByFields in interface com.liferay.petra.sql.dsl.query.sort.OrderByInfo
      Overrides:
      getOrderByFields in class com.liferay.portal.kernel.util.OrderByComparator<T>
    • isAscending

      public boolean isAscending()
      Deprecated.
      Overrides:
      isAscending in class com.liferay.portal.kernel.util.OrderByComparator<T>
    • getMBObjectsTitle

      protected String getMBObjectsTitle(Object object)
      Deprecated.