Package | Description |
---|---|
openbook.domain | |
openbook.server |
Modifier and Type | Method and Description |
---|---|
PurchaseOrder |
LineItem.getOrder()
Gets the parent PurchaseOrder of this line item.
|
Modifier and Type | Method and Description |
---|---|
PurchaseOrder |
OpenBookService.deliver(PurchaseOrder order)
Delivers the given order.
|
PurchaseOrder |
OpenBookService.placeOrder(ShoppingCart cart)
Buys the content of the given cart.
|
Modifier and Type | Method and Description |
---|---|
List<PurchaseOrder> |
OpenBookService.getOrders(PurchaseOrder.Status status,
Customer customer)
Gets the list of orders of given status.
|
Modifier and Type | Method and Description |
---|---|
PurchaseOrder |
OpenBookService.deliver(PurchaseOrder order)
Delivers the given order.
|
Copyright © 2006–2018 Apache Software Foundation. All rights reserved.