© 2002 BEA Systems, Inc.


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.


Constructor Summary
ShoppingCartRulesFacade()
           
 
Method Summary
static java.lang.Double getProductItemQuantity(ShoppingCart cart, java.lang.String productId)
           
static java.lang.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

getTotal

public static java.lang.Double getTotal(ShoppingCart cart)

getProductItemQuantity

public static java.lang.Double getProductItemQuantity(ShoppingCart cart,
                                                      java.lang.String productId)

© 2002 BEA Systems, Inc.

Copyright © 2002 BEA Systems, Inc. All Rights Reserved