Uses of Class
openbook.domain.PurchaseOrder
-
Packages that use PurchaseOrder Package Description openbook.domain openbook.server -
-
Uses of PurchaseOrder in openbook.domain
Methods in openbook.domain that return PurchaseOrder Modifier and Type Method Description PurchaseOrder
LineItem. getOrder()
Gets the parent PurchaseOrder of this line item. -
Uses of PurchaseOrder in openbook.server
Methods in openbook.server that return PurchaseOrder Modifier and Type Method Description PurchaseOrder
OpenBookService. deliver(PurchaseOrder order)
Delivers the given order.PurchaseOrder
OpenBookService. placeOrder(ShoppingCart cart)
Buys the content of the given cart.Methods in openbook.server that return types with arguments of type PurchaseOrder Modifier and Type Method Description java.util.List<PurchaseOrder>
OpenBookService. getOrders(PurchaseOrder.Status status, Customer customer)
Gets the list of orders of given status.Methods in openbook.server with parameters of type PurchaseOrder Modifier and Type Method Description PurchaseOrder
OpenBookService. deliver(PurchaseOrder order)
Delivers the given order.
-