Constructor and Description |
---|
DataResult()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Set<Map.Entry<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.
|
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.
|
public int getNumberCreatedRecord()
public int getNumberDeletedRecord()
public int getNumberUpdatedRecord()
public int getNumberInvalidRecord()
public Set<Map.Entry<Integer,com.onwbp.base.text.UserMessage>> getErrorMessages()
public com.orchestranetworks.schema.SchemaNode getTableNode()
public String getSQLTableOrView()
public int getTotalOfRecords()