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<ProductGroup> |
DBO.PRODGRP
The product group object class.
|
Modifier and Type | Method and Description |
---|---|
ProductGroup |
ProductGroupController.get(java.lang.String code)
Returns the product group record for a group code.
|
Modifier and Type | Field and Description |
---|---|
private ProductGroup |
RelatedProductsXrefImport.ivGroup
A product group object.
|
private ProductGroup |
ProductGroupXrefImport.ivGroup
A product group object.
|
Modifier and Type | Field and Description |
---|---|
private java.util.ArrayList<ProductGroup> |
RelatedProductsXrefImport.ivGroups
A cache of all product groups.
|
private java.util.ArrayList<ProductGroup> |
ProductGroupXrefImport.ivGroups
A cache of all product groups.
|