@UESComponent public interface UESSuggestService
Modifier and Type | Method and Description |
---|---|
SuggestHistoryEntry[] |
getHistoryEntryList(SuggestHistoryKey aKey)
Returns history entries of a suggest.
|
SuggestItem[] |
getItemList(java.lang.String aProvider,
Returns a list of suggest items provided by aProvider component.
|
void |
putHistoryValue(SuggestHistoryKey aKey,
Stores value aValue to the suggest history with key aKey.
|
aProvider
- The name of the provider component to use.aContext
- The suggest context which can contain additonal attributes
if required by the provider.aKey
- The history key.aValue
- The value to store.aKey
- The history key.