| Package | Description |
|---|---|
| com.github.bordertech.wcomponents.examples.petstore.model |
Contains the model classes used by the Pet Store.
|
| Modifier and Type | Method and Description |
|---|---|
static InventoryBean[] |
PetStoreDao.readInventory()
Retrieves the entire inventory.
|
static InventoryBean |
PetStoreDao.readInventory(int productId)
Retrieves a single inventory item.
|
static InventoryBean[] |
PetStoreDao.readInventory(int[] ids)
Retrieves multiple inventory items.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
PetStoreDao.writeInventory(InventoryBean inventory)
Writes a single inventory item.
|
Copyright © 2017. All rights reserved.