ITEM - Type of item to be searched.STATE - Type of search state depending containing the information about the query.public interface SearchFacade<ITEM,STATE extends SearchStateData>
| Modifier and Type | Method and Description |
|---|---|
java.util.List<AutocompleteSuggestionData> |
autocomplete(STATE searchState)
Get the auto complete suggestions for the provided input.
|
SearchPageData<ITEM> |
search(STATE searchState,
PageableData pageableData)
Searches for the ITEM's based on the search state.
|
SearchPageData<ITEM> search(STATE searchState, PageableData pageableData)
#textSearch(String).searchState - the search query objectpageableData - the page to returnjava.util.List<AutocompleteSuggestionData> autocomplete(STATE searchState)
searchState - the search query objectCopyright © 2018 SAP SE. All Rights Reserved.