Interface | osid.bidding.batch.BiddingBatchProxyManager | ||
---|---|---|---|
Implements | osid.OsidProxyManager | ||
osid.bidding.batch.BiddingBatchProfile | |||
Description |
The bidding batch proxy manager provides access to bidding
batch sessions and provides interoperability tests for various
aspects of this service. Methods in this manager support the
passing of a
| ||
Method | getAuctionBatchAdminSession | ||
Description |
Gets the | ||
Parameters | osid.proxy.Proxy | proxy | a proxy |
Return | osid.bidding.batch.AuctionBatchAdminSession | an AuctionBatchAdminSession | |
Errors | NULL_ARGUMENT | proxy is null | |
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 |
osid.proxy.Proxy | proxy | a proxy | |
Return | osid.bidding.batch.AuctionBatchAdminSession | an AuctionBatchAdminSession | |
Errors | NOT_FOUND | no AuctionHouse found by the given Id | |
NULL_ARGUMENT | auctionHouseId or proxy 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 | ||
Parameters | osid.proxy.Proxy | proxy | a proxy |
Return | osid.bidding.batch.BidBatchAdminSession | a BidBatchAdminSession | |
Errors | NULL_ARGUMENT | proxy is null | |
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 |
osid.proxy.Proxy | proxy | a proxy | |
Return | osid.bidding.batch.BidBatchAdminSession | a BidBatchAdminSession | |
Errors | NOT_FOUND | no AuctionHouse found by the given Id | |
NULL_ARGUMENT | auctionHouseId or proxy 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 | ||
Parameters | osid.proxy.Proxy | proxy | a proxy |
Return | osid.bidding.batch.AuctionHouseBatchAdminSession | a AuctionHouseBatchAdminSession | |
Errors | NULL_ARGUMENT | proxy is null | |
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsAuctionHouseBatchAdmin() is false | ||
Compliance | optional | This method must be implemented if supportsAuctionHouseBatchAdmin()
is true. |