© 2005 BEA Systems, Inc.

com.beasys.commerce.ebusiness.shoppingcart
Interface ShoppingCartConstants


public interface ShoppingCartConstants

This class defines constants that are used in the ShoppingCart and ShoppingCartLine

See Also:
ShoppingCartLine, ShoppingCartLineHome

Field Summary
static int LINE_ADJUSTMENTS
          Used to signify that the total returned from getTotal() or getLineTotal() methods should include the line adjustments
static int LINE_SHIPPING
          Used to signify that the total returned from getTotal() or getLineTotal() methods should include the line shipping costs
static int LINE_TAX
          Used to signify that the total returned from getTotal() or getLineTotal() methods should include the line tax
static int LINE_UNIT_PRICE_TIMES_QUANTITY
          Used to signify that the total returned from getTotal() or getLineTotal() methods should include the line quantity * unit price
static int SHOPPING_CART_ADJUSTMENTS
          Used to signify that the total returned from getTotal() method should include the shopping cart level tax
static int SHOPPING_CART_SHIPPING
          Used to signify that the total returned from getTotal() method should include the shopping cart level shipping costs
 

Field Detail

LINE_ADJUSTMENTS

public static final int LINE_ADJUSTMENTS
Used to signify that the total returned from getTotal() or getLineTotal() methods should include the line adjustments

See Also:
Constant Field Values

LINE_SHIPPING

public static final int LINE_SHIPPING
Used to signify that the total returned from getTotal() or getLineTotal() methods should include the line shipping costs

See Also:
Constant Field Values

LINE_TAX

public static final int LINE_TAX
Used to signify that the total returned from getTotal() or getLineTotal() methods should include the line tax

See Also:
Constant Field Values

LINE_UNIT_PRICE_TIMES_QUANTITY

public static final int LINE_UNIT_PRICE_TIMES_QUANTITY
Used to signify that the total returned from getTotal() or getLineTotal() methods should include the line quantity * unit price

See Also:
Constant Field Values

SHOPPING_CART_ADJUSTMENTS

public static final int SHOPPING_CART_ADJUSTMENTS
Used to signify that the total returned from getTotal() method should include the shopping cart level tax

See Also:
Constant Field Values

SHOPPING_CART_SHIPPING

public static final int SHOPPING_CART_SHIPPING
Used to signify that the total returned from getTotal() method should include the shopping cart level shipping costs

See Also:
Constant Field Values

© 2005 BEA Systems, Inc.

Copyright © 2005 BEA Systems, Inc. All Rights Reserved