| Interface | osid.bidding.rules.AuctionProcessorRuleApplicationSession | ||
|---|---|---|---|
| Implements | osid.OsidSession | ||
| Description |
This session provides methods to apply | ||
| Method | getAuctionHouseId | ||
| Description |
Gets the | ||
| Return | osid.id.Id | the AuctionHouse Id associated with this session | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getAuctionHouse | ||
| Description |
Gets the | ||
| Return | osid.bidding.AuctionHouse | the auction house | |
| Errors | OPERATION_FAILED | unable to complete request | |
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | canAssignAuctionProcessors | ||
| Description |
Tests if this user can alter auction processor/auction
mappings. A return of true does not guarantee successful
authorization. A return of false indicates that it is
known mapping methods in this session will result in a
| ||
| Return | boolean | false if mapping is not authorized, true
otherwise | |
| Compliance | mandatory | This method must be implemented. | |
| Method | assignAuctionProcessorToAuction | ||
| Description |
Adds an existing | ||
| Parameters | osid.id.Id | auctionProcessorId | the Id of the AuctionProcessor |
osid.id.Id | auctionId | the Id of the Auction | |
| Errors | ALREADY_EXISTS | auctionProcessorId already applied to auctionId
| |
| NOT_FOUND | auctionProcessorId or auctionId not found | ||
| NULL_ARGUMENT | auctionProcessorId or auctionId is
null | ||
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | unassignAuctionProcessorFromAuction | ||
| Description |
Removes an | ||
| Parameters | osid.id.Id | auctionProcessorId | the Id of the AuctionProcessor |
osid.id.Id | auctionId | the Id of the Auction | |
| Errors | NOT_FOUND | auctionProcessorId or auctionId not found or
auctionProcessorId not applied to auctionId | |
| NULL_ARGUMENT | auctionProcessorId or auctionId is
null | ||
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | canSequenceAuctionProcessors | ||
| Description |
Tests if this user can order | ||
| Return | boolean | false if AuctionProcessor ordering is not
authorized, true otherwise | |
| Compliance | mandatory | This method must be implemented. | |
| Method | moveAuctionProcessorAhead | ||
| Description |
Reorders auction processors for an auction by moving the specified auction processor in front of a reference auction processor. | ||
| Parameters | osid.id.Id | auctionProcessorId | the Id of an AuctionProcessor |
osid.id.Id | auctionId | the Id of an Auction | |
osid.id.Id | referenceId | the reference auction processor Id | |
| Errors | NOT_FOUND | auctionProcessorId, auctionId, or referenceId
not found or, auctionProcessorId or referenceId
not related to auctionId | |
| NULL_ARGUMENT | auctionProcessorId, auctionId, or referenceId
is null | ||
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | moveAuctionProcessorBehind | ||
| Description |
Reorders auction processors for an auction by moving the specified auction processor behind a reference auction processor. | ||
| Parameters | osid.id.Id | auctionProcessorId | the Id of an AuctionProcessor |
osid.id.Id | auctionId | the Id of an Auction | |
osid.id.Id | referenceId | the reference auction processor Id | |
| Errors | NOT_FOUND | auctionProcessorId, auctionId, or referenceId
not found or, auctionProcessorId or referenceId
not related to auctionId | |
| NULL_ARGUMENT | auctionProcessorId, auctionId, or referenceId
is null | ||
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | orderAuctionProcessors | ||
| Description |
Reorders a set of auction processors for an auction. | ||
| Parameters | osid.id.Id[] | auctionProcessorIds | the Ids for a set of AuctionProcessors |
osid.id.Id | auctionId | the Id of an Auction | |
| Errors | NOT_FOUND | auctionId not found or, an auctionProcessorId
not related to auctionId | |
| NULL_ARGUMENT | auctionProcessorIds or auctionId is
null | ||
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |