© 2005 BEA Systems, Inc.

com.beasys.commerce.ebusiness.shoppingcart
Class ShoppingCartRulesFacade

java.lang.Object
  extended bycom.beasys.commerce.ebusiness.shoppingcart.ShoppingCartRulesFacade

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.


Constructor Summary
ShoppingCartRulesFacade()
           
 
Method Summary
static Double getProductItemQuantity(ShoppingCart cart, String productId)
           
static Double getTotal(ShoppingCart cart)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShoppingCartRulesFacade

public ShoppingCartRulesFacade()
Method Detail

getProductItemQuantity

public static Double getProductItemQuantity(ShoppingCart cart,
                                            String productId)

getTotal

public static Double getTotal(ShoppingCart cart)

© 2005 BEA Systems, Inc.

Copyright © 2005 BEA Systems, Inc. All Rights Reserved