Class KaleoLogOrderByComparator

java.lang.Object
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoLog>
com.liferay.portal.kernel.util.OrderByComparatorAdapter<com.liferay.portal.workflow.kaleo.model.KaleoLog,com.liferay.portal.kernel.workflow.WorkflowLog>
com.liferay.portal.workflow.kaleo.runtime.util.comparator.KaleoLogOrderByComparator
All Implemented Interfaces:
com.liferay.petra.sql.dsl.query.sort.OrderByInfo, Serializable, Comparator<com.liferay.portal.workflow.kaleo.model.KaleoLog>

public class KaleoLogOrderByComparator extends com.liferay.portal.kernel.util.OrderByComparatorAdapter<com.liferay.portal.workflow.kaleo.model.KaleoLog,com.liferay.portal.kernel.workflow.WorkflowLog>
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    com.liferay.portal.kernel.workflow.WorkflowLog
    adapt(com.liferay.portal.workflow.kaleo.model.KaleoLog kaleoLog)
     
    static com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoLog>
    getOrderByComparator(com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.workflow.WorkflowLog> orderByComparator, com.liferay.portal.workflow.kaleo.KaleoWorkflowModelConverter kaleoWorkflowModelConverter)
     

    Methods inherited from class com.liferay.portal.kernel.util.OrderByComparatorAdapter

    compare, getAdaptedOrderByComparator, getOrderBy, getOrderByConditionFields, getOrderByConditionValues, getOrderByFields, isAscending, isAscending, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Method Details

    • getOrderByComparator

      public static com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.workflow.kaleo.model.KaleoLog> getOrderByComparator(com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.workflow.WorkflowLog> orderByComparator, com.liferay.portal.workflow.kaleo.KaleoWorkflowModelConverter kaleoWorkflowModelConverter)
    • adapt

      public com.liferay.portal.kernel.workflow.WorkflowLog adapt(com.liferay.portal.workflow.kaleo.model.KaleoLog kaleoLog)
      Specified by:
      adapt in class com.liferay.portal.kernel.util.OrderByComparatorAdapter<com.liferay.portal.workflow.kaleo.model.KaleoLog,com.liferay.portal.kernel.workflow.WorkflowLog>