Interface | osid.bidding.rules.AuctionConstrainerEnablerSearch | ||
---|---|---|---|
Implements | osid.OsidSearch | ||
Description |
The search interface for governing auction constrainer enabler searches. | ||
Method | searchAmongAuctionConstrainerEnablers | ||
Description |
Execute this search among the given list of auction constrainer enablers. | ||
Parameters | osid.id.IdList | auctionConstrainerEnablerIds | list of auction constrainer enablers |
Errors | NULL_ARGUMENT | auctionConstrainerEnablerIds is null | |
Compliance | mandatory | This method must be implemented. | |
Method | orderAuctionConstrainerEnablerResults | ||
Description |
Specify an ordering to the search results. | ||
Parameters | osid.bidding.rules.AuctionConstrainerEnablerSearchOrder | auctionConstrainerEnablerSearchOrder | auction constrainer enabler search order |
Errors | NULL_ARGUMENT | auctionConstrainerEnablerSearchOrder is null | |
UNSUPPORTED | auctionConstrainerEnablerSearchOrder is not of this service | ||
Compliance | mandatory | This method must be implemented. | |
Method | getAuctionConstrainerEnablerSearchRecord | ||
Description |
Gets the auction constrainer enabler search 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.AuctionConstrainerEnablerSearchRecord | the auction constrainer enabler search record | |
Errors | NULL_ARGUMENT | auctionConstrainerEnablerSearchRecordType is null
| |
OPERATION_FAILED | unable to complete request | ||
UNSUPPORTED | hasRecordType(auctionConstrainerEnablerSearchRecordType) is
false | ||
Compliance | mandatory | This method must be implemented. |