| Package | Description |
|---|---|
| org.webtide.demo.auction | |
| org.webtide.demo.auction.dao |
| Modifier and Type | Method and Description |
|---|---|
Category |
Category.clone() |
Category |
Item.getCategory() |
| Modifier and Type | Method and Description |
|---|---|
List<Category> |
AuctionService.categories(org.cometd.bayeux.server.ServerSession source,
String channel,
String bidder,
String messageId) |
| Modifier and Type | Method and Description |
|---|---|
int |
Category.compareTo(Category o) |
void |
Item.setCategory(Category aCategory) |
| Constructor and Description |
|---|
Item(Integer id,
String itemName,
Category category,
String description,
Double initialPrice) |
| Modifier and Type | Method and Description |
|---|---|
Category |
CategoryDao.getCategory(int categoryId) |
| Modifier and Type | Method and Description |
|---|---|
List<Category> |
CategoryDao.getAllCategories() |
Copyright © 2008-2012 Dojo Foundation. All Rights Reserved.