public class ListSearchResult extends Object
| Constructor and Description |
|---|
ListSearchResult(List hits,
List<SortCriterion> sort) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getElementAt(int pos) |
List |
getResult() |
List<SortCriterion> |
getSort() |
int |
getTotalCount() |
public ListSearchResult(List hits, List<SortCriterion> sort)
public List getResult()
public Object getElementAt(int pos)
public int getTotalCount()
public List<SortCriterion> getSort()
Copyright © 2017 SAP SE. All Rights Reserved.