Class DataResult
- java.lang.Object
- 
- com.orchestranetworks.addon.dataexchange.DataResult
 
- 
 public class DataResult extends java.lang.ObjectDeprecated.Since 2.3.0, replaced byResult.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 SummaryConstructors Constructor Description DataResult()Deprecated.
 - 
Method SummaryAll 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.intgetNumberCreatedRecord()Deprecated.Returns the number of created records.intgetNumberDeletedRecord()Deprecated.Returns the number of deleted records.intgetNumberInvalidRecord()Deprecated.Returns the number of invalid records.intgetNumberUpdatedRecord()Deprecated.Returns the number of updated records.java.lang.StringgetSQLTableOrView()Deprecated.Returns the SQL table or view name of this value.com.orchestranetworks.schema.SchemaNodegetTableNode()Deprecated.Returns the table node of this value.intgetTotalOfRecords()Deprecated.Returns the total number of processed records.
 
- 
- 
- 
Method Detail- 
getNumberCreatedRecordpublic int getNumberCreatedRecord() Deprecated.Returns the number of created records.
 - 
getNumberDeletedRecordpublic int getNumberDeletedRecord() Deprecated.Returns the number of deleted records.
 - 
getNumberUpdatedRecordpublic int getNumberUpdatedRecord() Deprecated.Returns the number of updated records.
 - 
getNumberInvalidRecordpublic int getNumberInvalidRecord() Deprecated.Returns the number of invalid records.
 - 
getErrorMessagespublic java.util.Set<java.util.Map.Entry<java.lang.Integer,com.onwbp.base.text.UserMessage>> getErrorMessages() Deprecated.Returns the error message set of this.
 - 
getTableNodepublic com.orchestranetworks.schema.SchemaNode getTableNode() Deprecated.Returns the table node of this value.
 - 
getSQLTableOrViewpublic java.lang.String getSQLTableOrView() Deprecated.Returns the SQL table or view name of this value.- Since:
- 2.2.0
 
 - 
getTotalOfRecordspublic int getTotalOfRecords() Deprecated.Returns the total number of processed records.
 
- 
 
-