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,
org.cometd.bayeux.server.ServerMessage message) |
List<Item> |
AuctionService.search(org.cometd.bayeux.server.ServerSession source,
org.cometd.bayeux.server.ServerMessage message) |
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–2017 The CometD Project. All rights reserved.