Class CategorySearchController


  • @Controller
    @RequestMapping("/v1/productcatalogs/{catalogId}/versions/{versionId}/categories")
    public class CategorySearchController
    extends java.lang.Object
    Controller to search Product Categories within a Product Catalog Version.
    • Constructor Detail

      • CategorySearchController

        public CategorySearchController()
    • 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)
      • setCmsSeProductSearchFacade

        public void setCmsSeProductSearchFacade​(ProductSearchFacade cmsSeProductSearchFacade)
      • setWebPaginationUtils

        public void setWebPaginationUtils​(WebPaginationUtils webPaginationUtils)
      • getDataMapper

        protected DataMapper getDataMapper()
      • setDataMapper

        public void setDataMapper​(DataMapper dataMapper)