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. |
Modifier and Type | Field and Description |
---|---|
static java.lang.Class<Xref> |
DBO.XREF
The customer product xref object class.
|
Modifier and Type | Method and Description |
---|---|
Xref |
XrefController.get(java.lang.String code,
java.lang.String custprod)
Returns the customer product x-ref record for the given xref code and
customer product code.
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<Xref> |
XrefController.getProduct(Product product)
Returns a collection of customer product x-ref records for the given
product.
|
java.util.ArrayList<Xref> |
XrefController.getProduct(java.lang.String prodcode)
Returns a collection of customer product x-ref records for the given
product code.
|
java.util.ArrayList<Xref> |
PendingProduct.getXrefs()
Returns the collection of customer-product cross references.
|
Modifier and Type | Method and Description |
---|---|
void |
PendingProduct.addXref(Xref value)
Adds a customer-product cross reference to the collection.
|
Modifier and Type | Method and Description |
---|---|
void |
PendingProduct.setXrefs(java.util.ArrayList<Xref> value)
Sets the collection of customer-product cross references.
|
Modifier and Type | Method and Description |
---|---|
protected Xref |
ProductInformation.parsePendingXref(ERPInterfaceAS400.Received rec)
Parses pending product xref data from the receive data queue and returns
an xref object.
|