| 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 |
|---|---|
java.util.List<Category> |
AuctionService.categories(org.cometd.bayeux.server.ServerSession source,
org.cometd.bayeux.server.ServerMessage message) |
| Modifier and Type | Method and Description |
|---|---|
int |
Category.compareTo(Category o) |
void |
Item.setCategory(Category aCategory) |
| Constructor and Description |
|---|
Item(java.lang.Integer id,
java.lang.String itemName,
Category category,
java.lang.String description,
java.lang.Double initialPrice) |
| Modifier and Type | Method and Description |
|---|---|
Category |
CategoryDao.getCategory(int categoryId) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Category> |
CategoryDao.getAllCategories() |
Copyright © 2008–2019 The CometD Project. All rights reserved.