| Modifier and Type | Method and Description |
|---|---|
SavedQuery |
DynamicFlexibleSearchContainer.getSavedQuery()
Returns the saved Query attached to this search container.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AdvancedSavedQuery |
class |
GeneratedAdvancedSavedQuery
Generated class for type
AdvancedSavedQuery. |
| Modifier and Type | Method and Description |
|---|---|
static SavedQuery |
HMCHelper.findSavedQuery(ComposedType type,
String code)
Finds and returns a SavedQuery which result type is of the given type (or one of its supertypes) and which code is
equal to the given code.
|
SavedQuery |
SearchRequest.getSavedQuery()
Returns the saved query which is to be used for this search request or null if there is no savedquery set.
|
| Modifier and Type | Method and Description |
|---|---|
static List<SavedQuery> |
HMCHelper.getSavedQueries(ComposedType type)
For the given
ComposedType all available SavedQueries (with this type as return type)
are returned. |
| Modifier and Type | Method and Description |
|---|---|
void |
SearchRequest.setSavedQuery(SavedQuery savedQuery)
Sets the saved query which is to be used for this search request.
|
| Modifier and Type | Method and Description |
|---|---|
SavedQuery |
AbstractGenericConditionalSearchChip.getSavedQuery()
Returns the currently selected SavedQuery for this search chip.
|
SavedQuery |
SavedQuerySelectToolbarActionChip.getSelectedSavedQuery() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractGenericConditionalSearchChip.selectSearch(SavedQuery savedQuery) |
void |
AbstractGenericConditionalSearchChip.setSavedQuery(SavedQuery savedQuery) |
| Modifier and Type | Method and Description |
|---|---|
SavedQuery |
FlexibleSearchContainer.getSavedQuery()
see PLA-5138
|
| Constructor and Description |
|---|
FlexibleSearchContainer(DisplayState displayState,
ComposedType composedType,
SavedQuery savedQuery) |
| Modifier and Type | Method and Description |
|---|---|
SavedQuery |
FlexibleSearch.createSavedQuery(String code,
ComposedType resultType,
String query,
Map params)
Deprecated.
Creates a new saved query upon a given composed type.
|
SavedQuery |
FlexibleSearch.getSavedQuery(String code)
Deprecated.
Finds a saved query by its code.
|
| Modifier and Type | Method and Description |
|---|---|
SavedQuery |
GeneratedServicelayerManager.createSavedQuery(Map attributeValues) |
SavedQuery |
GeneratedServicelayerManager.createSavedQuery(SessionContext ctx,
Map attributeValues) |
| Modifier and Type | Method and Description |
|---|---|
SavedQuery |
VariantsManager.createBaseProductsSearch()
Deprecated.
|
Copyright © 2017 SAP SE. All Rights Reserved.