Interface TppOperationInfoRestApi


  • public interface TppOperationInfoRestApi
    • Method Detail

      • getAllOperations

        @GetMapping
        org.springframework.http.ResponseEntity<List<OperationInfo>> getAllOperations​(@RequestParam(value="operationType",required=false)
                                                                                      OperationType operationType)
      • addOperationInfo

        @PostMapping
        org.springframework.http.ResponseEntity<OperationInfo> addOperationInfo​(@RequestBody
                                                                                OperationInfo operationInfo)
      • deleteOperationInfo

        @DeleteMapping
        org.springframework.http.ResponseEntity<Void> deleteOperationInfo​(@RequestParam("operationInfoId")
                                                                          Long operationInfoId)