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 |
---|---|
BidForm |
BidAdminSession.getBidFormForCreate(Id auctionId,
Type[] bidRecordTypes)
Gets the bid form for creating new bids.
|
BidForm |
BidAdminSession.getBidFormForUpdate(Id bidId)
Gets the bid form for updating an existing bid.
|
Modifier and Type | Method and Description |
---|---|
Bid |
BidAdminSession.createBid(BidForm bidForm)
Creates a new
Bid. |
void |
BidAdminSession.updateBid(BidForm bidForm)
Updates an existing bid.
|
Modifier and Type | Interface and Description |
---|---|
interface |
BidBatchForm
This is the form for creating and updating bids in bulk.
|