| 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.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<ImportMetaCriteria> |
DBO.IMPMET
The import meta criteria object class.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.ArrayList<ImportMetaCriteria> |
IProductInformation.getImportMeta()
Retrieves a collection of import metadata criteria for importing from
the ERP product database.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.ArrayList<ImportMetaCriteria> |
ProductInformation.getImportMeta()
Retrieves a collection of import metadata criteria for importing from
the ERP product database.
|
| Modifier and Type | Field and Description |
|---|---|
protected java.util.ArrayList<ImportMetaCriteria> |
ProductInformation.ivImportMeta
A WIP collection of import metadata criteria.
|
| Modifier and Type | Method and Description |
|---|---|
protected ImportMetaCriteria |
ProductInformation.parseImportMeta(ERPInterfaceAS400.Received rec)
Parses import metadata criteria data from the receive data queue and
returns an import metadata criteria object.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.ArrayList<ImportMetaCriteria> |
ProductInformation.getImportMeta()
Retrieves a collection of import metadata criteria for importing from
the ERP product database.
|
| Modifier and Type | Field and Description |
|---|---|
protected java.util.ArrayList<ImportMetaCriteria> |
AdmProductImportBatchAddEdit.Context.metadata
The current set of import meta criteria.
|