|
© 2002 BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | 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. |
java.io.Serializable |
getAttribute(java.lang.String name)
Retrieves the value of a reply attribute by name. |
Money |
getBaseShipping()
Retrieves the base shipping cost before discounting. |
java.util.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. |
java.util.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. |
java.util.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. |
java.util.Set |
getUserDiscounts()
Returns the Set of QualificationDiscountId objects corresponding to the user discounts applied during the pricing operation. |
Method Detail |
public Line[] getLines()
Line
public java.io.Serializable getAttribute(java.lang.String name)
name
- the name of a reply attribute to get the
value for.Map
public Money getActualShipping()
Money
public Money getBaseShipping()
Money
public Money getSubtotal()
Money
public Money getTotal()
Money
public java.util.List getOrderDiscounts()
OrderAdjustment
,
List
public java.util.List getShippingDiscounts()
OrderAdjustment
,
List
public Quote getQuote()
PriceService
,
Quote
public java.util.Set getUserDiscounts()
QualificationDiscountId
,
QualificationDiscountDef
public java.util.Set getGlobalDiscounts()
QualificationDiscountId
,
QualificationDiscountDef
|
© 2002 BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |