Interface | osid.bidding.rules.AuctionConstrainerEnablerSearchSession | ||
---|---|---|---|
Implements | osid.bidding.rules.AuctionConstrainerEnablerQuerySession | ||
Description |
This session provides methods for searching among This session defines views that offer differing behaviors for searching.
| ||
Method | getAuctionConstrainerEnablerSearch | ||
Description |
Gets an auction constrainer enabler search. | ||
Return | osid.bidding.rules.AuctionConstrainerEnablerSearch | the auction constrainer enabler search | |
Compliance | mandatory | This method must be implemented. | |
Method | getAuctionConstrainerEnablerSearchOrder | ||
Description |
Gets an auction constrainer enabler search order. The
| ||
Return | osid.bidding.rules.AuctionConstrainerEnablerSearchOrder | the auction constrainer enabler search order | |
Compliance | mandatory | This method must be implemented. | |
Method | getAuctionConstrainerEnablersBySearch | ||
Description |
Gets the search results matching the given search query using the given search. | ||
Parameters | osid.bidding.rules.AuctionConstrainerEnablerQuery | auctionConstrainerEnablerQuery | the auction constrainer enabler query |
osid.bidding.rules.AuctionConstrainerEnablerSearch | auctionConstrainerEnablerSearch | the auction constrainer enabler search | |
Return | osid.bidding.rules.AuctionConstrainerEnablerSearchResults | the returned search results | |
Errors | NULL_ARGUMENT | auctionConstrainerEnablerQuery or
auctionConstrainerEnablerSearch is null | |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
UNSUPPORTED | auctionConstrainerEnablerQuery or
auctionConstrainerEnablerSearch is not of this service | ||
Compliance | mandatory | This method must be implemented. | |
Method | getAuctionConstrainerEnablerQueryFromInspector | ||
Description |
Gets an auction constrainer enabler query from an
inspector. The inspector is available from an | ||
Parameters | osid.bidding.rules.AuctionConstrainerEnablerQueryInspector | auctionConstrainerEnablerQueryInspector | an auction constrainer enabler query inspector |
Return | osid.bidding.rules.AuctionConstrainerEnablerQuery | the auction constrainer enabler query | |
Errors | NULL_ARGUMENT | auctionConstrainerEnablerQueryInspector is null
| |
UNSUPPORTED | auctionConstrainerEnablerQueryInspector is not of this
service | ||
Compliance | mandatory | This method must be implemented. |