Class AdixImportResultBean

java.lang.Object
com.orchestranetworks.addon.adix.AdixImportResultBean

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

    Constructors
    Constructor
    Description
    Deprecated.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Deprecated.
    Returns the number of records that have been deleted in the table when the import mode is 'Replace all content'.
    int
    Deprecated.
    Returns the number of records that have been inserted into the table.
    int
    Deprecated.
    Returns the number of records that are unchanged in the table.
    int
    Deprecated.
    Returns the number of records that are updated in the table.
    com.orchestranetworks.schema.SchemaNode
    Deprecated.
    Returns the schema node of the table into which data will imported.
    int
    Deprecated.
    Returns the number of invalid records in the imported file.
    int
    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 Details

    • AdixImportResultBean

      public AdixImportResultBean()
      Deprecated.
  • Method Details

    • 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.