Class DataWarningQueryResult


  • public class DataWarningQueryResult
    extends Object
    • Field Detail

      • values

        protected List values
      • hasError

        protected boolean hasError
      • errQuery

        protected String errQuery
      • errLowestLevel

        protected String errLowestLevel
      • errFullText

        protected String errFullText
      • valuesByUser

        protected HashMap valuesByUser
      • persoColumnNumber

        protected int persoColumnNumber
      • persoUID

        protected String persoUID
    • Constructor Detail

      • DataWarningQueryResult

        public DataWarningQueryResult​(DataWarningQuery qp,
                                      boolean pe,
                                      int colNum,
                                      String puid)
    • Method Detail

      • hasError

        public boolean hasError()
      • getErrorFullText

        public String getErrorFullText()
      • getErrorException

        public Exception getErrorException()
      • addColumn

        public void addColumn​(String columnName)
      • getColumns

        public List getColumns()
      • getValues

        public List getValues()
      • addRow

        public void addRow​(List row)
      • getRow

        protected ArrayList getRow​(int row)
      • getValue

        public String getValue​(int row,
                               int col)
      • getNbColumns

        public int getNbColumns()
      • getNbRows

        public int getNbRows()
      • isPersoEnabled

        public boolean isPersoEnabled()
      • getValues

        public List getValues​(String userId)
      • getValue

        public String getValue​(String userId,
                               int row,
                               int col)
      • getPersoColumns

        public List getPersoColumns()
      • getPersoNbColumns

        public int getPersoNbColumns()
      • getNbRows

        public int getNbRows​(String userId)
      • getPersoColumnNumber

        public int getPersoColumnNumber()
      • returnPersoValue

        public String returnPersoValue​(String userId)