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