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

      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)