Class CategorySearchController
java.lang.Object
de.hybris.platform.cmssmarteditwebservices.products.controller.CategorySearchController
@Controller
@RequestMapping("/v1/productcatalogs/{catalogId}/versions/{versionId}/categories")
public class CategorySearchController
extends Object
Controller to search Product Categories within a Product Catalog Version.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfindProductCategoriesByTextOrMask(String text, String mask, String langIsoCode, PageableWsDTO pageableDto) protected ProductSearchFacadeprotected DataMapperprotected WebPaginationUtilsvoidsetCmsSeProductSearchFacade(ProductSearchFacade cmsSeProductSearchFacade) voidsetDataMapper(DataMapper dataMapper) voidsetWebPaginationUtils(WebPaginationUtils webPaginationUtils)
-
Constructor Details
-
CategorySearchController
public CategorySearchController()
-
-
Method Details
-
findProductCategoriesByTextOrMask
@GetMapping @ResponseBody public CategorySearchResultWsDTO findProductCategoriesByTextOrMask(@RequestParam(required=false) String text, @RequestParam(required=false) String mask, @RequestParam(required=false) String langIsoCode, @ModelAttribute PageableWsDTO pageableDto) -
getCmsSeProductSearchFacade
-
setCmsSeProductSearchFacade
-
getWebPaginationUtils
-
setWebPaginationUtils
-
getDataMapper
-
setDataMapper
-