public interface SearchResult<E>
| Modifier and Type | Method and Description |
|---|---|
int |
getCount()
Gets the size of result collection with respect to specified range.
|
int |
getRequestedCount()
Gets specified result count.
|
int |
getRequestedStart()
Gets specified start index.
|
List<E> |
getResult()
Gets the search result.
|
int |
getTotalCount()
Gets overall count of search result without paying respect to specified search range.
|
int getCount()
int getTotalCount()
List<E> getResult()
null value at this
position.int getRequestedStart()
int getRequestedCount()
Copyright © 2017 SAP SE. All Rights Reserved.