Package | Description |
---|---|
org.osid.bidding |
The Open Service Interface Definitions for the org.osid.bidding
service.
|
Modifier and Type | Method and Description |
---|---|
Auction |
AuctionAdminSession.createAuction(AuctionForm auctionForm)
Creates a new
Auction. |
Auction |
Bid.getAuction()
Gets the auction.
|
Auction |
AuctionLookupSession.getAuction(Id auctionId)
Gets the
Auction specified by its Id. |
Auction |
AuctionList.getNextAuction()
Gets the next
Auction in this list. |
Auction[] |
AuctionList.getNextAuctions(long n)
Gets the next set of
Auction elements in this list. |