|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ShoppingCartModel | |
com.sun.j2ee.blueprints.petstore.control.web | |
com.sun.j2ee.blueprints.shoppingcart.cart.ejb | |
com.sun.j2ee.blueprints.shoppingcart.cart.model |
Uses of ShoppingCartModel in com.sun.j2ee.blueprints.petstore.control.web |
Subclasses of ShoppingCartModel in com.sun.j2ee.blueprints.petstore.control.web | |
class |
ShoppingCartWebImpl
This class is the web-tier representation of the Shopping Cart. |
Methods in com.sun.j2ee.blueprints.petstore.control.web that return ShoppingCartModel | |
ShoppingCartModel |
ShoppingClientControllerWebImpl.getShoppingCart()
|
ShoppingCartModel |
ModelManager.getCartModel()
|
Uses of ShoppingCartModel in com.sun.j2ee.blueprints.shoppingcart.cart.ejb |
Methods in com.sun.j2ee.blueprints.shoppingcart.cart.ejb that return ShoppingCartModel | |
ShoppingCartModel |
ShoppingCart.getDetails(java.util.Locale locale)
get a list of items & their qty in the cart |
ShoppingCartModel |
ShoppingCartEJB.getDetails(java.util.Locale locale)
|
Uses of ShoppingCartModel in com.sun.j2ee.blueprints.shoppingcart.cart.model |
Methods in com.sun.j2ee.blueprints.shoppingcart.cart.model with parameters of type ShoppingCartModel | |
void |
ShoppingCartModel.copy(ShoppingCartModel src)
copies over the data from the specified shopping cart. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |