public interface AuctionConstrainerSearch extends OsidSearch
The search interface for governing auction constrainer searches.
Modifier and Type | Method and Description |
---|---|
AuctionConstrainerSearchRecord |
getAuctionConstrainerSearchRecord(Type auctionConstrainerSearchRecordType)
Gets the auction constrainer search record corresponding to the given
auction constrainer search record
Type. |
void |
orderAuctionConstrainerResults(AuctionConstrainerSearchOrder auctionConstrainerSearchOrder)
Specify an ordering to the search results.
|
void |
searchAmongAuctionConstrainers(IdList auctionConstrainerIds)
Execute this search among the given list of auction constrainers.
|
limitResultSet
getRecordTypes, hasRecordType
void searchAmongAuctionConstrainers(IdList auctionConstrainerIds)
auctionConstrainerIds
- list of auction constrainersNullArgumentException
- auctionConstrainerIds
is null
mandatory
- This method must be implemented. void orderAuctionConstrainerResults(AuctionConstrainerSearchOrder auctionConstrainerSearchOrder)
auctionConstrainerSearchOrder
- auction constrainer search orderNullArgumentException
-
auctionConstrainerSearchOrder
is null
UnsupportedException
-
auctionConstrainerSearchOrder
is not of this servicemandatory
- This method must be implemented. AuctionConstrainerSearchRecord getAuctionConstrainerSearchRecord(Type auctionConstrainerSearchRecordType) throws OperationFailedException
Type.
This method is
used to retrieve an object implementing the requested record.auctionConstrainerSearchRecordType
- an auction constrainer
search record typeNullArgumentException
-
auctionConstrainerSearchRecordType
is null
OperationFailedException
- unable to complete requestUnsupportedException
-
hasRecordType(auctionConstrainerSearchRecordType)
is
false
mandatory
- This method must be implemented.