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.db.util |
DPS Flash specific database related handlers and background processing tasks.
|
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<RelationshipType> |
DBO.RELTYPE
The relationship type object class.
|
Modifier and Type | Method and Description |
---|---|
RelationshipType |
RelationshipTypeController.get(java.lang.String code)
Returns the relationship type record for a relationship type code.
|
Modifier and Type | Class and Description |
---|---|
class |
RelatedProductsHandler.Relationship
Inner class that defines a related product relationship.
|
Modifier and Type | Field and Description |
---|---|
private RelationshipType |
RelatedProductsXrefImport.ivType
A relationship type object.
|
Modifier and Type | Field and Description |
---|---|
private java.util.ArrayList<RelationshipType> |
RelatedProductsXrefImport.ivTypes
A cache of all relationship types.
|