Interface AuctionConstrainerSearch
- All Superinterfaces:
Extensible, OsidCondition, OsidSearch, Suppliable
The search interface for governing auction constrainer searches.
-
Method Summary
Modifier and TypeMethodDescriptiongetAuctionConstrainerSearchRecord(Type auctionConstrainerSearchRecordType) Gets the auction constrainer search record corresponding to the given auction constrainer search recordType.voidorderAuctionConstrainerResults(AuctionConstrainerSearchOrder auctionConstrainerSearchOrder) Specify an ordering to the search results.voidsearchAmongAuctionConstrainers(IdList auctionConstrainerIds) Execute this search among the given list of auction constrainers.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
-
searchAmongAuctionConstrainers
Execute this search among the given list of auction constrainers.- Parameters:
auctionConstrainerIds- list of auction constrainers- Throws:
NullArgumentException-auctionConstrainerIdsisnull- Compliance:
mandatory- This method must be implemented.
-
orderAuctionConstrainerResults
Specify an ordering to the search results.- Parameters:
auctionConstrainerSearchOrder- auction constrainer search order- Throws:
NullArgumentException-auctionConstrainerSearchOrderisnullUnsupportedException-auctionConstrainerSearchOrderis not of this service- Compliance:
mandatory- This method must be implemented.
-
getAuctionConstrainerSearchRecord
AuctionConstrainerSearchRecord getAuctionConstrainerSearchRecord(Type auctionConstrainerSearchRecordType) throws OperationFailedException Gets the auction constrainer search record corresponding to the given auction constrainer search recordType. This method is used to retrieve an object implementing the requested record.- Parameters:
auctionConstrainerSearchRecordType- an auction constrainer search record type- Returns:
- the auction constrainer search record
- Throws:
NullArgumentException-auctionConstrainerSearchRecordTypeisnullOperationFailedException- unable to complete requestUnsupportedException-hasRecordType(auctionConstrainerSearchRecordType)isfalse- Compliance:
mandatory- This method must be implemented.
-