Class ProductCategorySearchPageWsDTO
- java.lang.Object
-
- de.hybris.platform.commercewebservicescommons.dto.search.facetdata.ProductSearchPageWsDTO
-
- de.hybris.platform.commercewebservicescommons.dto.search.facetdata.ProductCategorySearchPageWsDTO
-
- All Implemented Interfaces:
java.io.Serializable
public class ProductCategorySearchPageWsDTO extends ProductSearchPageWsDTO
Representation od a Product Category Search Page- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ProductCategorySearchPageWsDTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<CategoryWsDTO>getSubCategories()voidsetSubCategories(java.util.List<CategoryWsDTO> subCategories)-
Methods inherited from class de.hybris.platform.commercewebservicescommons.dto.search.facetdata.ProductSearchPageWsDTO
getBreadcrumbs, getCategoryCode, getCurrentQuery, getFacets, getFreeTextSearch, getKeywordRedirectUrl, getPagination, getProducts, getSorts, getSpellingSuggestion, setBreadcrumbs, setCategoryCode, setCurrentQuery, setFacets, setFreeTextSearch, setKeywordRedirectUrl, setPagination, setProducts, setSorts, setSpellingSuggestion
-
-
-
-
Method Detail
-
setSubCategories
public void setSubCategories(java.util.List<CategoryWsDTO> subCategories)
-
getSubCategories
public java.util.List<CategoryWsDTO> getSubCategories()
-
-