NotesServiceBase constructor

NotesServiceBase()

Implementation

NotesServiceBase() {
  $addMethod(
      $grpc.ServiceMethod<$0.NotesServiceCreateRequest, $1.IdentifierUUID>(
          'Create',
          create_Pre,
          false,
          false,
          ($core.List<$core.int> value) =>
              $0.NotesServiceCreateRequest.fromBuffer(value),
          ($1.IdentifierUUID value) => value.writeToBuffer()));
  $addMethod(
      $grpc.ServiceMethod<$0.NotesServiceUpdateRequest, $1.IdentifierUUID>(
          'Update',
          update_Pre,
          false,
          false,
          ($core.List<$core.int> value) =>
              $0.NotesServiceUpdateRequest.fromBuffer(value),
          ($1.IdentifierUUID value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$1.IdentifierUUIDWithUserComment,
          $1.IdentifierUUID>(
      'Cancel',
      cancel_Pre,
      false,
      false,
      ($core.List<$core.int> value) =>
          $1.IdentifierUUIDWithUserComment.fromBuffer(value),
      ($1.IdentifierUUID value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$1.IdentifierUUIDWithUserComment,
          $1.IdentifierUUID>(
      'Complete',
      complete_Pre,
      false,
      false,
      ($core.List<$core.int> value) =>
          $1.IdentifierUUIDWithUserComment.fromBuffer(value),
      ($1.IdentifierUUID value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$1.IdentifierUUIDWithUserComment,
          $1.IdentifierUUID>(
      'Reopen',
      reopen_Pre,
      false,
      false,
      ($core.List<$core.int> value) =>
          $1.IdentifierUUIDWithUserComment.fromBuffer(value),
      ($1.IdentifierUUID value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$1.IdentifierUUIDWithUserComment,
          $1.IdentifierUUID>(
      'Repeat',
      repeat_Pre,
      false,
      false,
      ($core.List<$core.int> value) =>
          $1.IdentifierUUIDWithUserComment.fromBuffer(value),
      ($1.IdentifierUUID value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$1.IdentifierUUIDWithUserComment,
          $1.IdentifierUUID>(
      'CommentAdd',
      commentAdd_Pre,
      false,
      false,
      ($core.List<$core.int> value) =>
          $1.IdentifierUUIDWithUserComment.fromBuffer(value),
      ($1.IdentifierUUID value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$1.IdentifierWithEmailAttributes,
          $1.IdentifierUUID>(
      'SendEmail',
      sendEmail_Pre,
      false,
      false,
      ($core.List<$core.int> value) =>
          $1.IdentifierWithEmailAttributes.fromBuffer(value),
      ($1.IdentifierUUID value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$1.Identifier, $0.Note>(
      'ViewByID',
      viewByID_Pre,
      false,
      false,
      ($core.List<$core.int> value) => $1.Identifier.fromBuffer(value),
      ($0.Note value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$1.IdentifierUUID, $0.Note>(
      'ViewByUUID',
      viewByUUID_Pre,
      false,
      false,
      ($core.List<$core.int> value) => $1.IdentifierUUID.fromBuffer(value),
      ($0.Note value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$1.Identifier, $0.Note>(
      'ViewEssentialByID',
      viewEssentialByID_Pre,
      false,
      false,
      ($core.List<$core.int> value) => $1.Identifier.fromBuffer(value),
      ($0.Note value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$1.IdentifierUUID, $0.Note>(
      'ViewEssentialByUUID',
      viewEssentialByUUID_Pre,
      false,
      false,
      ($core.List<$core.int> value) => $1.IdentifierUUID.fromBuffer(value),
      ($0.Note value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$1.IdentifiersList, $0.NotesList>(
      'ViewFromIDs',
      viewFromIDs_Pre,
      false,
      false,
      ($core.List<$core.int> value) => $1.IdentifiersList.fromBuffer(value),
      ($0.NotesList value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$1.ActiveStatus, $0.NotesList>(
      'ViewAll',
      viewAll_Pre,
      false,
      false,
      ($core.List<$core.int> value) => $1.ActiveStatus.fromBuffer(value),
      ($0.NotesList value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$1.IdentifierUUID, $0.NotesList>(
      'ViewAllForEntityUUID',
      viewAllForEntityUUID_Pre,
      false,
      false,
      ($core.List<$core.int> value) => $1.IdentifierUUID.fromBuffer(value),
      ($0.NotesList value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$0.NotesServicePaginationReq,
          $0.NotesServicePaginationResponse>(
      'ViewWithPagination',
      viewWithPagination_Pre,
      false,
      false,
      ($core.List<$core.int> value) =>
          $0.NotesServicePaginationReq.fromBuffer(value),
      ($0.NotesServicePaginationResponse value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$0.NotesServiceSearchAllReq, $0.NotesList>(
      'SearchAll',
      searchAll_Pre,
      false,
      false,
      ($core.List<$core.int> value) =>
          $0.NotesServiceSearchAllReq.fromBuffer(value),
      ($0.NotesList value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$0.NotesServiceFilterReq, $0.NotesList>(
      'Filter',
      filter_Pre,
      false,
      false,
      ($core.List<$core.int> value) =>
          $0.NotesServiceFilterReq.fromBuffer(value),
      ($0.NotesList value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$0.NotesServiceCountReq, $1.CountResponse>(
      'Count',
      count_Pre,
      false,
      false,
      ($core.List<$core.int> value) =>
          $0.NotesServiceCountReq.fromBuffer(value),
      ($1.CountResponse value) => value.writeToBuffer()));
}