public interface AuctionSearchResults extends OsidSearchResults
This interface provides a means to capture results of a search.
Modifier and Type | Method and Description |
---|---|
AuctionQueryInspector |
getAuctionQueryInspector()
Gets the inspector for the query to examine the terms used in the
search.
|
AuctionList |
getAuctions()
Gets the auction list resulting from a search.
|
AuctionSearchResultsRecord |
getAuctionSearchResultsRecord(Type auctionSearchRecordType)
Gets the auction search results record corresponding to the given
auction search record
Type. |
getResultSize
getRecordTypes, hasRecordType
getProperties, getPropertiesByRecordType
AuctionList getAuctions()
IllegalStateException
- list already retrievedmandatory
- This method must be implemented. AuctionQueryInspector getAuctionQueryInspector()
mandatory
- This method must be implemented. AuctionSearchResultsRecord getAuctionSearchResultsRecord(Type auctionSearchRecordType) throws OperationFailedException
Type.
This method is used to
retrieve an object implementing the requested record.auctionSearchRecordType
- an auction search record typeNullArgumentException
- auctionSearchRecordType
is null
OperationFailedException
- unable to complete requestUnsupportedException
-
hasRecordType(auctionSearchRecordType)
is false
mandatory
- This method must be implemented.