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.
|
Modifier and Type | Field and Description |
---|---|
static java.lang.Class<CatalogProduct> |
DBO.CATPROD
The catalog product object class.
|
Modifier and Type | Method and Description |
---|---|
CatalogProduct |
CatalogProductController.get(java.lang.String category,
java.lang.String product,
java.lang.String uom)
Returns the category product x-ref record for the given category, product
and unit of measure codes.
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<CatalogProduct> |
CatalogProductController.getCategory(Category category)
Returns a collection of category product x-ref records for the given
category.
|
java.util.ArrayList<CatalogProduct> |
CatalogProductController.getCategory(java.lang.String category)
Returns a collection of category product x-ref records for the given
category code.
|
java.util.ArrayList<CatalogProduct> |
CatalogProductController.getProduct(Product product)
Returns a collection of category product x-ref records for the given
product.
|