public interface AuctionProcessorSearchResults extends OsidSearchResults
This interface provides a means to capture results of a search.
| Modifier and Type | Method and Description |
|---|---|
AuctionProcessorQueryInspector |
getAuctionProcessorQueryInspector()
Gets the inspector for the query to examine the terms used in the
search.
|
AuctionProcessorList |
getAuctionProcessors()
Gets the
AuctionProcessorList resulting from a search. |
AuctionProcessorSearchResultsRecord |
getAuctionProcessorSearchResultsRecord(Type auctionProcessorSearchRecordType)
Gets the auction processor search results record corresponding to the
given auction processor search record
Type. |
getResultSizegetRecordTypes, hasRecordTypegetProperties, getPropertiesByRecordTypeAuctionProcessorList getAuctionProcessors()
AuctionProcessorList resulting from a search.IllegalStateException - list has already been retrievedmandatory - This method must be implemented. AuctionProcessorQueryInspector getAuctionProcessorQueryInspector()
mandatory - This method must be implemented. AuctionProcessorSearchResultsRecord getAuctionProcessorSearchResultsRecord(Type auctionProcessorSearchRecordType) throws OperationFailedException, PermissionDeniedException
Type. This method
must be used to retrieve an object implementing the requested record.auctionProcessorSearchRecordType - an auction processor search
record typeNullArgumentException -
auctionProcessorSearchRecordType is null
OperationFailedException - unable to complete requestPermissionDeniedException - authorization failure
occurredUnsupportedException -
hasRecordType(auctionProcessorSearchRecordType) is
false mandatory - This method must be implemented.