Class DataResult


  • public class DataResult
    extends java.lang.Object
    Deprecated.
    Since 2.3.0, replaced by Result.
    Stores data results and includes the number of created, deleted, updated or invalid records. It also contains table schema node, error and warning messages.
    Since:
    2.0.0
    • Constructor Summary

      Constructors 
      Constructor Description
      DataResult()
      Deprecated.
       
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      java.util.Set<java.util.Map.Entry<java.lang.Integer,​com.onwbp.base.text.UserMessage>> getErrorMessages()
      Deprecated.
      Returns the error message set of this.
      int getNumberCreatedRecord()
      Deprecated.
      Returns the number of created records.
      int getNumberDeletedRecord()
      Deprecated.
      Returns the number of deleted records.
      int getNumberInvalidRecord()
      Deprecated.
      Returns the number of invalid records.
      int getNumberUpdatedRecord()
      Deprecated.
      Returns the number of updated records.
      java.lang.String getSQLTableOrView()
      Deprecated.
      Returns the SQL table or view name of this value.
      com.orchestranetworks.schema.SchemaNode getTableNode()
      Deprecated.
      Returns the table node of this value.
      int getTotalOfRecords()
      Deprecated.
      Returns the total number of processed records.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DataResult

        public DataResult()
        Deprecated.
    • Method Detail

      • getNumberCreatedRecord

        public int getNumberCreatedRecord()
        Deprecated.
        Returns the number of created records.
      • getNumberDeletedRecord

        public int getNumberDeletedRecord()
        Deprecated.
        Returns the number of deleted records.
      • getNumberUpdatedRecord

        public int getNumberUpdatedRecord()
        Deprecated.
        Returns the number of updated records.
      • getNumberInvalidRecord

        public int getNumberInvalidRecord()
        Deprecated.
        Returns the number of invalid records.
      • getErrorMessages

        public java.util.Set<java.util.Map.Entry<java.lang.Integer,​com.onwbp.base.text.UserMessage>> getErrorMessages()
        Deprecated.
        Returns the error message set of this.
      • getTableNode

        public com.orchestranetworks.schema.SchemaNode getTableNode()
        Deprecated.
        Returns the table node of this value.
      • getSQLTableOrView

        public java.lang.String getSQLTableOrView()
        Deprecated.
        Returns the SQL table or view name of this value.
        Since:
        2.2.0
      • getTotalOfRecords

        public int getTotalOfRecords()
        Deprecated.
        Returns the total number of processed records.