com.beasys.commerce.ebusiness.shoppingcart
Class ShoppingCartRulesFacade

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

Deprecated

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

Constructor Detail

ShoppingCartRulesFacade

public ShoppingCartRulesFacade()
Deprecated 
Method Detail

getTotal

public static Double getTotal(ShoppingCart cart)
Deprecated 

getProductItemQuantity

public static Double getProductItemQuantity(ShoppingCart cart,
                                            String productId)
Deprecated 


Copyright © 2000, 2009, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its affiliates.
Other names may be trademarks of their respective owners.