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.db.util |
DPS Flash specific database related handlers and background processing tasks.
|
com.dpslink.flash.erp |
DPS Flash specific interfaces and abstract classes on which all backend interface classes are based.
|
com.dpslink.flash.erp.bogus |
DPS Flash specific pseudo implementations for
com.dpslink.flash.erp interfaces and abstract classes. |
com.dpslink.flash.erp.extend |
DPS Flash specific DPS Extend implementations for
com.dpslink.flash.erp interfaces and abstract classes. |
com.dpslink.flash.servlet.admin |
DPS Flash specific servlets for handling administration functions.
|
Modifier and Type | Field and Description |
---|---|
static java.lang.Class<ImportBatch> |
DBO.IMPBAT
The import batch object class.
|
Modifier and Type | Method and Description |
---|---|
ImportBatch |
ImportBatchController.get(int num)
Returns the import batch record for the given batch number.
|
ImportBatch |
ImportBatchController.valuesToObject(java.util.HashMap<java.lang.String,java.lang.Object> attrs)
Returns a database object from the given set of attributes.
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<ImportBatch> |
ImportBatchController.getOpenImport()
Returns a collection of open import batch records.
|
java.util.ArrayList<ImportBatch> |
ImportBatchController.getOpenPending()
Returns a collection of open pending product batch records.
|
Modifier and Type | Method and Description |
---|---|
int |
ImportBatchController.add(ImportBatch obj,
boolean logdup)
Adds a new record to the table associated with the controller.
|
boolean |
PendingProductController.deleteBatch(ImportBatch batch)
Deletes all records from the pending product table for the given batch
plus any associated pending product information (cross references, images,
descriptions).
|
boolean |
ImportValidationController.deleteBatch(ImportBatch batch)
Deletes all records from the import validation table for the given batch.
|
boolean |
ImportCriteriaController.deleteBatch(ImportBatch batch)
Deletes all records from the import criteria table for the given batch.
|
boolean |
PendingProductController.deleteBatchUnselected(ImportBatch batch)
Deletes unselected records from the pending product table for the given
batch plus any associated pending product information (cross references,
images, descriptions).
|
boolean |
PendingProductController.deselectBatch(ImportBatch batch)
Deselects all pending product records for the given batch.
|
boolean |
PendingProductController.deselectBatchFind(ImportBatch batch,
int findkey)
Deselects pending product records for the given batch and find key.
|
java.util.ArrayList<PendingProduct> |
PendingProductController.getBatch(ImportBatch batch)
Returns a collection of pending product records for the given batch.
|
java.util.ArrayList<ImportValidation> |
ImportValidationController.getBatch(ImportBatch batch)
Returns a collection of import validation records for the given batch.
|
java.util.ArrayList<ImportCriteria> |
ImportCriteriaController.getBatch(ImportBatch batch)
Returns a collection of import criteria records for the given batch.
|
int |
PendingProductController.getBatchCount(ImportBatch batch)
Returns the number of pending product records in the given batch.
|
int |
PendingProductController.getBatchErrorCount(ImportBatch batch,
java.lang.String errorcode)
Returns the number of pending product records in the given batch that
have the given error.
|
java.util.ArrayList<PendingProduct> |
PendingProductController.getBatchFind(ImportBatch batch,
int findkey)
Returns a collection of pending product records for the given batch and
find key.
|
int |
PendingProductController.getBatchMatchCount(ImportBatch batch,
java.lang.String field,
java.lang.String operand,
java.lang.String argument)
Returns the number of pending product records in the given batch that have
a field that contains characters matching the given criteria.
|
int |
PendingProductController.getBatchNoErrorCount(ImportBatch batch)
Returns the number of pending product records in the given batch that
have no errors.
|
java.util.ArrayList<PendingProduct> |
PendingProductController.getBatchSelected(ImportBatch batch)
Returns a collection of selected pending product records for the given
batch.
|
int |
PendingProductController.getBatchSelectedCount(ImportBatch batch)
Returns the number of selected pending product records in the given batch.
|
java.util.ArrayList<PendingProduct> |
PendingProductController.getBatchUnselected(ImportBatch batch)
Returns a collection of unselected pending product records for the given
batch.
|
int |
PendingProductController.getBatchUnselectedCount(ImportBatch batch)
Returns the number of unselected pending product records in the given batch.
|
boolean |
PendingProductController.selectBatch(ImportBatch batch)
Selects all pending product records for the given batch.
|
boolean |
PendingProductController.selectBatchFind(ImportBatch batch,
int findkey)
Selects pending product records for the given batch and find key.
|
boolean |
PendingProductController.setBatchErrorFind(ImportBatch batch,
java.lang.String errorcode,
int findkey)
Sets the find key for pending product records in the given batch that have
the given error.
|
boolean |
PendingProductController.setBatchMatchFind(ImportBatch batch,
java.lang.String field,
java.lang.String operand,
java.lang.String argument,
int findkey)
Sets the find key for pending product records in the given batch that have
a field that contains characters matching the given criteria.
|
Modifier and Type | Field and Description |
---|---|
private ImportBatch |
ImportProductTask.ivBatch
The current batch being processed.
|
Modifier and Type | Method and Description |
---|---|
ImportBatch |
ImportProductTask.getBatch()
Returns the import batch being processed.
|
Modifier and Type | Method and Description |
---|---|
void |
ImportProductTask.setBatch(ImportBatch batch)
Sets the import batch to process.
|
Modifier and Type | Method and Description |
---|---|
boolean |
IProductInformation.getPending(ImportBatch batch)
Retrieves products from the ERP system that conform to the import criteria
given in the import batch object.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ProductInformation.getPending(ImportBatch batch)
Retrieves products from the ERP system that conform to the import criteria
given in the import batch object.
|
Modifier and Type | Field and Description |
---|---|
protected ImportBatch |
ProductInformation.ivImportBatch
A supplied pending product import batch.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ProductInformation.getPending(ImportBatch batch)
Retrieves products from the ERP system that conform to the import criteria
given in the import batch object.
|
Modifier and Type | Field and Description |
---|---|
protected ImportBatch |
AdmPendingProductProfile.Context.batch
The current batch object.
|
protected ImportBatch |
AdmPendingProductEditBasic.Context.batch
The current batch object.
|
protected ImportBatch |
AdmPendingProductList.Context.batch
The current batch object.
|
protected ImportBatch |
AdmProductImportBatchInfo.Context.batch
The current batch object.
|
protected ImportBatch |
AdmPendingProductEditImages.Context.batch
The current batch object.
|
private ImportBatch |
AdmPendingProductBatchSelect.EditableBatch.batch
The import batch.
|
protected ImportBatch |
AdmPendingProductEditDescriptions.Context.batch
The current batch object.
|
protected ImportBatch |
AdmProductImportBatchAddEdit.Context.batch
The current batch object.
|
protected ImportBatch |
AdmPendingProductFind.Context.batch
The current import batch object.
|
private ImportBatch |
AdmProductImportBatchSelect.EditableBatch.batch
The import batch.
|
protected ImportBatch |
AdmProductImportCandidateList.Context.batch
The current batch object.
|
protected ImportBatch |
AdmPendingProductBatchSelect.Context.selectObj
The current selected batch object.
|
protected ImportBatch |
AdmProductImportBatchSelect.Context.selectObj
The current selected batch object.
|
Modifier and Type | Method and Description |
---|---|
ImportBatch |
AdmPendingProductBatchSelect.EditableBatch.getBatch()
Returns the import batch.
|
ImportBatch |
AdmProductImportBatchSelect.EditableBatch.getBatch()
Returns the import batch.
|
Constructor and Description |
---|
EditableBatch(ImportBatch batch,
boolean selected)
Constructs a new editable import batch.
|
EditableBatch(ImportBatch batch,
boolean selected)
Constructs a new editable import batch.
|