Package | Description |
---|---|
org.webtide.demo.auction | |
org.webtide.demo.auction.dao |
Modifier and Type | Method and Description |
---|---|
Bidder |
AuctionService.bidder(org.cometd.bayeux.server.ServerSession source,
org.cometd.bayeux.server.ServerMessage message) |
Bidder |
Bidder.clone() |
Bidder |
Bid.getBidder() |
Modifier and Type | Method and Description |
---|---|
void |
Bid.setBidder(Bidder aBidder) |
Modifier and Type | Method and Description |
---|---|
Bidder |
BidderDao.getBidder(String username) |
Modifier and Type | Method and Description |
---|---|
boolean |
BidderDao.addBidder(Bidder bidder) |
void |
BidderDao.saveBidder(Bidder bidder) |
Copyright © 2008–2017 The CometD Project. All rights reserved.