Class AdixImportResultBean


  • public final class AdixImportResultBean
    extends java.lang.Object
    Deprecated.
    Since 2.3.0, replaced by ImportResult.
    Stores information after importing data into a table.
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      int getRowsDeleted()
      Deprecated.
      Returns the number of records that have been deleted in the table when the import mode is 'Replace all content'.
      int getRowsInserted()
      Deprecated.
      Returns the number of records that have been inserted into the table.
      int getRowsUnchanged()
      Deprecated.
      Returns the number of records that are unchanged in the table.
      int getRowsUpdated()
      Deprecated.
      Returns the number of records that are updated in the table.
      com.orchestranetworks.schema.SchemaNode getTableNode()
      Deprecated.
      Returns the schema node of the table into which data will imported.
      int getTotalErrorRow()
      Deprecated.
      Returns the number of invalid records in the imported file.
      int getTotalRow()
      Deprecated.
      Returns the total number of records in the imported file.
      • Methods inherited from class java.lang.Object

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

      • AdixImportResultBean

        public AdixImportResultBean()
        Deprecated.
    • Method Detail

      • getRowsInserted

        public int getRowsInserted()
        Deprecated.
        Returns the number of records that have been inserted into the table.
      • getRowsUpdated

        public int getRowsUpdated()
        Deprecated.
        Returns the number of records that are updated in the table.
      • getRowsDeleted

        public int getRowsDeleted()
        Deprecated.
        Returns the number of records that have been deleted in the table when the import mode is 'Replace all content'.
      • getRowsUnchanged

        public int getRowsUnchanged()
        Deprecated.
        Returns the number of records that are unchanged in the table.
      • getTotalRow

        public int getTotalRow()
        Deprecated.
        Returns the total number of records in the imported file.
      • getTotalErrorRow

        public int getTotalErrorRow()
        Deprecated.
        Returns the number of invalid records in the imported file.
      • getTableNode

        public com.orchestranetworks.schema.SchemaNode getTableNode()
        Deprecated.
        Returns the schema node of the table into which data will imported.