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