OSID Logo
OSID Specifications
ordering package
Version 3.1.0
Interfaceosid.ordering.ProductQueryInspector
Implementsosid.OsidObjectQueryInspector
Used Byosid.billing.ItemQueryInspector
osid.ordering.ItemQueryInspector
osid.ordering.PriceScheduleQueryInspector
osid.ordering.ProductSearchResults
osid.ordering.ProductSmartStoreSession
osid.ordering.StoreQueryInspector
Description

This is the query inspector for examining product queries.

MethodgetCodeTerms
Description

Gets the code terms.

Returnosid.search.terms.StringTerm[] the code terms
Compliancemandatory This method must be implemented.
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.
MethodgetAvailabilityTerms
Description

Gets the availability terms.

Returnosid.search.terms.CardinalRangeTerm[] the availability 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.
MethodgetProductQueryInspectorRecord
Description

Gets the product query inspector record corresponding to the given Product record Type .

Parametersosid.type.TypeproductRecordType a product record type
Returnosid.ordering.records.ProductQueryInspectorRecord the product query inspector record
ErrorsNULL_ARGUMENT productRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(productRecordType) is false
Compliancemandatory This method must be implemented.