Interface | osid.bidding.rules.AuctionProcessorEnablerSearch | ||
---|---|---|---|
Implements | osid.OsidSearch | ||
Description |
The search interface for governing auction processor enabler searches. | ||
Method | searchAmongAuctionProcessorEnablers | ||
Description |
Execute this search among the given list of auction processor enablers. | ||
Parameters | osid.id.IdList | auctionProcessorEnablerIds | list of auction processor enablers |
Errors | NULL_ARGUMENT | auctionProcessorEnablerIds is null | |
Compliance | mandatory | This method must be implemented. | |
Method | orderAuctionProcessorEnablerResults | ||
Description |
Specify an ordering to the search results. | ||
Parameters | osid.bidding.rules.AuctionProcessorEnablerSearchOrder | auctionProcessorEnablerSearchOrder | auction processor enabler search order |
Errors | NULL_ARGUMENT | auctionProcessorEnablerSearchOrder is null | |
UNSUPPORTED | auctionProcessorEnablerSearchOrder is not of this service | ||
Compliance | mandatory | This method must be implemented. | |
Method | getAuctionProcessorEnablerSearchRecord | ||
Description |
Gets the auction processor enabler search record
corresponding to the given auction processor enabler
search record | ||
Parameters | osid.type.Type | auctionProcessorEnablerSearchRecordType | an auction processor enabler search record type |
Return | osid.bidding.rules.records.AuctionProcessorEnablerSearchRecord | the auction processor enabler search record | |
Errors | NULL_ARGUMENT | auctionProcessorEnablerSearchRecordType is null
| |
OPERATION_FAILED | unable to complete request | ||
UNSUPPORTED | hasRecordType(auctionProcessorEnablerSearchRecordType) is
false | ||
Compliance | mandatory | This method must be implemented. |