public interface AuctionConstrainerEnablerSearch extends OsidSearch
The search interface for governing auction constrainer enabler searches.
| Modifier and Type | Method and Description |
|---|---|
AuctionConstrainerEnablerSearchRecord |
getAuctionConstrainerEnablerSearchRecord(Type auctionConstrainerEnablerSearchRecordType)
Gets the auction constrainer enabler search record corresponding to
the given auction constrainer enabler search record
Type. |
void |
orderAuctionConstrainerEnablerResults(AuctionConstrainerEnablerSearchOrder auctionConstrainerEnablerSearchOrder)
Specify an ordering to the search results.
|
void |
searchAmongAuctionConstrainerEnablers(IdList auctionConstrainerEnablerIds)
Execute this search among the given list of auction constrainer
enablers.
|
limitResultSetgetRecordTypes, hasRecordTypevoid searchAmongAuctionConstrainerEnablers(IdList auctionConstrainerEnablerIds)
auctionConstrainerEnablerIds - list of auction constrainer
enablersNullArgumentException -
auctionConstrainerEnablerIds is null mandatory - This method must be implemented. void orderAuctionConstrainerEnablerResults(AuctionConstrainerEnablerSearchOrder auctionConstrainerEnablerSearchOrder)
auctionConstrainerEnablerSearchOrder - auction constrainer
enabler search orderNullArgumentException -
auctionConstrainerEnablerSearchOrder is null
UnsupportedException -
auctionConstrainerEnablerSearchOrder is not of this
servicemandatory - This method must be implemented. AuctionConstrainerEnablerSearchRecord getAuctionConstrainerEnablerSearchRecord(Type auctionConstrainerEnablerSearchRecordType) throws OperationFailedException
Type.
This method is used to retrieve an object implementing the
requested record.auctionConstrainerEnablerSearchRecordType - an auction
constrainer enabler search record typeNullArgumentException -
auctionConstrainerEnablerSearchRecordType is
null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(auctionConstrainerEnablerSearchRecordType)
is false mandatory - This method must be implemented.