Package de.hybris.platform.cms2.services
Interface SortQueryData
- All Known Implementing Classes:
DefaultSortQueryData
public interface SortQueryData
Represents meta-information about an
Dao class and the associated sort code and query.-
Method Summary
Modifier and TypeMethodDescriptiongetQuery()Get the sort query to be applied.Get the sort code associated to the sort query to be applied.Get the typeClass identifying theSortQueryDatabooleanDetermines if the sort query data is the default one or not.
-
Method Details
-
getTypeClass
Get the typeClass identifying theSortQueryData -
getSortCode
String getSortCode()Get the sort code associated to the sort query to be applied. -
getQuery
String getQuery()Get the sort query to be applied. -
isDefault
boolean isDefault()Determines if the sort query data is the default one or not.
-