Class CategorySearchController
- java.lang.Object
-
- de.hybris.platform.cmssmarteditwebservices.products.controller.CategorySearchController
-
@Controller @RequestMapping("/v1/productcatalogs/{catalogId}/versions/{versionId}/categories") public class CategorySearchController extends java.lang.ObjectController to search Product Categories within a Product Catalog Version.
-
-
Constructor Summary
Constructors Constructor Description CategorySearchController()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CategorySearchResultWsDTOfindProductCategoriesByTextOrMask(java.lang.String text, java.lang.String mask, PageableWsDTO pageableDto)protected ProductSearchFacadegetCmsSeProductSearchFacade()protected DataMappergetDataMapper()protected WebPaginationUtilsgetWebPaginationUtils()voidsetCmsSeProductSearchFacade(ProductSearchFacade cmsSeProductSearchFacade)voidsetDataMapper(DataMapper dataMapper)voidsetWebPaginationUtils(WebPaginationUtils webPaginationUtils)
-
-
-
Method Detail
-
findProductCategoriesByTextOrMask
@RequestMapping(method=GET, params="pageSize") @ResponseBody public CategorySearchResultWsDTO findProductCategoriesByTextOrMask(@RequestParam(required=false) java.lang.String text, @RequestParam(required=false) java.lang.String mask, @ModelAttribute PageableWsDTO pageableDto)
-
getCmsSeProductSearchFacade
protected ProductSearchFacade getCmsSeProductSearchFacade()
-
setCmsSeProductSearchFacade
public void setCmsSeProductSearchFacade(ProductSearchFacade cmsSeProductSearchFacade)
-
getWebPaginationUtils
protected WebPaginationUtils getWebPaginationUtils()
-
setWebPaginationUtils
public void setWebPaginationUtils(WebPaginationUtils webPaginationUtils)
-
getDataMapper
protected DataMapper getDataMapper()
-
setDataMapper
public void setDataMapper(DataMapper dataMapper)
-
-