public interface SearchTabModel
| Modifier and Type | Field and Description |
|---|---|
static String |
QUERY_PARAM_FACET_FILTER |
static String |
QUERY_PARAM_PAGE |
static String |
QUERY_PARAM_SEARCH_TERM |
| Modifier and Type | Method and Description |
|---|---|
FacetFiltersDTO |
getFacetFilters()
Retrieves a list of facet filter items.
|
List<ResultDTO> |
getResults()
Retrieves the results for the specified search query (query params in request)
|
int |
getResultsTotal()
Get the total number of results found.
|
SuggestionDTO |
getSuggestion()
Get search suggestion if there is one.
|
default String |
getTabId()
Retrieves the tabId configurable for the search tab component.
|
String |
getTitle()
Retrieves the title configurable for the search tab component.
|
String |
getUrl()
Retrieves the json export url.
|
boolean |
isShowLoadMoreButton()
A boolean flag used for displaying the load more button.
|
static final String QUERY_PARAM_SEARCH_TERM
static final String QUERY_PARAM_PAGE
static final String QUERY_PARAM_FACET_FILTER
String getTitle()
FacetFiltersDTO getFacetFilters()
List<ResultDTO> getResults()
SuggestionDTO getSuggestion()
int getResultsTotal()
boolean isShowLoadMoreButton()
String getUrl()
default String getTabId()
Copyright © 2023. All rights reserved.