| Interface | osid.ordering.OrderQueryInspector | ||
|---|---|---|---|
| Implements | osid.OsidObjectQueryInspector | ||
osid.OsidAggregateableQueryInspector | |||
| Description |
The inspector for examining order queries. | ||
| Method | getCustomerIdTerms | ||
| Description |
Gets the customer | ||
| Return | osid.search.terms.IdTerm[] | the customer Id terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getCustomerTerms | ||
| Description |
Gets the customer terms. | ||
| Return | osid.resource.ResourceQueryInspector[] | the customer terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getItemIdTerms | ||
| Description |
Gets the item | ||
| Return | osid.search.terms.IdTerm[] | the item Id terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getItemTerms | ||
| Description |
Gets the item terms. | ||
| Return | osid.ordering.ItemQueryInspector[] | the item terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getTotalCostTerms | ||
| Description |
Gets the total cost terms. | ||
| Return | osid.search.terms.CurrencyRangeTerm[] | the total cost terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getMinimumTotalCostTerms | ||
| Description |
Gets the minimum total cost terms. | ||
| Return | osid.search.terms.CurrencyTerm[] | the minimum total cost terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getAtomicTerms | ||
| Description |
Gets the atomic terms. | ||
| Return | osid.search.terms.BooleanTerm[] | the atomic terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getSubmitDateTerms | ||
| Description |
Gets the submit date terms. | ||
| Return | osid.search.terms.DateTimeRangeTerm[] | the date range terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getSubmitterIdTerms | ||
| Description |
Gets the submitter resource | ||
| Return | osid.search.terms.IdTerm[] | the resource Id terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getSubmitterTerms | ||
| Description |
Gets the submitter terms. | ||
| Return | osid.resource.ResourceQueryInspector[] | the resource terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getSubmittingAgentIdTerms | ||
| Description |
Gets the submitting agent | ||
| Return | osid.search.terms.IdTerm[] | the agent Id terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getSubmittingAgentTerms | ||
| Description |
Gets the submitting agent terms. | ||
| Return | osid.authentication.AgentQueryInspector[] | the agent terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getClosedDateTerms | ||
| Description |
Gets the closed date terms. | ||
| Return | osid.search.terms.DateTimeRangeTerm[] | the date range terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getCloserIdTerms | ||
| Description |
Gets the closer resource | ||
| Return | osid.search.terms.IdTerm[] | the resource Id terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getCloserTerms | ||
| Description |
Gets the closer terms. | ||
| Return | osid.resource.ResourceQueryInspector[] | the resource terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getClosingAgentIdTerms | ||
| Description |
Gets the submitting agent | ||
| Return | osid.search.terms.IdTerm[] | the agent Id terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getClosingAgentTerms | ||
| Description |
Gets the closing agent terms. | ||
| Return | osid.authentication.AgentQueryInspector[] | the agent terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getStoreIdTerms | ||
| Description |
Gets the store | ||
| Return | osid.search.terms.IdTerm[] | the store Id terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getStoreTerms | ||
| Description |
Gets the store terms. | ||
| Return | osid.ordering.StoreQueryInspector[] | the store terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getOrderQueryInspectorRecord | ||
| Description |
Gets the order query inspector record corresponding to
the given | ||
| Parameters | osid.type.Type | orderRecordType | a order record type |
| Return | osid.ordering.records.OrderQueryInspectorRecord | the order query inspector record | |
| Errors | NULL_ARGUMENT | orderRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(orderRecordType) is false | ||
| Compliance | mandatory | This method must be implemented. | |