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.erp.extend |
DPS Flash specific DPS Extend implementations for
com.dpslink.flash.erp interfaces and abstract classes. |
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<State> |
DBO.STATE
The state object class.
|
Modifier and Type | Method and Description |
---|---|
State |
StateController.get(java.lang.String code)
Returns the state record for the given state code.
|
State |
StateController.get(java.lang.String code,
java.lang.String cntry)
Returns the state record for the given state code and country code.
|
State |
Customer.getState()
Returns the state/province object.
|
State |
StateController.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<State> |
StateController.getAll()
Returns a collection of all state records.
|
java.util.ArrayList<State> |
StateController.getAll(boolean blanks)
Returns a collection of all state records.
|
java.util.ArrayList<State> |
StateController.getCountry(java.lang.String code)
Returns a collection of state records for a given country code.
|
Modifier and Type | Method and Description |
---|---|
void |
Customer.setState(State value)
Sets the state/province object.
|
Modifier and Type | Method and Description |
---|---|
protected State |
CustomerMaintenance.findState(java.lang.String code,
java.lang.String cntry)
Returns the state record for the given state code and country code.
|
Modifier and Type | Field and Description |
---|---|
private State |
CustomerImport.ivState
A state object.
|
Modifier and Type | Field and Description |
---|---|
private java.util.ArrayList<State> |
CustomerImport.ivStates
A cache of all states.
|
Modifier and Type | Field and Description |
---|---|
protected State |
AdmStateAddEdit.Context.dbObject
The current object being added or edited.
|
protected State |
AdmStateSelect.Context.selectObj
The current selected object.
|
Modifier and Type | Field and Description |
---|---|
protected java.util.ArrayList<State> |
AdmStateAddEdit.Context.selectList
The select servlet's current list of selection objects.
|
protected java.util.ArrayList<State> |
AdmStateSelect.Context.selectList
The current list of selection objects.
|