| Modifier and Type | Method and Description |
|---|---|
java.util.List<AutocompleteSuggestionData> |
SearchFacade.autocomplete(STATE searchState)
Get the auto complete suggestions for the provided input.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<AutocompleteSuggestionData> |
DefaultB2BBudgetFacade.autocomplete(BudgetSearchStateData searchState)
Deprecated.
|
java.util.List<AutocompleteSuggestionData> |
DefaultB2BCostCenterFacade.autocomplete(SearchStateData searchState)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<AutocompleteSuggestionData> |
DefaultB2BSolrProductSearchFacade.autocomplete(ProductSearchStateData searchState) |
java.util.List<AutocompleteSuggestionData> |
DefaultB2BFlexibleSearchProductSearchFacade.autocomplete(ProductSearchStateData searchState) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<AutocompleteSuggestionData> |
DefaultB2BBudgetFacade.autocomplete(BudgetSearchStateData searchState) |
java.util.List<AutocompleteSuggestionData> |
DefaultB2BCostCenterFacade.autocomplete(SearchStateData searchState) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<AutocompleteSuggestionData> |
SearchFacade.autocomplete(STATE searchState)
Get the auto complete suggestions for the provided input.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<AutocompleteSuggestionData> |
ProductSearchFacade.getAutocompleteSuggestions(java.lang.String input)
Get the auto complete suggestions for the provided input.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AutocompleteSuggestionPopulator.populate(AutocompleteSuggestion source,
AutocompleteSuggestionData target) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<AutocompleteSuggestionData> |
AutocompleteResultData.getSuggestions() |
| Modifier and Type | Method and Description |
|---|---|
void |
AutocompleteResultData.setSuggestions(java.util.List<AutocompleteSuggestionData> suggestions) |
| Modifier and Type | Method and Description |
|---|---|
protected Converter<AutocompleteSuggestion,AutocompleteSuggestionData> |
DefaultSolrProductSearchFacade.getAutocompleteSuggestionConverter() |
java.util.List<AutocompleteSuggestionData> |
DefaultSolrProductSearchFacade.getAutocompleteSuggestions(java.lang.String input) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultSolrProductSearchFacade.setAutocompleteSuggestionConverter(Converter<AutocompleteSuggestion,AutocompleteSuggestionData> autocompleteSuggestionConverter) |
Copyright © 2018 SAP SE. All Rights Reserved.