Uses of Class
openbook.domain.Customer
-
Packages that use Customer Package Description openbook.client openbook.domain openbook.server -
-
Uses of Customer in openbook.client
Methods in openbook.client that return Customer Modifier and Type Method Description Customer
Demo. getCustomer()
Constructors in openbook.client with parameters of type Customer Constructor Description BuyBookPage(OpenBookService service, Customer customer)
A Page with 2x2 Grid of panels each for one of the specific action. -
Uses of Customer in openbook.domain
Methods in openbook.domain that return Customer Modifier and Type Method Description Customer
PurchaseOrder. getCustomer()
Gets the customer who placed this Purchase Order.Customer
ShoppingCart. getCustomer()
Gets the Customer who owns this cart. -
Uses of Customer in openbook.server
Methods in openbook.server that return Customer Modifier and Type Method Description Customer
OpenBookService. login(java.lang.String name)
Starts a session for the given named Customer.Methods in openbook.server with parameters of type Customer Modifier and Type Method Description java.util.List<PurchaseOrder>
OpenBookService. getOrders(PurchaseOrder.Status status, Customer customer)
Gets the list of orders of given status.
-