| 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 |
|---|---|
java.util.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.
since 6.3, use ResultObjectWrapper instead.
|
class |
ResultObjectWrapper
Wraps a typed object into a result object that has a score attribute.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ResultObject> |
DefaultSearchResult.getResult() |
| Constructor and Description |
|---|
DefaultExtendedSearchResult(Query query,
java.util.List<ResultObject> result,
int totalCount) |
DefaultSearchResult(java.util.List<ResultObject> result,
int start,
int totalCount) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<ResultObject> |
GenericQuerySearchProvider.wrapModelResults(java.util.List<java.lang.Object> rawList) |
protected java.util.List<ResultObject> |
GenericQuerySearchProvider.wrapResults(java.util.List<java.lang.Object> rawList)
Deprecated.
since 6.3, use
GenericQuerySearchProvider.wrapModelResults(List) instead |
Copyright © 2018 SAP SE. All Rights Reserved.