| Package | Description |
|---|---|
| com.github.bordertech.wcomponents.examples.petstore |
Demonstrates best practices in using the WComponent API to build a "real-world" application.
|
| com.github.bordertech.wcomponents.examples.petstore.model |
Contains the model classes used by the Pet Store.
|
| Modifier and Type | Method and Description |
|---|---|
List<CartBean> |
PetStoreApp.getCart()
Retrieves the contents of the given user's cart.
|
List<CartBean> |
CartPanel.getCart()
Retrieves a user's cart.
|
List<CartBean> |
CartPanel.CartModel.getCart() |
| Modifier and Type | Method and Description |
|---|---|
PlaceOrderService.OrderStatus |
PlaceOrderService.placeOrder(List<CartBean> cart,
ConfirmOrderBean clientDetails)
Places an order.
|
Copyright © 2017. All rights reserved.