Package | Description |
---|---|
com.dpslink.flash.db |
DPS Flash specific definitions for database objects and database object controllers as well as other non-persisted business related objects.
|
Modifier and Type | Field and Description |
---|---|
static java.lang.Class<ImportValidation> |
DBO.IMPVAL
The import validation object class.
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<ImportValidation> |
ImportValidationController.getBatch(ImportBatch batch)
Returns a collection of import validation records for the given batch.
|
java.util.ArrayList<ImportValidation> |
ImportValidationController.getBatch(int batch)
Returns a collection of import validation records for the given batch number.
|
java.util.ArrayList<ImportValidation> |
ImportBatch.getImportValidations()
Returns the set of import validation errors.
|
Modifier and Type | Method and Description |
---|---|
void |
ImportBatch.setImportValidations(java.util.ArrayList<ImportValidation> validations)
Sets the set of import validation errors.
|