| Package | Description |
|---|---|
| de.hybris.platform.cockpit.model.search | |
| de.hybris.platform.cockpit.model.search.impl | |
| de.hybris.platform.cockpit.services.search.impl |
| Modifier and Type | Method and Description |
|---|---|
List<ResultObject> |
SearchResult.getResult()
Returns the object result collection according to the range specified inside the query of this result.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultResultObject
Deprecated.
Use ResultObjectWrapper instead.
|
class |
ResultObjectWrapper
Wraps a typed object into a result object that has a score attribute.
|
| Modifier and Type | Method and Description |
|---|---|
List<ResultObject> |
DefaultSearchResult.getResult() |
| Constructor and Description |
|---|
DefaultExtendedSearchResult(Query query,
List<ResultObject> result,
int totalCount) |
DefaultSearchResult(List<ResultObject> result,
int start,
int totalCount) |
| Modifier and Type | Method and Description |
|---|---|
protected List<ResultObject> |
GenericQuerySearchProvider.wrapModelResults(List<Object> rawList) |
protected List<ResultObject> |
GenericQuerySearchProvider.wrapResults(List<Object> rawList)
Deprecated.
|
Copyright © 2017 SAP SE. All Rights Reserved.