OSID Logo
OSID Specifications
ordering package
Version 3.1.0
Interfaceosid.ordering.PriceSearchResults
Implementsosid.OsidSearchResults
Used Byosid.ordering.PriceSearchSession
Description

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

MethodgetPrices
Description

Gets the price list resulting from a search.

Returnosid.ordering.PriceList the price list
ErrorsILLEGAL_STATE list has already been retrieved
Compliancemandatory This method must be implemented.
MethodgetPriceQueryInspector
Description

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

Returnosid.ordering.PriceQueryInspector the query inspector
Compliancemandatory This method must be implemented.
MethodgetPriceSearchResultsRecord
Description

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

Parametersosid.type.TypepriceSearchRecordType a price search record type
Returnosid.ordering.records.PriceSearchResultsRecord the price search results record
ErrorsNULL_ARGUMENT PriceSearchRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(priceSearchRecordType) is false
Compliancemandatory This method must be implemented.