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,
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(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–2016 The CometD Project. All rights reserved.