OSID Logo
OSID Specifications
ordering package
Version 3.0.0
Release Candidate Preview
Interfaceosid.ordering.PriceScheduleSearchOrder
Implementsosid.OsidObjectSearchOrder
osid.OsidAggregateableSearchOrder
Description

An interface for specifying the ordering of search results.

MethodgetPriceScheduleSearchOrderRecord
Description

Gets the price schedule search order record corresponding to the given price record Type. Multiple retrievals return the same underlying object.

Parametersosid.type.TypepriceScheduleRecordTypea price schedule record type
Returnosid.ordering.records.PriceScheduleSearchOrderRecordthe price schedule search order record
ErrorsNULL_ARGUMENT priceScheduleRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(priceScheduleRecordType) is false
CompliancemandatoryThis method must be implemented.