OSID Logo
OSID Specifications
ordering package
Version 3.0.0
Release Candidate Preview
Interfaceosid.ordering.StoreSearchResults
Implementsosid.OsidSearchResults
Description

This interface provides a means to capture results of a search.

MethodgetStores
Description

Gets the store list resulting from a search.

Returnosid.ordering.StoreListthe store list
ErrorsILLEGAL_STATElist has already been retrieved
CompliancemandatoryThis method must be implemented.
MethodgetStoreQueryInspector
Description

Gets the inspector for the query to examine the terns used in the search.

Returnosid.ordering.StoreQueryInspectorthe query inspector
CompliancemandatoryThis method must be implemented.
MethodgetStoreSearchResultsRecord
Description

Gets the store search results record corresponding to the given store search record Type. This method is used to retrieve an object implementing the requested record.

Parametersosid.type.TypestoreSearchRecordTypea store search record type
Returnosid.ordering.records.StoreSearchResultsRecordthe store search results record
ErrorsNULL_ARGUMENT storeSearchRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(storeSearchRecordType) is false
CompliancemandatoryThis method must be implemented.