Interface IEntitySortingCriterion

All Superinterfaces:
Serializable
All Known Subinterfaces:
IJavaEntitySortingCriterion, IQcmEntitySortingCriterion
All Known Implementing Classes:
AcmSortingCriterion, QcmSortingCriterion

public interface IEntitySortingCriterion extends Serializable
Common interface for entity sorting criterion suppliers for use in DaoLazyDataModel. Needs to implement Object.equals(Object).
Since:
8.0.0
Author:
XIMA Media GmbH
  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Method Details

    • getKey

      String getKey()
      Returns:
      unique key of the sorting criterion supplier. Usually the sorting keyword. Used for Object.equals(Object).