OSID Logo
OSID Specifications
ordering package
Version 3.1.0
Interfaceosid.ordering.PriceScheduleSearchOrder
Implementsosid.OsidObjectSearchOrder
osid.OsidAggregateableSearchOrder
Used Byosid.ordering.PriceScheduleSearchSession
osid.ordering.PriceScheduleSmartStoreSession
osid.ordering.PriceSearchOrder
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.TypepriceScheduleRecordType a price schedule record type
Returnosid.ordering.records.PriceScheduleSearchOrderRecord the price schedule search order record
ErrorsNULL_ARGUMENT priceScheduleRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(priceScheduleRecordType) is false
Compliancemandatory This method must be implemented.