OSID Logo
OSID Specifications
ordering package
Version 3.1.0
Interfaceosid.ordering.StoreQueryInspector
Implementsosid.OsidCatalogQueryInspector
Used Byosid.ordering.ItemQueryInspector
osid.ordering.OrderQueryInspector
osid.ordering.PriceQueryInspector
osid.ordering.PriceScheduleQueryInspector
osid.ordering.ProductQueryInspector
osid.ordering.StoreQueryInspector
osid.ordering.StoreSearchResults
osid.ordering.rules.PriceEnablerQueryInspector
Description

This is the query inspector for examining store queries.

MethodgetOrderIdTerms
Description

Gets the order Id terms.

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

Gets the order terms.

Returnosid.ordering.OrderQueryInspector[] the order terms
Compliancemandatory This method must be implemented.
MethodgetProductIdTerms
Description

Gets the product Id terms.

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

Gets the product terms.

Returnosid.ordering.ProductQueryInspector[] the product 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.
MethodgetAncestorStoreIdTerms
Description

Gets the ancestor store Id terms.

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

Gets the ancestor store terms.

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

Gets the descendant store Id terms.

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

Gets the descendant store terms.

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

Gets the store query inspector record corresponding to the given Store record Type.

Parametersosid.type.TypestoreRecordType a store record type
Returnosid.ordering.records.StoreQueryInspectorRecord the store query inspector record
ErrorsNULL_ARGUMENT storeRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(storeRecordType) is false
Compliancemandatory This method must be implemented.