Interface AuctionProcessorEnablerSearch
- All Superinterfaces:
Extensible, OsidCondition, OsidSearch, Suppliable
The search interface for governing auction processor enabler searches.
-
Method Summary
Modifier and TypeMethodDescriptiongetAuctionProcessorEnablerSearchRecord(Type auctionProcessorEnablerSearchRecordType) Gets the auction processor enabler search record corresponding to the given auction processor enabler search recordType.voidorderAuctionProcessorEnablerResults(AuctionProcessorEnablerSearchOrder auctionProcessorEnablerSearchOrder) Specify an ordering to the search results.voidsearchAmongAuctionProcessorEnablers(IdList auctionProcessorEnablerIds) Execute this search among the given list of auction processor enablers.Methods inherited from interface Extensible
getRecordTypes, hasRecordTypeModifier and TypeMethodDescriptionGets the record types available in this object.booleanhasRecordType(Type recordType) Tests if this object supports the given recordType.Methods inherited from interface OsidSearch
limitResultSetModifier and TypeMethodDescriptionvoidlimitResultSet(long start, long end) By default, searches return all matching results.
-
Method Details
-
searchAmongAuctionProcessorEnablers
Execute this search among the given list of auction processor enablers.- Parameters:
auctionProcessorEnablerIds- list of auction processor enablers- Throws:
NullArgumentException-auctionProcessorEnablerIdsisnull- Compliance:
mandatory- This method must be implemented.
-
orderAuctionProcessorEnablerResults
void orderAuctionProcessorEnablerResults(AuctionProcessorEnablerSearchOrder auctionProcessorEnablerSearchOrder) Specify an ordering to the search results.- Parameters:
auctionProcessorEnablerSearchOrder- auction processor enabler search order- Throws:
NullArgumentException-auctionProcessorEnablerSearchOrderisnullUnsupportedException-auctionProcessorEnablerSearchOrderis not of this service- Compliance:
mandatory- This method must be implemented.
-
getAuctionProcessorEnablerSearchRecord
AuctionProcessorEnablerSearchRecord getAuctionProcessorEnablerSearchRecord(Type auctionProcessorEnablerSearchRecordType) throws OperationFailedException Gets the auction processor enabler search record corresponding to the given auction processor enabler search recordType. This method is used to retrieve an object implementing the requested record.- Parameters:
auctionProcessorEnablerSearchRecordType- an auction processor enabler search record type- Returns:
- the auction processor enabler search record
- Throws:
NullArgumentException-auctionProcessorEnablerSearchRecordTypeisnullOperationFailedException- unable to complete requestUnsupportedException-hasRecordType(auctionProcessorEnablerSearchRecordType)isfalse- Compliance:
mandatory- This method must be implemented.
-