ShoppingCartRulesFacade Class
- public class ShoppingCartRulesFacade
extends 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.
-
Hierarchy
-
Object
ShoppingCartRulesFacade
Methods from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ShoppingCartRulesFacade
public ShoppingCartRulesFacade()
getProductItemQuantity(ShoppingCart, String) Method
public static Double
getProductItemQuantity(ShoppingCart
cart,
String
productId)
getTotal(ShoppingCart) Method
public static Double
getTotal(ShoppingCart
cart)