| Package | Description |
|---|---|
| de.hybris.platform.hmc.generic.organizer | |
| de.hybris.platform.hmc.util.search | |
| de.hybris.platform.jalo | |
| de.hybris.platform.jalo.order | |
| de.hybris.platform.persistence |
| Modifier and Type | Method and Description |
|---|---|
void |
OrganizerChip.search(ComposedType type,
SearchContext ctx)
Deprecated.
please use setSearchComponent
|
| Modifier and Type | Method and Description |
|---|---|
SearchContext |
GenericSearchContainer.getSearchContext()
The
SearchContext which will be used to execute the search. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
GenericSearchContainer.setSearchContext(SearchContext searchContext)
Sets the
SessionContext which will be used to execute the search. |
| 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 Collection |
OrderManager.searchAbstractOrders(String orderTypeCode,
SearchContext context)
Deprecated.
Obsolete way of dynamic searching within orders. Use FlexibleSearchService to query for orders.
|
Collection |
OrderManager.searchCarts(SearchContext context)
Deprecated.
Obsolete way of dynamic searching within carts. Use FlexibleSearchService to query for carts.
|
Collection |
OrderManager.searchDiscounts(SearchContext context)
Deprecated.
Obsolete way of dynamic searching within discounts. Use FlexibleSearchService to query for discounts.
|
Collection |
OrderManager.searchOrders(SearchContext context)
Deprecated.
Obsolete way of dynamic searching within orders. Use FlexibleSearchService to query for orders.
|
Collection |
OrderManager.searchTaxes(SearchContext context)
Deprecated.
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 © 2017 SAP SE. All Rights Reserved.