OSID Logo
OSID Specifications
ordering package
Version 3.1.0
Interfaceosid.ordering.PriceScheduleSearch
Implementsosid.OsidSearch
Used Byosid.ordering.PriceScheduleSearchSession
Description

The search interface for governing price schedule searches.

MethodsearchAmongPriceSchedules
Description

Execute this search among the given list of price schedules.

Parametersosid.id.IdListpriceScheduleIds list of price schedules
ErrorsNULL_ARGUMENT priceScheduleIds is null
Compliancemandatory This method must be implemented.
MethodorderPriceScheduleResults
Description

Specify an ordering to the search results.

Parametersosid.ordering.PriceScheduleSearchOrderpriceScheduleSearchOrder price schedule search order
ErrorsNULL_ARGUMENT priceScheduleSearchOrder is null
UNSUPPORTED priceScheduleSearchOrder is not of this service
Compliancemandatory This method must be implemented.
MethodgetPriceScheduleSearchRecord
Description

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

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