FormsFieldsServiceBase constructor

FormsFieldsServiceBase()

Implementation

FormsFieldsServiceBase() {
  $addMethod(
      $grpc.ServiceMethod<$0.FormsFieldsServiceCreateRequest, $0.FormField>(
          'Create',
          create_Pre,
          false,
          false,
          ($core.List<$core.int> value) =>
              $0.FormsFieldsServiceCreateRequest.fromBuffer(value),
          ($0.FormField value) => value.writeToBuffer()));
  $addMethod(
      $grpc.ServiceMethod<$0.FormsFieldsServiceUpdateRequest, $0.FormField>(
          'Update',
          update_Pre,
          false,
          false,
          ($core.List<$core.int> value) =>
              $0.FormsFieldsServiceUpdateRequest.fromBuffer(value),
          ($0.FormField 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.Identifier, $0.FormField>(
      'ViewByID',
      viewByID_Pre,
      false,
      false,
      ($core.List<$core.int> value) => $1.Identifier.fromBuffer(value),
      ($0.FormField value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$1.IdentifierUUID, $0.FormField>(
      'ViewByUUID',
      viewByUUID_Pre,
      false,
      false,
      ($core.List<$core.int> value) => $1.IdentifierUUID.fromBuffer(value),
      ($0.FormField value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$1.SimpleSearchReq, $0.FormField>(
      'ViewByCode',
      viewByCode_Pre,
      false,
      false,
      ($core.List<$core.int> value) => $1.SimpleSearchReq.fromBuffer(value),
      ($0.FormField value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$1.Identifier, $0.FormField>(
      'ViewEssentialByID',
      viewEssentialByID_Pre,
      false,
      false,
      ($core.List<$core.int> value) => $1.Identifier.fromBuffer(value),
      ($0.FormField value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$1.IdentifierUUID, $0.FormField>(
      'ViewEssentialByUUID',
      viewEssentialByUUID_Pre,
      false,
      false,
      ($core.List<$core.int> value) => $1.IdentifierUUID.fromBuffer(value),
      ($0.FormField value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$1.IdentifiersList, $0.FormsFieldsList>(
      'ViewFromIDs',
      viewFromIDs_Pre,
      false,
      false,
      ($core.List<$core.int> value) => $1.IdentifiersList.fromBuffer(value),
      ($0.FormsFieldsList value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$1.ActiveStatus, $0.FormsFieldsList>(
      'ViewAll',
      viewAll_Pre,
      false,
      false,
      ($core.List<$core.int> value) => $1.ActiveStatus.fromBuffer(value),
      ($0.FormsFieldsList value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$1.IdentifierUUID, $0.FormsFieldsList>(
      'ViewAllForEntityUUID',
      viewAllForEntityUUID_Pre,
      false,
      false,
      ($core.List<$core.int> value) => $1.IdentifierUUID.fromBuffer(value),
      ($0.FormsFieldsList value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$0.FormsFieldsServicePaginationReq,
          $0.FormFieldPaginationResp>(
      'ViewWithPagination',
      viewWithPagination_Pre,
      false,
      false,
      ($core.List<$core.int> value) =>
          $0.FormsFieldsServicePaginationReq.fromBuffer(value),
      ($0.FormFieldPaginationResp value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$0.FormsFieldsServiceSearchAllReq,
          $0.FormsFieldsList>(
      'SearchAll',
      searchAll_Pre,
      false,
      false,
      ($core.List<$core.int> value) =>
          $0.FormsFieldsServiceSearchAllReq.fromBuffer(value),
      ($0.FormsFieldsList value) => value.writeToBuffer()));
  $addMethod(
      $grpc.ServiceMethod<$0.FormsFieldsServiceFilterReq, $0.FormsFieldsList>(
          'Filter',
          filter_Pre,
          false,
          false,
          ($core.List<$core.int> value) =>
              $0.FormsFieldsServiceFilterReq.fromBuffer(value),
          ($0.FormsFieldsList value) => value.writeToBuffer()));
  $addMethod(
      $grpc.ServiceMethod<$0.FormsFieldsServiceCountReq, $1.CountResponse>(
          'Count',
          count_Pre,
          false,
          false,
          ($core.List<$core.int> value) =>
              $0.FormsFieldsServiceCountReq.fromBuffer(value),
          ($1.CountResponse value) => value.writeToBuffer()));
  $addMethod(
      $grpc.ServiceMethod<$0.FormsFieldsServiceFilterReq, $1.StandardFile>(
          'DownloadAsCSV',
          downloadAsCSV_Pre,
          false,
          false,
          ($core.List<$core.int> value) =>
              $0.FormsFieldsServiceFilterReq.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()));
}