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