| Interface | osid.bidding.rules.BidEnablerSearchOrder | ||
|---|---|---|---|
| Implements | osid.OsidEnablerSearchOrder | ||
| Used By | osid.bidding.rules.BidEnablerSearchSession | ||
osid.bidding.rules.BidEnablerSmartAuctionHouseSession | |||
| Description |
An interface for specifying the ordering of search results. | ||
| Method | getBidEnablerSearchOrderRecord | ||
| Description |
Gets the bid enabler search order record corresponding
to the given bid enabler record | ||
| Parameters | osid.type.Type | bidEnablerRecordType | a bid enabler record type |
| Return | osid.bidding.rules.records.BidEnablerSearchOrderRecord | the bid enabler search order record | |
| Errors | NULL_ARGUMENT | bidEnablerRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(bidEnablerRecordType) is false | ||
| Compliance | mandatory | This method must be implemented. | |