OSID Logo
OSID Specifications
ordering package
Version 3.0.0
Release Candidate Preview
Interfaceosid.ordering.PriceScheduleSearchResults
Implementsosid.OsidSearchResults
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.PriceScheduleListthe price schedule list
ErrorsILLEGAL_STATElist has already been retrieved
CompliancemandatoryThis method must be implemented.
MethodgetPriceScheduleQueryInspector
Description

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

Returnosid.ordering.PriceScheduleQueryInspectorthe query inspector
CompliancemandatoryThis 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.TypepriceSearchRecordTypean price schedule search record type
Returnosid.ordering.records.PriceScheduleSearchResultsRecordthe price schedule search results record
ErrorsNULL_ARGUMENT PriceScheduleSearchRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(priceScheduleSearchRecordType) is false
CompliancemandatoryThis method must be implemented.