| Interface | osid.bidding.rules.AuctionConstrainerEnablerSearchResults | ||
|---|---|---|---|
| Implements | osid.OsidSearchResults | ||
| Description |
This interface provides a means to capture results of a search. | ||
| Method | getAuctionConstrainerEnablers | ||
| Description |
Gets the | ||
| Return | osid.bidding.rules.AuctionConstrainerEnablerList | the auction constrainer enabler list | |
| Errors | ILLEGAL_STATE | list has already been retrieved | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getAuctionConstrainerEnablerQueryInspector | ||
| Description |
Gets the inspector for the query to examine the terms used in the search. | ||
| Return | osid.bidding.rules.AuctionConstrainerEnablerQueryInspector | the auction constrainer enabler query inspector | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getAuctionConstrainerEnablerSearchResultsRecord | ||
| Description |
Gets the auction constrainer enabler search results
record corresponding to the given auction constrainer
enabler search record | ||
| Parameters | osid.type.Type | auctionConstrainerEnablerSearchRecordType | an auction constrainer enabler search record type |
| Return | osid.bidding.rules.records.AuctionConstrainerEnablerSearchResultsRecord | the auction constrainer enabler search results record | |
| Errors | NULL_ARGUMENT | auctionConstrainerEnablerSearchRecordType is null
| |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure occurred | ||
| UNSUPPORTED | hasRecordType(auctionConstrainerEnablerSearchRecordType) is
false | ||
| Compliance | mandatory | This method must be implemented. | |