|
© 2005 BEA Systems, Inc. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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 |
public Money getActualShipping()
Moneypublic Serializable getAttribute(String name)
name - the name of a reply attribute to get the
value for.
Mappublic Money getBaseShipping()
Moneypublic Set getGlobalDiscounts()
QualificationDiscountId,
QualificationDiscountDefpublic Line[] getLines()
Linepublic List getOrderDiscounts()
OrderAdjustment,
Listpublic Quote getQuote()
PriceService,
Quotepublic List getShippingDiscounts()
OrderAdjustment,
Listpublic Money getSubtotal()
Moneypublic Money getTotal()
Moneypublic Set getUserDiscounts()
QualificationDiscountId,
QualificationDiscountDef
|
© 2005 BEA Systems, Inc. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||