public class ImportValidationController extends JDBCObjectController<ImportValidation>
ImportValidation
class. Provides methods for
retrieving and persisting import validation error table records in the database.Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID
The class' serialization version id.
|
ivDBObjCls, ivFieldCount, ivFieldKeyAlt, ivFieldKeyPri, ivFieldResPfx, ivSyncLast, ivSyncType, ivTableName
ivHashCode, ivHashFlds, ivObjAttrs
Constructor and Description |
---|
ImportValidationController()
The constructor for the controller.
|
Modifier and Type | Method and Description |
---|---|
boolean |
deleteBatch(ImportBatch batch)
Deletes all records from the import validation table for the given batch.
|
boolean |
deleteBatch(int batch)
Deletes all records from the import validation table for the given batch
number.
|
java.util.ArrayList<ImportValidation> |
getBatch(ImportBatch batch)
Returns a collection of import validation records for the given batch.
|
java.util.ArrayList<ImportValidation> |
getBatch(int batch)
Returns a collection of import validation records for the given batch number.
|
add, add, add, arrayToMap, arrayToMap, countAll, delete, delete, deleteAll, dispose, equals, getAll, getConnection, getConnectionInfo, getController, getFieldNames, getFieldNamesForKey, getFieldNamesForUpdate, getFieldNulls, getFieldNullsForKey, getFieldNullsForUpdate, getFieldsForOrderBy, getFieldsForWhere, getFieldSize, getFieldTypes, getFieldTypesForKey, getFieldTypesForUpdate, getStatementForDelete, getStatementForGet, getStatementForGetAll, getStatementForInsert, getStatementForUpdate, getStatementKey, getStatementString, getTableName, hasFieldNamesForKey, hasFieldNamesForUpdate, isDuplicate, resultSetToArray, resultSetToMap, resultSetToMap, resultSetToObject, setConnectionInfo, setPSDeleteValues, setPSExistsValues, setPSInsertValues, setPSUpdateValues, setPSValue, update, update, valuesToObject
cloneMapAttributes, formatValue, formatValue, getHashFields, getMapArrayList, getMapAttributes, getMapBigDecimal, getMapBoolean, getMapDate, getMapDouble, getMapInteger, getMapLong, getMapMapped, getMapObject, getMapShort, getMapString, getMapString, getMapStringBuffer, getMapStringBuilder, getMapTime, getMapTimestamp, getMapVector, hashCode, setHashFields, setMap, setMap, setMap, setMap, setMap, setMap, setMap, setMap, setMap, setMap, setMap, setMap, setMap, setMap, setMap, setMapAttributes, setMapObject, setMapTime, setMapTimestamp, toStringArray
private static final long serialVersionUID
public ImportValidationController()
public boolean deleteBatch(ImportBatch batch)
batch
- (ImportBatch) The batch for the records to delete.true
if the deletes were successful,
otherwise false
.public boolean deleteBatch(int batch)
batch
- (int) The batch number for the records to delete.true
if the deletes were successful,
otherwise false
.public java.util.ArrayList<ImportValidation> getBatch(ImportBatch batch)
batch
- (ImportBatch) The batch for the desired records.public java.util.ArrayList<ImportValidation> getBatch(int batch)
batch
- (int) The batch number for the desired records.