Class TmaProcessTypeManagementApiController

java.lang.Object
de.hybris.platform.b2ctelcotmfwebservices.v2.controller.TmaBaseController
de.hybris.platform.b2ctelcotmfwebservices.v2.controller.TmaProcessTypeManagementApiController
All Implemented Interfaces:
ProcessTypeManagementApi

@Controller public class TmaProcessTypeManagementApiController extends TmaBaseController implements ProcessTypeManagementApi
Default implementation of ProcessTypeManagementApi
Since:
1907
  • Constructor Details

    • TmaProcessTypeManagementApiController

      public TmaProcessTypeManagementApiController()
  • Method Details

    • listProcessType

      @RequestMapping(value="processTypeManagement/processType", produces="application/json;charset=utf-8", method=GET) public org.springframework.http.ResponseEntity<List<ProcessType>> listProcessType(@Valid @RequestParam(value="fields",required=false) @Valid String fields)
      Specified by:
      listProcessType in interface ProcessTypeManagementApi
    • listQualifiedProcessType

      @RequestMapping(value="processTypeManagement/qualifiedProcessType", produces="application/json;charset=utf-8", method=GET) public org.springframework.http.ResponseEntity<List<QualifiedProcessType>> listQualifiedProcessType(@NotNull @Valid @RequestParam("relatedParty.Id") @NotNull @Valid String relatedPartyId, @Valid @RequestParam(value="fields",required=false) @Valid String fields)
      Specified by:
      listQualifiedProcessType in interface ProcessTypeManagementApi