Class CategoryController


  • @Controller
    @RequestMapping("/v1/sites/{siteId}/categories")
    public class CategoryController
    extends java.lang.Object
    Controller to retrieve Product Categories by its item composed key. For more details about how to generate the item composed key, refer to the documentation about the UniqueItemIdentifierService.
    • Constructor Detail

      • CategoryController

        public CategoryController()
    • Method Detail

      • getCategoryByCode

        @RequestMapping(value="/{code}",
                        method=GET)
        @ResponseBody
        public CategoryWsDTO getCategoryByCode​(@PathVariable
                                               java.lang.String code)
      • setCmsSeProductSearchFacade

        public void setCmsSeProductSearchFacade​(ProductSearchFacade cmsSeProductSearchFacade)
      • setWebPaginationUtils

        public void setWebPaginationUtils​(WebPaginationUtils webPaginationUtils)
      • getDataMapper

        protected DataMapper getDataMapper()
      • setDataMapper

        public void setDataMapper​(DataMapper dataMapper)