|
Copyright © 2006 BEA Systems, Inc. All Rights Reserved | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface PricingReply
PricingReply is used to maintain the results of a PriceService pricing operation. Not all fields are populated by all pricing operations, see the Price service documentation for details.
PriceService,
PricingRequest,
Money| Method Summary | |
|---|---|
Money |
getActualShipping()
Retrieves the actual shipping cost after discounting. |
Serializable |
getAttribute(String name)
Retrieves the value of a reply attribute by name. |
Money |
getBaseShipping()
Retrieves the base shipping cost before discounting. |
Set |
getGlobalDiscounts()
Returns the Set of QualificationDiscountId objects corresponding to the global discounts applied during the pricing operation. |
Line[] |
getLines()
Retrieves the Line items for this pricing operation. |
List |
getOrderDiscounts()
Retrieves a List of OrderAdjustment objects corresponding to the order discounts applied to the subtotal. |
Quote |
getQuote()
Returns the Quote object for the pricing operation. |
List |
getShippingDiscounts()
Retrieves a List of OrderAdjustment objects corresponding to shipping adjustments (base shipping and any shipping discounts). |
Money |
getSubtotal()
Retrieves the subtotal for the pricing request. |
Money |
getTotal()
Retrieves the total for the pricing request. |
Set |
getUserDiscounts()
Returns the Set of QualificationDiscountId objects corresponding to the user discounts applied during the pricing operation. |
| Method Detail |
|---|
Line[] getLines()
LineSerializable getAttribute(String name)
name - the name of a reply attribute to get the
value for.
MapMoney getActualShipping()
MoneyMoney getBaseShipping()
MoneyMoney getSubtotal()
MoneyMoney getTotal()
MoneyList getOrderDiscounts()
OrderAdjustment,
ListList getShippingDiscounts()
OrderAdjustment,
ListQuote getQuote()
PriceService,
QuoteSet getUserDiscounts()
QualificationDiscountId,
QualificationDiscountDefSet getGlobalDiscounts()
QualificationDiscountId,
QualificationDiscountDef
|
Copyright © 2006 BEA Systems, Inc. All Rights Reserved | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||