com.beasys.commerce.ebusiness.shoppingcart
Interface ShoppingCartConstants


Deprecated See BEA Commerce product offering

@Deprecated
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
          Deprecated See BEA Commerce product offering
static int LINE_SHIPPING
          Deprecated See BEA Commerce product offering
static int LINE_TAX
          Deprecated See BEA Commerce product offering
static int LINE_UNIT_PRICE_TIMES_QUANTITY
          Deprecated See BEA Commerce product offering
static int SHOPPING_CART_ADJUSTMENTS
          Deprecated See BEA Commerce product offering
static int SHOPPING_CART_SHIPPING
          Deprecated See BEA Commerce product offering
 

Field Detail

LINE_UNIT_PRICE_TIMES_QUANTITY

static final int LINE_UNIT_PRICE_TIMES_QUANTITY
Deprecated See BEA Commerce product offering
Used to signify that the total returned from getTotal() or getLineTotal() methods should include the line quantity * unit price

See Also
Constants Summary

LINE_ADJUSTMENTS

static final int LINE_ADJUSTMENTS
Deprecated See BEA Commerce product offering
Used to signify that the total returned from getTotal() or getLineTotal() methods should include the line adjustments

See Also
Constants Summary

LINE_SHIPPING

static final int LINE_SHIPPING
Deprecated See BEA Commerce product offering
Used to signify that the total returned from getTotal() or getLineTotal() methods should include the line shipping costs

See Also
Constants Summary

LINE_TAX

static final int LINE_TAX
Deprecated See BEA Commerce product offering
Used to signify that the total returned from getTotal() or getLineTotal() methods should include the line tax

See Also
Constants Summary

SHOPPING_CART_ADJUSTMENTS

static final int SHOPPING_CART_ADJUSTMENTS
Deprecated See BEA Commerce product offering
Used to signify that the total returned from getTotal() method should include the shopping cart level tax

See Also
Constants Summary

SHOPPING_CART_SHIPPING

static final int SHOPPING_CART_SHIPPING
Deprecated See BEA Commerce product offering
Used to signify that the total returned from getTotal() method should include the shopping cart level shipping costs

See Also
Constants Summary


Copyright © 2006 BEA Systems, Inc. All Rights Reserved