Interface | osid.bidding.batch.BiddingBatchManager | ||
---|---|---|---|
Implements | osid.OsidManager | ||
osid.bidding.batch.BiddingBatchProfile | |||
Description |
The bidding batch manager provides access to bidding batch sessions and provides interoperability tests for various aspects of this service. The sessions included in this manager are:
| ||
Method | getAuctionBatchAdminSession | ||
Description |
Gets the | ||
Return | osid.bidding.batch.AuctionBatchAdminSession | an AuctionBatchAdminSession | |
Errors | OPERATION_FAILED | unable to complete request | |
UNIMPLEMENTED | supportsAuctionBatchAdmin() is false | ||
Compliance | optional | This method must be implemented if supportsAuctionBatchAdmin()
is true. | |
Method | getAuctionBatchAdminSessionForAuctionHouse | ||
Description |
Gets the | ||
Parameters | osid.id.Id | auctionHouseId | the Id of the AuctionHouse |
Return | osid.bidding.batch.AuctionBatchAdminSession | an AuctionBatchAdminSession | |
Errors | NOT_FOUND | no AuctionHouse found by the given Id | |
NULL_ARGUMENT | auctionHouseId is null | ||
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsAuctionBatchAdmin() or
supportsVisibleFederation() is false | ||
Compliance | optional | This method must be implemented if supportsAuctionBatchAdmin()
and supportsVisibleFederation() are true | |
Method | getBidBatchAdminSession | ||
Description |
Gets the | ||
Return | osid.bidding.batch.BidBatchAdminSession | a BidBatchAdminSession | |
Errors | OPERATION_FAILED | unable to complete request | |
UNIMPLEMENTED | supportsBidBatchAdmin() is false | ||
Compliance | optional | This method must be implemented if supportsBidBatchAdmin()
is true. | |
Method | getBidBatchAdminSessionForAuctionHouse | ||
Description |
Gets the | ||
Parameters | osid.id.Id | auctionHouseId | the Id of the AuctionHouse |
Return | osid.bidding.batch.BidBatchAdminSession | a BidBatchAdminSession | |
Errors | NOT_FOUND | no AuctionHouse found by the given Id | |
NULL_ARGUMENT | auctionHouseId is null | ||
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsBidBatchAdmin() or
supportsVisibleFederation() is false | ||
Compliance | optional | This method must be implemented if supportsBidBatchAdmin()
and supportsVisibleFederation() are true | |
Method | getAuctionHouseBatchAdminSession | ||
Description |
Gets the | ||
Return | osid.bidding.batch.AuctionHouseBatchAdminSession | a AuctionHouseBatchAdminSession | |
Errors | OPERATION_FAILED | unable to complete request | |
UNIMPLEMENTED | supportsAuctionHouseBatchAdmin() is false | ||
Compliance | optional | This method must be implemented if supportsAuctionHouseBatchAdmin()
is true. |