OSID Logo
OSID Specifications
ordering package
Version 3.0.0
Release Candidate Preview
Interfaceosid.ordering.StoreQueryInspector
Implementsosid.OsidCatalogQueryInspector
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
CompliancemandatoryThis method must be implemented.
MethodgetOrderTerms
Description

Gets the order terms.

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

Gets the product Id terms.

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

Gets the product terms.

Returnosid.ordering.ProductQueryInspector[]the product terms
CompliancemandatoryThis method must be implemented.
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.
MethodgetAncestorStoreIdTerms
Description

Gets the ancestor store Id terms.

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

Gets the ancestor store terms.

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

Gets the descendant store Id terms.

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

Gets the descendant store terms.

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

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

Parametersosid.type.TypestoreRecordTypea store record type
Returnosid.ordering.records.StoreQueryInspectorRecordthe store query inspector record
ErrorsNULL_ARGUMENT storeRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(storeRecordType) is false
CompliancemandatoryThis method must be implemented.