Class TmaCategoryApiController

java.lang.Object
de.hybris.platform.b2ctelcotmfwebservices.v2.controller.TmaBaseController
de.hybris.platform.b2ctelcotmfwebservices.v2.controller.TmaCategoryApiController
All Implemented Interfaces:
CategoryApi

@Controller public class TmaCategoryApiController extends TmaBaseController implements CategoryApi
Default implementation of CategoryApi
Since:
1903
  • Constructor Details

    • TmaCategoryApiController

      public TmaCategoryApiController()
  • Method Details

    • retrieveCategory

      @RequestMapping(value="/category/{id}", produces="application/json;charset=utf-8", method=GET) public org.springframework.http.ResponseEntity<List<Category>> retrieveCategory(@PathVariable("id") String id, @Valid @RequestParam(value="fields",required=false) @Valid String fields, @Valid @RequestParam(value="baseSiteId",required=false) @Valid String baseSiteId)
      Specified by:
      retrieveCategory in interface CategoryApi
    • getOptions

      protected static Set<de.hybris.platform.commercefacades.catalog.CatalogOption> getOptions()