java.lang.Object
de.hybris.platform.cmssmarteditwebservices.catalogs.controller.CatalogController

@RestController @RequestMapping("/v1/sites/{baseSiteId}") public class CatalogController extends Object
Controller to retrieve catalog information related to a given site.
  • Constructor Details

    • CatalogController

      public CatalogController()
  • Method Details

    • getContentCatalogs

      @GetMapping("/contentcatalogs") public CatalogListWsDTO getContentCatalogs(@PathVariable String baseSiteId)
    • getProductCatalogs

      @GetMapping("/productcatalogs") public CatalogListWsDTO getProductCatalogs(@PathVariable String baseSiteId)
    • getCatalogFacade

      protected CatalogFacade getCatalogFacade()
    • setCatalogFacade

      public void setCatalogFacade(CatalogFacade catalogFacade)
    • getDataMapper

      protected DataMapper getDataMapper()
    • setDataMapper

      public void setDataMapper(DataMapper dataMapper)