| Package | Description |
|---|---|
| org.osid.bidding.batch |
The Open Service Interface Definitions for the org.osid.bidding.batch
service.
|
| Modifier and Type | Method and Description |
|---|---|
BidBatchFormList |
BidBatchAdminSession.getBidFormsForCreate(BidPeerList peers,
Type[] bidRecordTypes)
Gets the bid forms for creating a bunch of new bids.
|
BidBatchFormList |
BidBatchAdminSession.getBidFormsForUpdate(IdList bidIds)
Gets the bid forms for updating an existing set of bids.
|
| Modifier and Type | Method and Description |
|---|---|
CreateResponseList |
BidBatchAdminSession.createBids(BidBatchFormList bidForms)
Creates a new set of
Bids. |
UpdateResponseList |
BidBatchAdminSession.updateBids(BidBatchFormList bidForms)
Updates existing bids.
|