public class ProductSearchPageData<STATE,RESULT> extends FacetSearchPageData<STATE,RESULT>
| Constructor and Description |
|---|
ProductSearchPageData() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCategoryCode() |
String |
getFreeTextSearch() |
String |
getKeywordRedirectUrl() |
SpellingSuggestionData<STATE> |
getSpellingSuggestion() |
void |
setCategoryCode(String categoryCode) |
void |
setFreeTextSearch(String freeTextSearch) |
void |
setKeywordRedirectUrl(String keywordRedirectUrl) |
void |
setSpellingSuggestion(SpellingSuggestionData<STATE> spellingSuggestion) |
getBreadcrumbs, getCurrentQuery, getFacets, setBreadcrumbs, setCurrentQuery, setFacetsgetDateRange, getPagination, getResults, getSorts, setDateRange, setPagination, setResults, setSortspublic void setFreeTextSearch(String freeTextSearch)
public String getFreeTextSearch()
public void setCategoryCode(String categoryCode)
public String getCategoryCode()
public void setKeywordRedirectUrl(String keywordRedirectUrl)
public String getKeywordRedirectUrl()
public void setSpellingSuggestion(SpellingSuggestionData<STATE> spellingSuggestion)
public SpellingSuggestionData<STATE> getSpellingSuggestion()
Copyright © 2017 SAP SE. All Rights Reserved.