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.erp |
DPS Flash specific interfaces and abstract classes on which all backend interface classes are based.
|
com.dpslink.flash.erp.bogus |
DPS Flash specific pseudo implementations for
com.dpslink.flash.erp interfaces and abstract classes. |
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<QuantityPriceBreak> |
DBO.QTYBRK
The quantity price break object class.
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<QuantityPriceBreak> |
Product.getQtyBreakPricing()
(not persisted) Returns the collection of quantity break pricing.
|
Modifier and Type | Method and Description |
---|---|
void |
Product.setQtyBreakPricing(java.util.ArrayList<QuantityPriceBreak> value)
(not persisted) Sets the collection of quantity break pricing.
|
Modifier and Type | Method and Description |
---|---|
protected java.util.ArrayList<QuantityPriceBreak> |
UnitMeasureHandler.getQuantityBreaks(Product product)
Returns a collection of quantity price breaks for the given product.
|
protected java.util.ArrayList<QuantityPriceBreak> |
UnitMeasureHandler.getSortedPriceUoms(CartLine cartline,
boolean incldescr)
Returns a sorted list of unique price units of measure for the given cart
line.
|
protected java.util.ArrayList<QuantityPriceBreak> |
UnitMeasureHandler.getSortedUniqueUoms(Product product,
java.lang.String uomtype,
boolean incldescr)
Returns a sorted list of unique units of measure for the given product and
unit of measure type (order, price).
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<QuantityPriceBreak> |
IProductInformation.getQtyBreaks(Product product)
Retrieves a collection of quantity price breaks for a product.
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<QuantityPriceBreak> |
ProductInformation.getQtyBreaks(Product product)
Retrieves a collection of quantity price breaks for a product.
|
Modifier and Type | Field and Description |
---|---|
protected java.util.ArrayList<QuantityPriceBreak> |
ProductInformation.ivQtyBreaks
A WIP collection of quantity price breaks.
|
Modifier and Type | Method and Description |
---|---|
protected QuantityPriceBreak |
ProductInformation.parseQtyBreaks(ERPInterfaceAS400.Received rec)
Parses quantity price break data from the receive data queue and returns
a quantity price break object.
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<QuantityPriceBreak> |
ProductInformation.getQtyBreaks(Product product)
Retrieves a collection of quantity price breaks for a product.
|