| Interface | osid.bidding.rules.AuctionProcessorEnablerSearchResults | ||
|---|---|---|---|
| Implements | osid.OsidSearchResults | ||
| Description |
This interface provides a means to capture results of a search. | ||
| Method | getAuctionProcessorEnablers | ||
| Description |
Gets the | ||
| Return | osid.bidding.rules.AuctionProcessorEnablerList | the auction processor enabler list | |
| Errors | ILLEGAL_STATE | list has already been retrieved | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getAuctionProcessorEnablerQueryInspector | ||
| Description |
Gets the inspector for the query to examine the terms used in the search. | ||
| Return | osid.bidding.rules.AuctionProcessorEnablerQueryInspector | the auction processor enabler query inspector | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getAuctionProcessorEnablerSearchResultsRecord | ||
| Description |
Gets the auction processor enabler search results
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.AuctionProcessorEnablerSearchResultsRecord | the auction processor enabler search results record | |
| Errors | NULL_ARGUMENT | auctionProcessorEnablerSearchRecordType is null
| |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure occurred | ||
| UNSUPPORTED | hasRecordType(auctionProcessorEnablerSearchRecordType) is
false | ||
| Compliance | mandatory | This method must be implemented. | |