Package | Description |
---|---|
org.osid.bidding |
The Open Service Interface Definitions for the org.osid.bidding
service.
|
org.osid.bidding.batch |
The Open Service Interface Definitions for the org.osid.bidding.batch
service.
|
Modifier and Type | Method and Description |
---|---|
AuctionForm |
AuctionAdminSession.getAuctionFormForCreate(Type[] auctionRecordTypes)
Gets the auction form for creating new auctions.
|
AuctionForm |
AuctionAdminSession.getAuctionFormForUpdate(Id auctionId)
Gets the auction form for updating an existing auction.
|
Modifier and Type | Method and Description |
---|---|
Auction |
AuctionAdminSession.createAuction(AuctionForm auctionForm)
Creates a new
Auction. |
void |
AuctionAdminSession.updateAuction(AuctionForm auctionForm)
Updates an existing auction.
|
Modifier and Type | Interface and Description |
---|---|
interface |
AuctionBatchForm
This is the form for creating and updating auctions in bulk.
|