Interface | osid.bidding.rules.AuctionProcessorSearchOrder | ||
---|---|---|---|
Implements | osid.OsidProcessorSearchOrder | ||
Description |
An interface for specifying the ordering of search results. | ||
Method | getAuctionProcessorSearchOrderRecord | ||
Description |
Gets the auction processor search order record
corresponding to the given auction processor record | ||
Parameters | osid.type.Type | auctionProcessorRecordType | an auction processor record type |
Return | osid.bidding.rules.records.AuctionProcessorSearchOrderRecord | the auction processor search order record | |
Errors | NULL_ARGUMENT | auctionProcessorRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
UNSUPPORTED | hasRecordType(auctionProcessorRecordType) is false
| ||
Compliance | mandatory | This method must be implemented. |