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.
|
Modifier and Type | Field and Description |
---|---|
static java.lang.Class<Permit> |
DBO.PERMIT
The permit object class.
|
Modifier and Type | Method and Description |
---|---|
Permit |
PermitController.get(java.lang.String code)
Returns the permit record for the given permit code.
|
Modifier and Type | Field and Description |
---|---|
private Permit |
PermitUserImport.ivPermit
A permit object.
|
private Permit |
PermitProductImport.ivPermit
A permit object.
|
Modifier and Type | Field and Description |
---|---|
private java.util.ArrayList<Permit> |
PermitUserImport.ivPermits
A cache of all permits.
|
private java.util.ArrayList<Permit> |
PermitProductImport.ivPermits
A cache of all permits.
|