OSID Logo
OSID Specifications
ordering package
Version 3.1.0
Interfaceosid.ordering.OrderQueryInspector
Implementsosid.OsidObjectQueryInspector
osid.OsidAggregateableQueryInspector
Used Byosid.inventory.shipment.ShipmentQueryInspector
osid.ordering.ItemQueryInspector
osid.ordering.OrderSearchResults
osid.ordering.OrderSmartStoreSession
osid.ordering.StoreQueryInspector
Description

The inspector for examining order queries.

MethodgetCustomerIdTerms
Description

Gets the customer Id terms.

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

Gets the customer terms.

Returnosid.resource.ResourceQueryInspector[] the customer 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.
MethodgetTotalCostTerms
Description

Gets the total cost terms.

Returnosid.search.terms.CurrencyRangeTerm[] the total cost terms
Compliancemandatory This method must be implemented.
MethodgetMinimumTotalCostTerms
Description

Gets the minimum total cost terms.

Returnosid.search.terms.CurrencyTerm[] the minimum total cost terms
Compliancemandatory This method must be implemented.
MethodgetAtomicTerms
Description

Gets the atomic terms.

Returnosid.search.terms.BooleanTerm[] the atomic terms
Compliancemandatory This method must be implemented.
MethodgetSubmitDateTerms
Description

Gets the submit date terms.

Returnosid.search.terms.DateTimeRangeTerm[] the date range terms
Compliancemandatory This method must be implemented.
MethodgetSubmitterIdTerms
Description

Gets the submitter resource Id terms.

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

Gets the submitter terms.

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

Gets the submitting agent Id terms.

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

Gets the submitting agent terms.

Returnosid.authentication.AgentQueryInspector[] the agent terms
Compliancemandatory This method must be implemented.
MethodgetClosedDateTerms
Description

Gets the closed date terms.

Returnosid.search.terms.DateTimeRangeTerm[] the date range terms
Compliancemandatory This method must be implemented.
MethodgetCloserIdTerms
Description

Gets the closer resource Id terms.

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

Gets the closer terms.

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

Gets the submitting agent Id terms.

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

Gets the closing agent terms.

Returnosid.authentication.AgentQueryInspector[] the agent 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.
MethodgetOrderQueryInspectorRecord
Description

Gets the order query inspector record corresponding to the given Order record Type.

Parametersosid.type.TypeorderRecordType an order record type
Returnosid.ordering.records.OrderQueryInspectorRecord the order query inspector record
ErrorsNULL_ARGUMENT orderRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(orderRecordType) is false
Compliancemandatory This method must be implemented.