| Package | Description |
|---|---|
| org.webtide.demo.auction | |
| org.webtide.demo.auction.dao |
| Modifier and Type | Method and Description |
|---|---|
Item |
Item.clone() |
| Modifier and Type | Method and Description |
|---|---|
List<Item> |
AuctionService.category(org.cometd.bayeux.server.ServerSession source,
String channel,
Number categoryId,
String messageId) |
List<Item> |
AuctionService.search(org.cometd.bayeux.server.ServerSession source,
String channel,
String search,
String messageId) |
| Modifier and Type | Method and Description |
|---|---|
Item |
CategoryDao.getItem(int itemId) |
| Modifier and Type | Method and Description |
|---|---|
List<Item> |
CategoryDao.findItems(String expression) |
Collection<Item> |
CategoryDao.getAllItems() |
List<Item> |
CategoryDao.getItemsInCategory(Integer categoryId) |
| Modifier and Type | Method and Description |
|---|---|
void |
CategoryDao.addItem(Item item) |
Copyright © 2008-2012 Dojo Foundation. All Rights Reserved.