| 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 |
|---|---|
private static java.util.Hashtable<java.lang.String,WordFix> |
WordFixController.cvCache
A hash table for caching all word fixes.
|
static java.lang.Class<WordFix> |
DBO.WRDFIX
The word fix object class.
|
| Modifier and Type | Method and Description |
|---|---|
WordFix |
WordFixController.get(java.lang.String wrong)
Returns the word fix record for the given wrong format.
|
| Modifier and Type | Method and Description |
|---|---|
int |
WordFixController.add(WordFix obj,
boolean logdup)
Adds a new record to the table associated with the controller.
|
boolean |
WordFixController.delete(WordFix obj)
Deletes an existing record from the table associated with the controller.
|
boolean |
WordFixController.update(WordFix obj)
Updates an existing record in the table associated with the controller.
|
| Modifier and Type | Field and Description |
|---|---|
protected WordFix |
AdmWordFixAddEdit.Context.dbObject
The current object being added or edited.
|
protected WordFix |
AdmWordFixSelect.Context.selectObj
The current selected object.
|
| Modifier and Type | Field and Description |
|---|---|
protected java.util.ArrayList<WordFix> |
AdmWordFixSelect.Context.selectList
The current list of selection objects.
|
protected java.util.ArrayList<WordFix> |
AdmWordFixAddEdit.Context.selectList
The select servlet's current list of selection objects.
|