OSID Logo
OSID Specifications
ordering package
Version 3.1.0
Interfaceosid.ordering.PriceQueryInspector
Implementsosid.OsidRuleQueryInspector
osid.OsidSubjugateableQueryInspector
Used Byosid.ordering.PriceScheduleQueryInspector
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
Compliancemandatory This method must be implemented.
MethodgetPriceScheduleTerms
Description

Gets the price schedule terms.

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

Gets the minimum quantity terms.

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

Gets the maximum quantity terms.

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

Gets the demographic Id terms.

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

Gets the demographic terms.

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

Gets the amount terms.

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

Gets the minimum amount terms.

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

Gets the recurring interval terms.

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

Gets the item Id terms.

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

Gets the item terms.

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

Gets the store Id terms.

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

Gets the store terms.

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

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

Parametersosid.type.TypepriceRecordType a price record type
Returnosid.ordering.records.PriceQueryInspectorRecord the price query inspector record
ErrorsNULL_ARGUMENT priceRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(priceRecordType) is false
Compliancemandatory This method must be implemented.