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<ProductGroupXref> |
DBO.PRODGRPX
The product group xref object class.
|
Modifier and Type | Method and Description |
---|---|
ProductGroupXref |
ProductGroupXrefController.get(java.lang.String grpcode,
java.lang.String prodcode,
java.lang.String uomcode)
Returns the product to group x-ref record for a group code, product code
and unit of measure code.
|
ProductGroupXref |
ProductGroupXrefController.getPrimary(java.lang.String prodcode,
java.lang.String uomcode)
Returns the primary product to group x-ref record for a product code and
unit of measure code.
|