com.beasys.commerce.ebusiness.shoppingcart
Class ShoppingCartRulesFacade
java.lang.Object
|
+--com.beasys.commerce.ebusiness.shoppingcart.ShoppingCartRulesFacade
- public class ShoppingCartRulesFacade
- extends java.lang.Object
Class ShoppingCartRulesFacade
is used to aid the evaluation
of rule expressions. It is also used internally to support the rule
parser in creating more efficient expressions. It should not be
considered a member of the public shopping cart API.
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
ShoppingCartRulesFacade
public ShoppingCartRulesFacade()
getTotal
public static java.lang.Double getTotal(ShoppingCart cart)
getProductItemQuantity
public static java.lang.Double getProductItemQuantity(ShoppingCart cart,
java.lang.String productId)
Copyright © 2002 BEA Systems, Inc. All Rights Reserved