Package | Description |
---|---|
openbook.client | |
openbook.domain | |
openbook.server |
Modifier and Type | Method and Description |
---|---|
Customer |
Demo.getCustomer() |
Constructor and Description |
---|
BuyBookPage(OpenBookService service,
Customer customer)
A Page with 2x2 Grid of panels each for one of the specific action.
|
Modifier and Type | Method and Description |
---|---|
Customer |
ShoppingCart.getCustomer()
Gets the Customer who owns this cart.
|
Customer |
PurchaseOrder.getCustomer()
Gets the customer who placed this Purchase Order.
|
Modifier and Type | Method and Description |
---|---|
Customer |
OpenBookService.login(String name)
Starts a session for the given named Customer.
|
Modifier and Type | Method and Description |
---|---|
List<PurchaseOrder> |
OpenBookService.getOrders(PurchaseOrder.Status status,
Customer customer)
Gets the list of orders of given status.
|
Copyright © 2006–2018 Apache Software Foundation. All rights reserved.