OSID Logo
OSID Specifications
ordering package
Version 3.0.0
Release Candidate Preview
Interfaceosid.ordering.PriceQueryInspector
Implementsosid.OsidRuleQueryInspector
osid.OsidSubjugateableQueryInspector
Description

This is the query inspector for examining price queries.

MethodgetPriceScheduleIdTerms
Description

Gets the price schedule Id terms.

Returnosid.search.terms.IdTerm[]the price schedule Id terms
CompliancemandatoryThis method must be implemented.
MethodgetPriceScheduleTerms
Description

Gets the price schedule terms.

Returnosid.ordering.PriceScheduleQueryInspector[]the price schedule terms
CompliancemandatoryThis method must be implemented.
MethodgetMinimumQuantityTerms
Description

Gets the minimum quantity terms.

Returnosid.search.terms.CardinalRangeTerm[]the minimum quantity terms
CompliancemandatoryThis method must be implemented.
MethodgetMaximumQuantityTerms
Description

Gets the maximum quantity terms.

Returnosid.search.terms.CardinalRangeTerm[]the maximum quantity terms
CompliancemandatoryThis method must be implemented.
MethodgetDemographicIdTerms
Description

Gets the demographic Id terms.

Returnosid.search.terms.IdTerm[]the demographic Id terms
CompliancemandatoryThis method must be implemented.
MethodgetDemographicTerms
Description

Gets the demographic terms.

Returnosid.resource.ResourceQueryInspector[]the demographic terms
CompliancemandatoryThis method must be implemented.
MethodgetAmountTerms
Description

Gets the amount terms.

Returnosid.search.terms.CurrencyRangeTerm[]the amount terms
CompliancemandatoryThis method must be implemented.
MethodgetMinimumAmountTerms
Description

Gets the minimum amount terms.

Returnosid.search.terms.CurrencyTerm[]the minimum amount terms
CompliancemandatoryThis method must be implemented.
MethodgetRecurringIntervalTerms
Description

Gets the recurring interval terms.

Returnosid.search.terms.DurationRangeTerm[]the recurring interval terms
CompliancemandatoryThis method must be implemented.
MethodgetItemIdTerms
Description

Gets the item Id terms.

Returnosid.search.terms.IdTerm[]the item Id terms
CompliancemandatoryThis method must be implemented.
MethodgetItemTerms
Description

Gets the item terms.

Returnosid.ordering.ItemQueryInspector[]the item terms
CompliancemandatoryThis method must be implemented.
MethodgetStoreIdTerms
Description

Gets the store Id terms.

Returnosid.search.terms.IdTerm[]the store Id terms
CompliancemandatoryThis method must be implemented.
MethodgetStoreTerms
Description

Gets the store terms.

Returnosid.ordering.StoreQueryInspector[]the store terms
CompliancemandatoryThis method must be implemented.
MethodgetPriceQueryInspectorRecord
Description

Gets the price query inspector record corresponding to the given Price record Type.

Parametersosid.type.TypepriceRecordTypean price record type
Returnosid.ordering.records.PriceQueryInspectorRecordthe price query inspector record
ErrorsNULL_ARGUMENT priceRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(priceRecordType) is false
CompliancemandatoryThis method must be implemented.