public interface AuctionProcessorEnablerSearchResults extends OsidSearchResults
This interface provides a means to capture results of a search.
Modifier and Type | Method and Description |
---|---|
AuctionProcessorEnablerQueryInspector |
getAuctionProcessorEnablerQueryInspector()
Gets the inspector for the query to examine the terms used in the
search.
|
AuctionProcessorEnablerList |
getAuctionProcessorEnablers()
Gets the
AuctionProcessorEnablerList resulting from a
search. |
AuctionProcessorEnablerSearchResultsRecord |
getAuctionProcessorEnablerSearchResultsRecord(Type auctionProcessorEnablerSearchRecordType)
Gets the auction processor enabler search results record corresponding
to the given auction processor enabler search record
Type. |
getResultSize
getRecordTypes, hasRecordType
getProperties, getPropertiesByRecordType
AuctionProcessorEnablerList getAuctionProcessorEnablers()
AuctionProcessorEnablerList
resulting from a
search.IllegalStateException
- list has already been retrievedmandatory
- This method must be implemented. AuctionProcessorEnablerQueryInspector getAuctionProcessorEnablerQueryInspector()
mandatory
- This method must be implemented. AuctionProcessorEnablerSearchResultsRecord getAuctionProcessorEnablerSearchResultsRecord(Type auctionProcessorEnablerSearchRecordType) throws OperationFailedException, PermissionDeniedException
Type.
This method must be used to retrieve an object implementing
the requested record.auctionProcessorEnablerSearchRecordType
- an auction processor
enabler search record typeNullArgumentException
-
auctionProcessorEnablerSearchRecordType
is null
OperationFailedException
- unable to complete requestPermissionDeniedException
- authorization failure
occurredUnsupportedException
-
hasRecordType(auctionProcessorEnablerSearchRecordType)
is false
mandatory
- This method must be implemented.