Class ProductSearchPageWsDTO
java.lang.Object
de.hybris.platform.commercewebservicescommons.dto.search.facetdata.ProductSearchPageWsDTO
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ProductCategorySearchPageWsDTO
Representation of a Product Search Page
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetSorts()voidsetBreadcrumbs(List<BreadcrumbWsDTO> breadcrumbs) voidsetCategoryCode(String categoryCode) voidsetCurrentQuery(SearchStateWsDTO currentQuery) voidsetFacets(List<FacetWsDTO> facets) voidsetFreeTextSearch(String freeTextSearch) voidsetKeywordRedirectUrl(String keywordRedirectUrl) voidsetPagination(PaginationWsDTO pagination) voidsetProducts(List<ProductWsDTO> products) voidvoidsetSpellingSuggestion(SpellingSuggestionWsDTO spellingSuggestion)
-
Constructor Details
-
ProductSearchPageWsDTO
public ProductSearchPageWsDTO()
-
-
Method Details
-
setFreeTextSearch
-
getFreeTextSearch
-
setCategoryCode
-
getCategoryCode
-
setKeywordRedirectUrl
-
getKeywordRedirectUrl
-
setSpellingSuggestion
-
getSpellingSuggestion
-
setProducts
-
getProducts
-
setSorts
-
getSorts
-
setPagination
-
getPagination
-
setCurrentQuery
-
getCurrentQuery
-
setBreadcrumbs
-
getBreadcrumbs
-
setFacets
-
getFacets
-