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<SpecialsType> |
DBO.SPECTYPE
The specials type object class.
|
Modifier and Type | Method and Description |
---|---|
SpecialsType |
SpecialsTypeController.get(java.lang.String code)
Returns the specials type record for the given specials type code.
|
Modifier and Type | Method and Description |
---|---|
boolean |
SpecialController.deleteType(SpecialsType type)
Deletes all records from the special table for the given specials type.
|
Modifier and Type | Field and Description |
---|---|
private SpecialsType |
SpecialsImport.ivSpecialsType
A specials type object.
|
Modifier and Type | Field and Description |
---|---|
private java.util.ArrayList<SpecialsType> |
SpecialsImport.ivSpecialsTypes
A cache of all specials types.
|
Modifier and Type | Field and Description |
---|---|
protected SpecialsType |
AdmSpecialAddEdit.Context.dbObject
The current object being added or edited.
|
protected SpecialsType |
AdmSpecialSelect.Context.selectObj
The current selected object.
|
protected SpecialsType |
AdmSpecialProductAdd.Context.specObj
The special select servlet's current selected object.
|
protected SpecialsType |
AdmSpecialProductList.Context.specObj
The special select servlet's current selected object.
|
Modifier and Type | Field and Description |
---|---|
protected java.util.ArrayList<SpecialsType> |
AdmSpecialSelect.Context.selectList
The current list of selection objects.
|
protected java.util.ArrayList<SpecialsType> |
AdmSpecialAddEdit.Context.selectList
The select servlet's current list of selection objects.
|