| Interface | osid.bidding.rules.AuctionProcessorSearchResults | ||
|---|---|---|---|
| Implements | osid.OsidSearchResults | ||
| Description |
This interface provides a means to capture results of a search. | ||
| Method | getAuctionProcessors | ||
| Description |
Gets the | ||
| Return | osid.bidding.rules.AuctionProcessorList | the auction processor list | |
| Errors | ILLEGAL_STATE | list has already been retrieved | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getAuctionProcessorQueryInspector | ||
| Description |
Gets the inspector for the query to examine the terms used in the search. | ||
| Return | osid.bidding.rules.AuctionProcessorQueryInspector | the auction processor query inspector | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getAuctionProcessorSearchResultsRecord | ||
| Description |
Gets the auction processor search results record
corresponding to the given auction processor search record
| ||
| Parameters | osid.type.Type | auctionProcessorSearchRecordType | an auction processor search record type |
| Return | osid.bidding.rules.records.AuctionProcessorSearchResultsRecord | the auction processor search results record | |
| Errors | NULL_ARGUMENT | auctionProcessorSearchRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure occurred | ||
| UNSUPPORTED | hasRecordType(auctionProcessorSearchRecordType) is
false | ||
| Compliance | mandatory | This method must be implemented. | |