Class ProductSearchPageData<STATE,RESULT>
- java.lang.Object
-
- de.hybris.platform.commerceservices.search.pagedata.SearchPageData<RESULT>
-
- de.hybris.platform.commerceservices.search.facetdata.FacetSearchPageData<STATE,RESULT>
-
- de.hybris.platform.commerceservices.search.facetdata.ProductSearchPageData<STATE,RESULT>
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
ProductCategorySearchPageData
public class ProductSearchPageData<STATE,RESULT> extends FacetSearchPageData<STATE,RESULT>
POJO containing the result page for product search.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ProductSearchPageData()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetCategoryCode()java.lang.StringgetFreeTextSearch()java.lang.StringgetKeywordRedirectUrl()SpellingSuggestionData<STATE>getSpellingSuggestion()voidsetCategoryCode(java.lang.String categoryCode)voidsetFreeTextSearch(java.lang.String freeTextSearch)voidsetKeywordRedirectUrl(java.lang.String keywordRedirectUrl)voidsetSpellingSuggestion(SpellingSuggestionData<STATE> spellingSuggestion)-
Methods inherited from class de.hybris.platform.commerceservices.search.facetdata.FacetSearchPageData
getBreadcrumbs, getCurrentQuery, getFacets, setBreadcrumbs, setCurrentQuery, setFacets
-
Methods inherited from class de.hybris.platform.commerceservices.search.pagedata.SearchPageData
getDateRange, getPagination, getResults, getSorts, setDateRange, setPagination, setResults, setSorts
-
-
-
-
Method Detail
-
setFreeTextSearch
public void setFreeTextSearch(java.lang.String freeTextSearch)
-
getFreeTextSearch
public java.lang.String getFreeTextSearch()
-
setCategoryCode
public void setCategoryCode(java.lang.String categoryCode)
-
getCategoryCode
public java.lang.String getCategoryCode()
-
setKeywordRedirectUrl
public void setKeywordRedirectUrl(java.lang.String keywordRedirectUrl)
-
getKeywordRedirectUrl
public java.lang.String getKeywordRedirectUrl()
-
setSpellingSuggestion
public void setSpellingSuggestion(SpellingSuggestionData<STATE> spellingSuggestion)
-
getSpellingSuggestion
public SpellingSuggestionData<STATE> getSpellingSuggestion()
-
-