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<Country> |
DBO.CNTRY
The country object class.
|
Modifier and Type | Method and Description |
---|---|
Country |
CountryController.get(java.lang.String code)
Returns the country record for the given country code.
|
Country |
State.getCountry()
Returns the country object.
|
Country |
Customer.getCountry()
Returns the country object.
|
Country |
CountryController.getState(java.lang.String code)
Returns the country record for the given state code.
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<Country> |
CountryController.getAll()
Returns a collection of all records in the table associated with the
controller.
|
Modifier and Type | Method and Description |
---|---|
void |
State.setCountry(Country value)
Sets the country object.
|
void |
Customer.setCountry(Country value)
Sets the country object.
|
Modifier and Type | Method and Description |
---|---|
protected Country |
CustomerMaintenance.findCountry(java.lang.String code)
Returns the country record for the given code.
|
Modifier and Type | Field and Description |
---|---|
private Country |
CustomerImport.ivCountry
A country object.
|
Modifier and Type | Field and Description |
---|---|
private java.util.ArrayList<Country> |
CustomerImport.ivCountries
A cache of all countries.
|
Modifier and Type | Field and Description |
---|---|
protected Country |
AdmCountryAddEdit.Context.dbObject
The current object being added or edited.
|
protected Country |
AdmCountrySelect.Context.selectObj
The current selected object.
|
Modifier and Type | Field and Description |
---|---|
protected java.util.ArrayList<Country> |
AdmCountryAddEdit.Context.selectList
The select servlet's current list of selection objects.
|
protected java.util.ArrayList<Country> |
AdmCountrySelect.Context.selectList
The current list of selection objects.
|