| 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.servlet.admin |
DPS Flash specific servlets for handling administration functions.
|
| Modifier and Type | Field and Description |
|---|---|
static java.lang.Class<Special> |
DBO.SPEC
The special object class.
|
| Modifier and Type | Method and Description |
|---|---|
Special |
SpecialController.get(java.lang.String product,
java.lang.String uom,
java.lang.String type)
Returns the special record for a product code, unit of measure code and
specials type code.
|
Special |
SpecialController.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<Special> |
SpecialController.getType(FlashServletContext ctx,
java.lang.String type)
Returns a collection of the special records for the given specials type code.
|
| Modifier and Type | Field and Description |
|---|---|
protected Special |
AdmSpecialProductList.Context.selectObj
The current selected object.
|
| Modifier and Type | Field and Description |
|---|---|
protected java.util.ArrayList<Special> |
AdmSpecialProductAdd.Context.listList
The special products list servlet's current list of products.
|
protected java.util.ArrayList<Special> |
AdmSpecialProductList.Context.selectList
The current list of selection objects.
|