SC - The type of search command used to run the searchE - The search result element typepublic interface CsSearchResult<SC extends CsSearchCommand,E>
| Modifier and Type | Method and Description |
|---|---|
List<CsSort> |
getAvailableSorts()
The sorting options that are available for this search result.
|
Pageable |
getPageable()
The paging and sorting data requested for the search that generated these results
|
List<DataObject<E>> |
getResult()
The search result elements found.
|
SC |
getSearchCommand()
The search command used to generate the search results
|
int |
getTotalPages()
The total number of result pages.
|
long |
getTotalResultCount()
The total number of results matched by the search.
|
SC getSearchCommand()
Pageable getPageable()
List<DataObject<E>> getResult()
long getTotalResultCount()
int getTotalPages()
Copyright © 2017 SAP SE. All Rights Reserved.