| Package | Description |
|---|---|
| de.hybris.platform.jalo | |
| de.hybris.platform.jalo.order | |
| de.hybris.platform.persistence |
| Modifier and Type | Method and Description |
|---|---|
SearchContext |
JaloSession.createSearchContext()
Returns a SearchContext object which is used for Search operations.
|
SearchContext |
SearchContext.getCopy() |
| Modifier and Type | Method and Description |
|---|---|
SearchResult |
JaloSession.search(GenericQuery genericQuery,
Principal principal,
SearchContext searchCtx)
Initiates a search with the given
GenericQuery and SearchContext. |
SearchResult |
JaloSession.search(GenericQuery query,
SearchContext ctx)
Initiates a search with the given
GenericQuery and SearchContext. |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.Collection |
OrderManager.searchAbstractOrders(java.lang.String orderTypeCode,
SearchContext context)
Deprecated.
since ages - Obsolete way of dynamic searching within orders. Use FlexibleSearchService to query for orders.
|
java.util.Collection |
OrderManager.searchCarts(SearchContext context)
Deprecated.
since ages - Obsolete way of dynamic searching within carts. Use FlexibleSearchService to query for carts.
|
java.util.Collection |
OrderManager.searchDiscounts(SearchContext context)
Deprecated.
since ages - Obsolete way of dynamic searching within discounts. Use FlexibleSearchService to query for discounts.
|
java.util.Collection |
OrderManager.searchOrders(SearchContext context)
Deprecated.
since ages - Obsolete way of dynamic searching within orders. Use FlexibleSearchService to query for orders.
|
java.util.Collection |
OrderManager.searchTaxes(SearchContext context)
Deprecated.
since ages - Obsolete way of dynamic searching within taxes. Use FlexibleSearchService to query for taxes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
StandardSearchContext |
| Modifier and Type | Method and Description |
|---|---|
SearchContext |
StandardSearchContext.getCopy() |
Copyright © 2018 SAP SE. All Rights Reserved.