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 inDaoLazyDataModel. Needs to implementObject.equals(Object).- Since:
 - 8.0.0
 - Author:
 - XIMA Media GmbH
 
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetKey() 
 - 
 
- 
- 
Method Detail
- 
getKey
String getKey()
- Returns:
 - unique key of the sorting criterion supplier. Usually the sorting keyword. Used for
     
Object.equals(Object). 
 
 - 
 
 -