java.lang.Object
de.hybris.platform.cmssmarteditwebservices.products.controller.CategoryController

@Controller @RequestMapping("/v1/sites/{baseSiteId}/categories") public class CategoryController extends 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 Details

    • CategoryController

      public CategoryController()
  • Method Details

    • getCategoryByCode

      @GetMapping("/{code}") @ResponseBody public CategoryWsDTO getCategoryByCode(@PathVariable String code)
    • 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)