OSID Logo
OSID Specifications
ordering package
Version 3.1.0
Interfaceosid.ordering.PriceScheduleSearchResults
Implementsosid.OsidSearchResults
Used Byosid.ordering.PriceScheduleSearchSession
Description

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

MethodgetPriceSchedules
Description

Gets the price schedule list resulting from a search.

Returnosid.ordering.PriceScheduleList the price schedule list
ErrorsILLEGAL_STATE list has already been retrieved
Compliancemandatory This method must be implemented.
MethodgetPriceScheduleQueryInspector
Description

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

Returnosid.ordering.PriceScheduleQueryInspector the query inspector
Compliancemandatory This method must be implemented.
MethodgetPriceScheduleSearchResultsRecord
Description

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

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