|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Item | |
---|---|
org.webtide.demo.auction | |
org.webtide.demo.auction.dao |
Uses of Item in org.webtide.demo.auction |
---|
Methods in org.webtide.demo.auction that return Item | |
---|---|
Item |
Item.clone()
|
Methods in org.webtide.demo.auction that return types with arguments of type Item | |
---|---|
java.util.List<Item> |
AuctionService.category(ServerSession source,
java.lang.String channel,
java.lang.Number categoryId,
java.lang.Object messageId)
|
java.util.List<Item> |
AuctionService.search(ServerSession source,
java.lang.String channel,
java.lang.String search,
java.lang.Object messageId)
|
Uses of Item in org.webtide.demo.auction.dao |
---|
Methods in org.webtide.demo.auction.dao that return Item | |
---|---|
Item |
CategoryDao.getItem(int itemId)
|
Methods in org.webtide.demo.auction.dao that return types with arguments of type Item | |
---|---|
java.util.List<Item> |
CategoryDao.findItems(java.lang.String expression)
|
java.util.Collection<Item> |
CategoryDao.getAllItems()
|
java.util.List<Item> |
CategoryDao.getItemsInCategory(java.lang.Integer categoryId)
|
Methods in org.webtide.demo.auction.dao with parameters of type Item | |
---|---|
void |
CategoryDao.addItem(Item item)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |