| Package | Description |
|---|---|
| openbook.domain | |
| openbook.server |
| Modifier and Type | Method and Description |
|---|---|
ShoppingCart |
Customer.newCart()
Create a
ShoppingCart for this customer. |
| Constructor and Description |
|---|
PurchaseOrder(ShoppingCart cart)
Construct a new order by transferring the content of the given ShoppingCart.
|
| Modifier and Type | Method and Description |
|---|---|
PurchaseOrder |
OpenBookService.placeOrder(ShoppingCart cart)
Buys the content of the given cart.
|
Copyright © 2006–2018 Apache Software Foundation. All rights reserved.