Class AdixImportResult


  • public final class AdixImportResult
    extends java.lang.Object
    Deprecated.
    Since 2.3.0, replaced by DataExchangeResult.
    Defines the results of an Adix import.
    • Constructor Summary

      Constructors 
      Constructor Description
      AdixImportResult()
      Deprecated.
       
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      java.io.File getErrorFile()
      Deprecated.
      Returns the file that contains invalid records encountered during import.
      java.util.List<AdixImportResultBean> getImportResults()
      Deprecated.
      Returns the list of import results; the list is used for storing information after importing data into a table.
      java.util.Iterator<com.onwbp.base.text.UserMessage> getUserMessages()
      Deprecated.
      Returns an iterator over error messages.
      • Methods inherited from class java.lang.Object

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

      • AdixImportResult

        public AdixImportResult()
        Deprecated.
    • Method Detail

      • getErrorFile

        public java.io.File getErrorFile()
        Deprecated.
        Returns the file that contains invalid records encountered during import.
      • getUserMessages

        public java.util.Iterator<com.onwbp.base.text.UserMessage> getUserMessages()
        Deprecated.
        Returns an iterator over error messages.
      • getImportResults

        public java.util.List<AdixImportResultBean> getImportResults()
        Deprecated.
        Returns the list of import results; the list is used for storing information after importing data into a table.