public interface AuctionHouseSearchResults extends OsidSearchResults
This interface provides a means to capture results of a search.
| Modifier and Type | Method and Description |
|---|---|
AuctionHouseQueryInspector |
getAuctionHouseQueryInspector()
Gets the inspector for the query to examine the terms used in the
search.
|
AuctionHouseList |
getAuctionHouses()
Gets the auction house list resulting from a search.
|
AuctionHouseSearchResultsRecord |
getAuctionHouseSearchResultsRecord(Type auctionHouseSearchRecordType)
Gets the auction hours search results record corresponding to the
given auction house search record
Type. |
getResultSizegetRecordTypes, hasRecordTypegetProperties, getPropertiesByRecordTypeAuctionHouseList getAuctionHouses()
IllegalStateException - list already retrievedmandatory - This method must be implemented. AuctionHouseQueryInspector getAuctionHouseQueryInspector()
mandatory - This method must be implemented. AuctionHouseSearchResultsRecord getAuctionHouseSearchResultsRecord(Type auctionHouseSearchRecordType) throws OperationFailedException
Type. This method is
used to retrieve an object implementing the requested record.auctionHouseSearchRecordType - an auction house search record
typeNullArgumentException -
auctionHouseSearchRecordType is null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(auctionHouseSearchRecordType) is
false mandatory - This method must be implemented.