FormsSectionsServiceBase constructor

FormsSectionsServiceBase()

Implementation

FormsSectionsServiceBase() {
  $addMethod($grpc.ServiceMethod<$0.FormsSectionsServiceCreateRequest,
          $0.FormSection>(
      'Create',
      create_Pre,
      false,
      false,
      ($core.List<$core.int> value) =>
          $0.FormsSectionsServiceCreateRequest.fromBuffer(value),
      ($0.FormSection value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$0.FormsSectionsServiceUpdateRequest,
          $0.FormSection>(
      'Update',
      update_Pre,
      false,
      false,
      ($core.List<$core.int> value) =>
          $0.FormsSectionsServiceUpdateRequest.fromBuffer(value),
      ($0.FormSection 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.FormSection>(
      'ViewByID',
      viewByID_Pre,
      false,
      false,
      ($core.List<$core.int> value) => $1.Identifier.fromBuffer(value),
      ($0.FormSection value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$1.IdentifierUUID, $0.FormSection>(
      'ViewByUUID',
      viewByUUID_Pre,
      false,
      false,
      ($core.List<$core.int> value) => $1.IdentifierUUID.fromBuffer(value),
      ($0.FormSection value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$1.Identifier, $0.FormSection>(
      'ViewEssentialByID',
      viewEssentialByID_Pre,
      false,
      false,
      ($core.List<$core.int> value) => $1.Identifier.fromBuffer(value),
      ($0.FormSection value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$1.IdentifierUUID, $0.FormSection>(
      'ViewEssentialByUUID',
      viewEssentialByUUID_Pre,
      false,
      false,
      ($core.List<$core.int> value) => $1.IdentifierUUID.fromBuffer(value),
      ($0.FormSection value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$1.IdentifiersList, $0.FormsSectionsList>(
      'ViewFromIDs',
      viewFromIDs_Pre,
      false,
      false,
      ($core.List<$core.int> value) => $1.IdentifiersList.fromBuffer(value),
      ($0.FormsSectionsList value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$1.ActiveStatus, $0.FormsSectionsList>(
      'ViewAll',
      viewAll_Pre,
      false,
      false,
      ($core.List<$core.int> value) => $1.ActiveStatus.fromBuffer(value),
      ($0.FormsSectionsList value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$1.IdentifierUUID, $0.FormsSectionsList>(
      'ViewAllForEntityUUID',
      viewAllForEntityUUID_Pre,
      false,
      false,
      ($core.List<$core.int> value) => $1.IdentifierUUID.fromBuffer(value),
      ($0.FormsSectionsList value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$0.FormsSectionsServicePaginationReq,
          $0.FormSectionPaginationResp>(
      'ViewWithPagination',
      viewWithPagination_Pre,
      false,
      false,
      ($core.List<$core.int> value) =>
          $0.FormsSectionsServicePaginationReq.fromBuffer(value),
      ($0.FormSectionPaginationResp value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$0.FormsSectionsServiceSearchAllReq,
          $0.FormsSectionsList>(
      'SearchAll',
      searchAll_Pre,
      false,
      false,
      ($core.List<$core.int> value) =>
          $0.FormsSectionsServiceSearchAllReq.fromBuffer(value),
      ($0.FormsSectionsList value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$0.FormsSectionsServiceFilterReq,
          $0.FormsSectionsList>(
      'Filter',
      filter_Pre,
      false,
      false,
      ($core.List<$core.int> value) =>
          $0.FormsSectionsServiceFilterReq.fromBuffer(value),
      ($0.FormsSectionsList value) => value.writeToBuffer()));
  $addMethod(
      $grpc.ServiceMethod<$0.FormsSectionsServiceCountReq, $1.CountResponse>(
          'Count',
          count_Pre,
          false,
          false,
          ($core.List<$core.int> value) =>
              $0.FormsSectionsServiceCountReq.fromBuffer(value),
          ($1.CountResponse value) => value.writeToBuffer()));
  $addMethod(
      $grpc.ServiceMethod<$0.FormsSectionsServiceFilterReq, $1.StandardFile>(
          'DownloadAsCSV',
          downloadAsCSV_Pre,
          false,
          false,
          ($core.List<$core.int> value) =>
              $0.FormsSectionsServiceFilterReq.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()));
}