com.beasys.commerce.ebusiness.shoppingcart
Class ShoppingCartRulesFacade

java.lang.Object
  extended by com.beasys.commerce.ebusiness.shoppingcart.ShoppingCartRulesFacade

Deprecated See BEA Commerce product offering

@Deprecated
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()
          Deprecated See BEA Commerce product offering
 
Method Summary
static Double getProductItemQuantity(ShoppingCart cart, String productId)
          Deprecated See BEA Commerce product offering
static Double getTotal(ShoppingCart cart)
          Deprecated See BEA Commerce product offering
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShoppingCartRulesFacade

public ShoppingCartRulesFacade()
Deprecated See BEA Commerce product offering

Method Detail

getTotal

public static Double getTotal(ShoppingCart cart)
Deprecated See BEA Commerce product offering


getProductItemQuantity

public static Double getProductItemQuantity(ShoppingCart cart,
                                            String productId)
Deprecated See BEA Commerce product offering



Copyright © 2006 BEA Systems, Inc. All Rights Reserved