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.
|
com.dpslink.flash.servlet.admin |
DPS Flash specific servlets for handling administration functions.
|
Modifier and Type | Field and Description |
---|---|
static java.lang.Class<ImportCriteria> |
DBO.IMPCRT
The import criteria object class.
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<ImportCriteria> |
ImportCriteriaController.getBatch(ImportBatch batch)
Returns a collection of import criteria records for the given batch.
|
java.util.ArrayList<ImportCriteria> |
ImportCriteriaController.getBatch(int batch)
Returns a collection of import criteria records for the given batch number.
|
java.util.ArrayList<ImportCriteria> |
ImportBatch.getImportCriteria()
Returns the set of import criteria.
|
Modifier and Type | Method and Description |
---|---|
void |
ImportBatch.setImportCriteria(java.util.ArrayList<ImportCriteria> criteria)
Sets the set of import criteria.
|
Modifier and Type | Field and Description |
---|---|
private ImportCriteria |
AdmProductImportBatchAddEdit.EditableData.object
The editable data's criteria object.
|
Modifier and Type | Method and Description |
---|---|
ImportCriteria |
AdmProductImportBatchAddEdit.EditableData.getObject()
Returns the import criteria object.
|
Constructor and Description |
---|
EditableData(AdmProductImportBatchAddEdit.Context ctx,
ImportCriteria obj)
Constructs a new editable import batch criteria.
|