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