Class | Description |
---|---|
CartEventListener |
HttpSessionListener that saves information about abandoned carts
|
CheckOutEvents |
Events used for processing checkout and orders.
|
CheckOutHelper |
A facade over the ShoppingCart to simplify the relatively complex
processing required to create an order in the system.
|
ShoppingCart |
Shopping Cart Object
|
ShoppingCart.CartPaymentInfo | |
ShoppingCart.CartShipInfo | |
ShoppingCart.CartShipInfo.CartShipItemInfo | |
ShoppingCart.ProductPromoUseInfo | |
ShoppingCart.ShoppingCartItemGroup | |
ShoppingCartEvents |
Shopping cart events.
|
ShoppingCartHelper |
A facade over the
ShoppingCart
providing catalog and product services to simplify the interaction
with the cart directly. |
ShoppingCartItem |
Title: ShoppingCartItem.java
|
ShoppingCartServices |
Shopping Cart Services
|
WebShoppingCart |
WebShoppingCart.java
Extension of
ShoppingCart
class which provides web presentation layer specific functionality
related specifically to user session information. |
Exception | Description |
---|---|
CartItemModifyException |
Exception
|
ItemNotFoundException |