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.

MethodorderByListPrice
Description

Specifies a preference for ordering the result set by the list price.

Parametersosid.SearchOrderStylestyle search order style
ErrorsNULL_ARGUMENT style is null
Compliancemandatory This method must be implemented.
MethodorderByRecurring
Description

Specifies a preference for ordering the result set by the recurring flag.

Parametersosid.SearchOrderStylestyle search order style
ErrorsNULL_ARGUMENT style is null
Compliancemandatory This method must be implemented.
MethodorderByRecurringInterval
Description

Specifies a preference for ordering the result set by the recurring interval.

Parametersosid.SearchOrderStylestyle search order style
ErrorsNULL_ARGUMENT style is null
Compliancemandatory This method must be implemented.
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.