Uploaded image for project: 'Apache Fineract'
  1. Apache Fineract
  2. FINERACT-1385

multiple field missing in ResultsetColumnHeaderData

    XMLWordPrintableJSON

Details

    Description

      Their are some fields missing in the "ResultsetColumnHeaderData" model, which are returned from the api. Take a look at below snippets to compare the class definition and actual api response.

      // fields defined in "ResultsetColumnHeaderData" model
      
      private String columnName;
      private String columnType;
      private Long columnLength;
      private String columnDisplayType;
      private String columnCode;
      private Boolean mandatory;
      private Boolean optional;
      private Boolean string;
      private Boolean codeValueDisplayType;
      private Boolean decimalDisplayType;
      private Boolean integerDisplayType;
      private Boolean dateDisplayType;
      private Boolean dateTimeDisplayType;
      private Boolean codeLookupDisplayType;
      private Boolean booleanDisplayType;
      
      // API json response
      {
              "columnName": "id",
              "columnType": "bigint",
              "columnLength": 0,
              "columnDisplayType": "INTEGER",
              "isColumnNullable": false,
              "isColumnPrimaryKey": true,
              "columnValues": []
      }
      

      Attachments

        Issue Links

          Activity

            People

              danishjamal Danish Jamal
              danishjamal Danish Jamal
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated: