ProjectsServiceBase constructor

ProjectsServiceBase()

Implementation

ProjectsServiceBase() {
  $addMethod($grpc.ServiceMethod<$0.ProjectsServiceCreateRequest,
          $1.IdentifierResponse>(
      'Create',
      create_Pre,
      false,
      false,
      ($core.List<$core.int> value) =>
          $0.ProjectsServiceCreateRequest.fromBuffer(value),
      ($1.IdentifierResponse value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$0.ProjectsServiceCreateRequest,
          $1.IdentifierResponse>(
      'Draft',
      draft_Pre,
      false,
      false,
      ($core.List<$core.int> value) =>
          $0.ProjectsServiceCreateRequest.fromBuffer(value),
      ($1.IdentifierResponse value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$0.ProjectsServiceUpdateRequest,
          $1.IdentifierResponse>(
      'DraftUpdate',
      draftUpdate_Pre,
      false,
      false,
      ($core.List<$core.int> value) =>
          $0.ProjectsServiceUpdateRequest.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.ProjectsServiceUpdateRequest,
          $1.IdentifierResponse>(
      'RevisionUpdate',
      revisionUpdate_Pre,
      false,
      false,
      ($core.List<$core.int> value) =>
          $0.ProjectsServiceUpdateRequest.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>(
      'Complete',
      complete_Pre,
      false,
      false,
      ($core.List<$core.int> value) =>
          $1.IdentifierUUIDWithUserComment.fromBuffer(value),
      ($1.IdentifierResponse value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$1.IdentifierUUIDWithUserComment,
          $1.IdentifierResponse>(
      'Repeat',
      repeat_Pre,
      false,
      false,
      ($core.List<$core.int> value) =>
          $1.IdentifierUUIDWithUserComment.fromBuffer(value),
      ($1.IdentifierResponse value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$1.IdentifierUUIDWithUserComment,
          $1.IdentifierResponse>(
      'Reopen',
      reopen_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.IdentifierWithEmailAttributes,
          $1.IdentifierResponse>(
      'SendEmail',
      sendEmail_Pre,
      false,
      false,
      ($core.List<$core.int> value) =>
          $1.IdentifierWithEmailAttributes.fromBuffer(value),
      ($1.IdentifierResponse value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$0.ProjectsServiceContactCreateRequest,
          $1.IdentifierResponse>(
      'AddProjectContact',
      addProjectContact_Pre,
      false,
      false,
      ($core.List<$core.int> value) =>
          $0.ProjectsServiceContactCreateRequest.fromBuffer(value),
      ($1.IdentifierResponse value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$1.IdentifierWithUserComment,
          $1.IdentifierResponse>(
      'ApproveProjectContact',
      approveProjectContact_Pre,
      false,
      false,
      ($core.List<$core.int> value) =>
          $1.IdentifierWithUserComment.fromBuffer(value),
      ($1.IdentifierResponse value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$1.IdentifierWithUserComment,
          $1.IdentifierResponse>(
      'DeleteProjectContact',
      deleteProjectContact_Pre,
      false,
      false,
      ($core.List<$core.int> value) =>
          $1.IdentifierWithUserComment.fromBuffer(value),
      ($1.IdentifierResponse value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$1.Identifier, $0.ProjectContact>(
      'ViewProjectContactByID',
      viewProjectContactByID_Pre,
      false,
      false,
      ($core.List<$core.int> value) => $1.Identifier.fromBuffer(value),
      ($0.ProjectContact value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$1.IdentifierUUID, $0.ProjectContactsList>(
      'ViewProjectContacts',
      viewProjectContacts_Pre,
      false,
      false,
      ($core.List<$core.int> value) => $1.IdentifierUUID.fromBuffer(value),
      ($0.ProjectContactsList value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$1.Identifier, $0.Project>(
      'ViewByID',
      viewByID_Pre,
      false,
      false,
      ($core.List<$core.int> value) => $1.Identifier.fromBuffer(value),
      ($0.Project value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$1.IdentifierUUID, $0.Project>(
      'ViewByUUID',
      viewByUUID_Pre,
      false,
      false,
      ($core.List<$core.int> value) => $1.IdentifierUUID.fromBuffer(value),
      ($0.Project value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$1.Identifier, $0.Project>(
      'ViewEssentialByID',
      viewEssentialByID_Pre,
      false,
      false,
      ($core.List<$core.int> value) => $1.Identifier.fromBuffer(value),
      ($0.Project value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$1.IdentifierUUID, $0.Project>(
      'ViewEssentialByUUID',
      viewEssentialByUUID_Pre,
      false,
      false,
      ($core.List<$core.int> value) => $1.IdentifierUUID.fromBuffer(value),
      ($0.Project value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$1.IdentifiersList, $0.ProjectsList>(
      'ViewFromIDs',
      viewFromIDs_Pre,
      false,
      false,
      ($core.List<$core.int> value) => $1.IdentifiersList.fromBuffer(value),
      ($0.ProjectsList value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$1.ActiveStatus, $0.ProjectsList>(
      'ViewAll',
      viewAll_Pre,
      false,
      false,
      ($core.List<$core.int> value) => $1.ActiveStatus.fromBuffer(value),
      ($0.ProjectsList value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$1.IdentifierUUID, $0.ProjectsList>(
      'ViewAllForEntityUUID',
      viewAllForEntityUUID_Pre,
      false,
      false,
      ($core.List<$core.int> value) => $1.IdentifierUUID.fromBuffer(value),
      ($0.ProjectsList value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$0.ProjectsServicePaginationReq,
          $0.ProjectsServicePaginationResponse>(
      'ViewWithPagination',
      viewWithPagination_Pre,
      false,
      false,
      ($core.List<$core.int> value) =>
          $0.ProjectsServicePaginationReq.fromBuffer(value),
      ($0.ProjectsServicePaginationResponse value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$1.IdentifierUUID, $0.ProjectStatistics>(
      'ViewStatistics',
      viewStatistics_Pre,
      false,
      false,
      ($core.List<$core.int> value) => $1.IdentifierUUID.fromBuffer(value),
      ($0.ProjectStatistics value) => value.writeToBuffer()));
  $addMethod(
      $grpc.ServiceMethod<$0.ProjectsServiceSearchAllReq, $0.ProjectsList>(
          'SearchAll',
          searchAll_Pre,
          false,
          false,
          ($core.List<$core.int> value) =>
              $0.ProjectsServiceSearchAllReq.fromBuffer(value),
          ($0.ProjectsList value) => value.writeToBuffer()));
  $addMethod(
      $grpc.ServiceMethod<$0.ProjectsServiceFilterReq, $0.ProjectsList>(
          'Filter',
          filter_Pre,
          false,
          false,
          ($core.List<$core.int> value) =>
              $0.ProjectsServiceFilterReq.fromBuffer(value),
          ($0.ProjectsList 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.ProjectsServiceCountReq, $1.CountResponse>(
          'Count',
          count_Pre,
          false,
          false,
          ($core.List<$core.int> value) =>
              $0.ProjectsServiceCountReq.fromBuffer(value),
          ($1.CountResponse value) => value.writeToBuffer()));
  $addMethod(
      $grpc.ServiceMethod<$0.ProjectsServiceFilterReq, $1.StandardFile>(
          'DownloadAsCSV',
          downloadAsCSV_Pre,
          false,
          false,
          ($core.List<$core.int> value) =>
              $0.ProjectsServiceFilterReq.fromBuffer(value),
          ($1.StandardFile value) => value.writeToBuffer()));
}