Interface AuctionConstrainerEnablerSearch
- All Superinterfaces:
Extensible, OsidCondition, OsidSearch, Suppliable
The search interface for governing auction constrainer enabler searches.
-
Method Summary
Modifier and TypeMethodDescriptiongetAuctionConstrainerEnablerSearchRecord(Type auctionConstrainerEnablerSearchRecordType) Gets the auction constrainer enabler search record corresponding to the given auction constrainer enabler search recordType.voidorderAuctionConstrainerEnablerResults(AuctionConstrainerEnablerSearchOrder auctionConstrainerEnablerSearchOrder) Specify an ordering to the search results.voidsearchAmongAuctionConstrainerEnablers(IdList auctionConstrainerEnablerIds) Execute this search among the given list of auction constrainer 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
-
searchAmongAuctionConstrainerEnablers
Execute this search among the given list of auction constrainer enablers.- Parameters:
auctionConstrainerEnablerIds- list of auction constrainer enablers- Throws:
NullArgumentException-auctionConstrainerEnablerIdsisnull- Compliance:
mandatory- This method must be implemented.
-
orderAuctionConstrainerEnablerResults
void orderAuctionConstrainerEnablerResults(AuctionConstrainerEnablerSearchOrder auctionConstrainerEnablerSearchOrder) Specify an ordering to the search results.- Parameters:
auctionConstrainerEnablerSearchOrder- auction constrainer enabler search order- Throws:
NullArgumentException-auctionConstrainerEnablerSearchOrderisnullUnsupportedException-auctionConstrainerEnablerSearchOrderis not of this service- Compliance:
mandatory- This method must be implemented.
-
getAuctionConstrainerEnablerSearchRecord
AuctionConstrainerEnablerSearchRecord getAuctionConstrainerEnablerSearchRecord(Type auctionConstrainerEnablerSearchRecordType) throws OperationFailedException Gets the auction constrainer enabler search record corresponding to the given auction constrainer enabler search recordType. This method is used to retrieve an object implementing the requested record.- Parameters:
auctionConstrainerEnablerSearchRecordType- an auction constrainer enabler search record type- Returns:
- the auction constrainer enabler search record
- Throws:
NullArgumentException-auctionConstrainerEnablerSearchRecordTypeisnullOperationFailedException- unable to complete requestUnsupportedException-hasRecordType(auctionConstrainerEnablerSearchRecordType)isfalse- Compliance:
mandatory- This method must be implemented.
-