| 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.imports |
DPS Flash specific parsers and processors for importing data from delimited text files or from Excel spreadsheet files.
|
| com.dpslink.flash.servlet.admin |
DPS Flash specific servlets for handling administration functions.
|
| Modifier and Type | Field and Description |
|---|---|
static java.lang.Class<Manufacturer> |
DBO.MNFCTR
The manufacturer object class.
|
| Modifier and Type | Method and Description |
|---|---|
Manufacturer |
ManufacturerController.get(java.lang.String code)
Returns the manufacturer record for the given manufacturer code.
|
Manufacturer |
Product.rtvMfr(FlashServletContext ctx)
Retrieves
Manufacturer object associated with this product. |
| Modifier and Type | Field and Description |
|---|---|
private Manufacturer |
ProductImport.ivManufacturer
A manufacturer object.
|
| Modifier and Type | Field and Description |
|---|---|
private java.util.ArrayList<Manufacturer> |
ProductImport.ivManufacturers
A cache of all manufacturers.
|
| Modifier and Type | Field and Description |
|---|---|
protected Manufacturer |
AdmManufacturerAddEdit.Context.dbObject
The current object being added or edited.
|
protected Manufacturer |
AdmManufacturerSelect.Context.selectObj
The current selected object.
|
| Modifier and Type | Field and Description |
|---|---|
protected java.util.ArrayList<Manufacturer> |
AdmManufacturerAddEdit.Context.selectList
The select servlet's current list of selection objects.
|
protected java.util.ArrayList<Manufacturer> |
AdmManufacturerSelect.Context.selectList
The current list of selection objects.
|