Class DataWarningQueryResult

java.lang.Object
org.silverpeas.components.datawarning.model.DataWarningQueryResult

public class DataWarningQueryResult extends Object
  • Field Details

  • Constructor Details

    • DataWarningQueryResult

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

    • getParent

      public DataWarningQuery getParent()
    • hasError

      public boolean hasError()
    • getErrorFullText

      public String getErrorFullText()
    • getErrorException

      public Exception getErrorException()
    • addError

      public void addError(Exception ex, String sqlQuery)
    • addColumn

      public void addColumn(String columnName)
    • getColumns

      public List<String> getColumns()
    • getValues

      public List<List<String>> getValues()
    • returnTriggerValueFromResult

      public long returnTriggerValueFromResult() throws DataWarningException
      Throws:
      DataWarningException
    • addRow

      public void addRow(List<String> row)
    • getRow

      protected List<String> getRow(int row)
    • getValue

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

      public int getNbColumns()
    • getNbRows

      public int getNbRows()
    • isPersoEnabled

      public boolean isPersoEnabled()
    • returnTriggerValueFromResult

      public long returnTriggerValueFromResult(String userId) throws DataWarningException
      Throws:
      DataWarningException
    • getValues

      public List<List<String>> getValues(String userId)
    • getRow

      protected List<String> getRow(String userId, int row)
    • getValue

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

      public List<String> getPersoColumns()
    • getPersoNbColumns

      public int getPersoNbColumns()
    • getNbRows

      public int getNbRows(String userId)
    • getPersoColumnNumber

      public int getPersoColumnNumber()
    • returnPersoValue

      public String returnPersoValue(String userId)