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<Leadtime> |
DBO.LEADTM
The lead time object class.
|
Modifier and Type | Method and Description |
---|---|
Leadtime |
LeadtimeController.get(java.lang.String code)
Returns the lead time record for the given lead time code.
|
Leadtime |
Category.getLeadtime()
Returns the default lead time object for products in the category.
|
Leadtime |
Product.getLeadtime()
Returns the lead time object.
|
Modifier and Type | Method and Description |
---|---|
void |
Category.setLeadtime(Leadtime value)
Sets the default lead time object for products in the category.
|
void |
Product.setLeadtime(Leadtime value)
Sets the lead time object.
|
Modifier and Type | Field and Description |
---|---|
private Leadtime |
CategoryImport.ivLeadtime
A lead time object.
|
private Leadtime |
ProductImport.ivLeadtime
A lead time object.
|
Modifier and Type | Field and Description |
---|---|
private java.util.ArrayList<Leadtime> |
CategoryImport.ivLeadtimes
A cache of all lead times.
|
private java.util.ArrayList<Leadtime> |
ProductImport.ivLeadtimes
A cache of all lead times.
|
Modifier and Type | Field and Description |
---|---|
protected Leadtime |
AdmLeadtimeAddEdit.Context.dbObject
The current object being added or edited.
|
protected Leadtime |
AdmLeadtimeSelect.Context.selectObj
The current selected object.
|
Modifier and Type | Field and Description |
---|---|
protected java.util.ArrayList<Leadtime> |
AdmLeadtimeSelect.Context.selectList
The current list of selection objects.
|
protected java.util.ArrayList<Leadtime> |
AdmLeadtimeAddEdit.Context.selectList
The select servlet's current list of selection objects.
|