Interface | osid.bidding.rules.AuctionProcessorEnablerSearchSession | ||
---|---|---|---|
Implements | osid.bidding.rules.AuctionProcessorEnablerQuerySession | ||
Description |
This session provides methods for searching among This session defines views that offer differing behaviors for searching.
| ||
Method | getAuctionProcessorEnablerSearch | ||
Description |
Gets an auction processor enabler search. | ||
Return | osid.bidding.rules.AuctionProcessorEnablerSearch | the auction processor enabler search | |
Compliance | mandatory | This method must be implemented. | |
Method | getAuctionProcessorEnablerSearchOrder | ||
Description |
Gets an auction processor enabler search order. The
| ||
Return | osid.bidding.rules.AuctionProcessorEnablerSearchOrder | the auction processor enabler search order | |
Compliance | mandatory | This method must be implemented. | |
Method | getAuctionProcessorEnablersBySearch | ||
Description |
Gets the search results matching the given search query using the given search. | ||
Parameters | osid.bidding.rules.AuctionProcessorEnablerQuery | auctionProcessorEnablerQuery | the auction processor enabler query |
osid.bidding.rules.AuctionProcessorEnablerSearch | auctionProcessorEnablerSearch | the auction processor enabler search | |
Return | osid.bidding.rules.AuctionProcessorEnablerSearchResults | the returned search results | |
Errors | NULL_ARGUMENT | auctionProcessorEnablerQuery or
auctionProcessorEnablerSearch is null | |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
UNSUPPORTED | auctionProcessorEnablerQuery or
auctionProcessorEnablerSearch is not of this service | ||
Compliance | mandatory | This method must be implemented. | |
Method | getAuctionProcessorEnablerQueryFromInspector | ||
Description |
Gets an auction processor enabler query from an
inspector. The inspector is available from an | ||
Parameters | osid.bidding.rules.AuctionProcessorEnablerQueryInspector | auctionProcessorEnablerQueryInspector | an auction processor enabler query inspector |
Return | osid.bidding.rules.AuctionProcessorEnablerQuery | the auction processor enabler query | |
Errors | NULL_ARGUMENT | auctionProcessorEnablerQueryInspector is null | |
UNSUPPORTED | auctionProcessorEnablerQueryInspector is not of this service | ||
Compliance | mandatory | This method must be implemented. |