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 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

      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)