Uses of Class
openbook.domain.ShoppingCart
-
Packages that use ShoppingCart Package Description openbook.domain openbook.server -
-
Uses of ShoppingCart in openbook.domain
Methods in openbook.domain that return ShoppingCart Modifier and Type Method Description ShoppingCart
Customer. newCart()
Create aShoppingCart
for this customer.Constructors in openbook.domain with parameters of type ShoppingCart Constructor Description PurchaseOrder(ShoppingCart cart)
Construct a new order by transferring the content of the given ShoppingCart. -
Uses of ShoppingCart in openbook.server
Methods in openbook.server with parameters of type ShoppingCart Modifier and Type Method Description PurchaseOrder
OpenBookService. placeOrder(ShoppingCart cart)
Buys the content of the given cart.
-