| 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.
|
| Constructor and Description |
|---|
ProductImage(ProductBean bean)
Creates a ProductImage.
|
| Modifier and Type | Method and Description |
|---|---|
ProductBean |
CartBean.getItem()
Added as a convenience method, so that the bean examples are a bit better.
|
ProductBean |
InventoryBean.getProduct()
Added as a convenience method, so that the bean examples are a bit better.
|
static ProductBean |
PetStoreDao.readProduct(int productId)
Retrieves a single item.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
PetStoreDao.writeProduct(ProductBean product)
Writes a single product.
|
Copyright © 2017. All rights reserved.