public interface SortQueryData
Dao class and the associated sort code and query.| Modifier and Type | Method and Description |
|---|---|
String |
getQuery()
Get the sort query to be applied.
|
String |
getSortCode()
Get the sort code associated to the sort query to be applied.
|
Class<? extends Dao> |
getTypeClass()
Get the typeClass identifying the
SortQueryData |
boolean |
isDefault()
Determines if the sort query data is the default one or not.
|
Copyright © 2017 SAP SE. All Rights Reserved.