ActionsCodesServiceBase constructor

ActionsCodesServiceBase()

Implementation

ActionsCodesServiceBase() {
  $addMethod($grpc.ServiceMethod<$0.ActionsCodesServiceCreateRequest,
          $1.IdentifierResponse>(
      'Create',
      create_Pre,
      false,
      false,
      ($core.List<$core.int> value) =>
          $0.ActionsCodesServiceCreateRequest.fromBuffer(value),
      ($1.IdentifierResponse value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$0.ActionsCodesServiceCreateRequest,
          $1.IdentifierResponse>(
      'Draft',
      draft_Pre,
      false,
      false,
      ($core.List<$core.int> value) =>
          $0.ActionsCodesServiceCreateRequest.fromBuffer(value),
      ($1.IdentifierResponse value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$0.ActionsCodesServiceUpdateRequest,
          $1.IdentifierResponse>(
      'DraftUpdate',
      draftUpdate_Pre,
      false,
      false,
      ($core.List<$core.int> value) =>
          $0.ActionsCodesServiceUpdateRequest.fromBuffer(value),
      ($1.IdentifierResponse value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$1.IdentifierUUIDWithUserComment,
          $1.IdentifierResponse>(
      'SendForVerification',
      sendForVerification_Pre,
      false,
      false,
      ($core.List<$core.int> value) =>
          $1.IdentifierUUIDWithUserComment.fromBuffer(value),
      ($1.IdentifierResponse value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$1.IdentifierUUIDWithUserComment,
          $1.IdentifierResponse>(
      'Verify',
      verify_Pre,
      false,
      false,
      ($core.List<$core.int> value) =>
          $1.IdentifierUUIDWithUserComment.fromBuffer(value),
      ($1.IdentifierResponse value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$1.IdentifierUUIDWithUserComment,
          $1.IdentifierResponse>(
      'Approve',
      approve_Pre,
      false,
      false,
      ($core.List<$core.int> value) =>
          $1.IdentifierUUIDWithUserComment.fromBuffer(value),
      ($1.IdentifierResponse value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$1.IdentifierUUIDWithUserComment,
          $1.IdentifierResponse>(
      'SendForRevision',
      sendForRevision_Pre,
      false,
      false,
      ($core.List<$core.int> value) =>
          $1.IdentifierUUIDWithUserComment.fromBuffer(value),
      ($1.IdentifierResponse value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$0.ActionsCodesServiceUpdateRequest,
          $1.IdentifierResponse>(
      'RevisionUpdate',
      revisionUpdate_Pre,
      false,
      false,
      ($core.List<$core.int> value) =>
          $0.ActionsCodesServiceUpdateRequest.fromBuffer(value),
      ($1.IdentifierResponse value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$1.IdentifierUUIDWithUserComment,
          $1.IdentifierResponse>(
      'Halt',
      halt_Pre,
      false,
      false,
      ($core.List<$core.int> value) =>
          $1.IdentifierUUIDWithUserComment.fromBuffer(value),
      ($1.IdentifierResponse value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$1.IdentifierUUIDWithUserComment,
          $1.IdentifierResponse>(
      'Discard',
      discard_Pre,
      false,
      false,
      ($core.List<$core.int> value) =>
          $1.IdentifierUUIDWithUserComment.fromBuffer(value),
      ($1.IdentifierResponse value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$1.IdentifierUUIDWithUserComment,
          $1.IdentifierResponse>(
      'Restore',
      restore_Pre,
      false,
      false,
      ($core.List<$core.int> value) =>
          $1.IdentifierUUIDWithUserComment.fromBuffer(value),
      ($1.IdentifierResponse value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$1.IdentifierUUIDWithUserComment,
          $1.IdentifierResponse>(
      'CommentAdd',
      commentAdd_Pre,
      false,
      false,
      ($core.List<$core.int> value) =>
          $1.IdentifierUUIDWithUserComment.fromBuffer(value),
      ($1.IdentifierResponse value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$1.Identifier, $0.ActionCode>(
      'ViewByID',
      viewByID_Pre,
      false,
      false,
      ($core.List<$core.int> value) => $1.Identifier.fromBuffer(value),
      ($0.ActionCode value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$1.IdentifierUUID, $0.ActionCode>(
      'ViewByUUID',
      viewByUUID_Pre,
      false,
      false,
      ($core.List<$core.int> value) => $1.IdentifierUUID.fromBuffer(value),
      ($0.ActionCode value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$1.Identifier, $0.ActionCode>(
      'ViewEssentialByID',
      viewEssentialByID_Pre,
      false,
      false,
      ($core.List<$core.int> value) => $1.Identifier.fromBuffer(value),
      ($0.ActionCode value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$1.IdentifierUUID, $0.ActionCode>(
      'ViewEssentialByUUID',
      viewEssentialByUUID_Pre,
      false,
      false,
      ($core.List<$core.int> value) => $1.IdentifierUUID.fromBuffer(value),
      ($0.ActionCode value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$1.IdentifiersList, $0.ActionsCodesList>(
      'ViewFromIDs',
      viewFromIDs_Pre,
      false,
      false,
      ($core.List<$core.int> value) => $1.IdentifiersList.fromBuffer(value),
      ($0.ActionsCodesList value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$1.ActiveStatus, $0.ActionsCodesList>(
      'ViewAll',
      viewAll_Pre,
      false,
      false,
      ($core.List<$core.int> value) => $1.ActiveStatus.fromBuffer(value),
      ($0.ActionsCodesList value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$1.IdentifierUUID, $0.ActionsCodesList>(
      'ViewAllForEntityUUID',
      viewAllForEntityUUID_Pre,
      false,
      false,
      ($core.List<$core.int> value) => $1.IdentifierUUID.fromBuffer(value),
      ($0.ActionsCodesList value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$0.ActionsCodesServicePaginationReq,
          $0.ActionsCodesServicePaginationResponse>(
      'ViewWithPagination',
      viewWithPagination_Pre,
      false,
      false,
      ($core.List<$core.int> value) =>
          $0.ActionsCodesServicePaginationReq.fromBuffer(value),
      ($0.ActionsCodesServicePaginationResponse value) =>
          value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$0.ActionsCodesServiceSearchAllReq,
          $0.ActionsCodesList>(
      'SearchAll',
      searchAll_Pre,
      false,
      false,
      ($core.List<$core.int> value) =>
          $0.ActionsCodesServiceSearchAllReq.fromBuffer(value),
      ($0.ActionsCodesList value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$0.ActionsCodesServiceFilterReq,
          $0.ActionsCodesList>(
      'Filter',
      filter_Pre,
      false,
      false,
      ($core.List<$core.int> value) =>
          $0.ActionsCodesServiceFilterReq.fromBuffer(value),
      ($0.ActionsCodesList value) => value.writeToBuffer()));
  $addMethod(
      $grpc.ServiceMethod<$1.CountInSLCStatusRequest, $1.CountResponse>(
          'CountInStatus',
          countInStatus_Pre,
          false,
          false,
          ($core.List<$core.int> value) =>
              $1.CountInSLCStatusRequest.fromBuffer(value),
          ($1.CountResponse value) => value.writeToBuffer()));
  $addMethod(
      $grpc.ServiceMethod<$0.ActionsCodesServiceCountReq, $1.CountResponse>(
          'Count',
          count_Pre,
          false,
          false,
          ($core.List<$core.int> value) =>
              $0.ActionsCodesServiceCountReq.fromBuffer(value),
          ($1.CountResponse value) => value.writeToBuffer()));
  $addMethod(
      $grpc.ServiceMethod<$0.ActionsCodesServiceFilterReq, $1.StandardFile>(
          'DownloadAsCSV',
          downloadAsCSV_Pre,
          false,
          false,
          ($core.List<$core.int> value) =>
              $0.ActionsCodesServiceFilterReq.fromBuffer(value),
          ($1.StandardFile value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$1.StandardFile, $1.IdentifierUUIDsList>(
      'ImportFromCSV',
      importFromCSV_Pre,
      false,
      false,
      ($core.List<$core.int> value) => $1.StandardFile.fromBuffer(value),
      ($1.IdentifierUUIDsList value) => value.writeToBuffer()));
}