| Interface | osid.ordering.ItemQueryInspector | ||
|---|---|---|---|
| Implements | osid.OsidRelationshipQueryInspector | ||
| Description |
This is the query inspector for examining item queries. | ||
| Method | getOrderIdTerms | ||
| Description |
Gets the order | ||
| Return | osid.search.terms.IdTerm[] | the order Id terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getOrderTerms | ||
| Description |
Gets the order terms. | ||
| Return | osid.ordering.OrderQueryInspector[] | the order terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getDerivedTerms | ||
| Description |
Gets the derived terms. | ||
| Return | osid.search.terms.BooleanTerm[] | the derived terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getProductIdTerms | ||
| Description |
Gets the product | ||
| Return | osid.search.terms.IdTerm[] | the product Id terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getProductTerms | ||
| Description |
Gets the product terms. | ||
| Return | osid.ordering.ProductQueryInspector[] | the product terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getQuantityTerms | ||
| Description |
Gets the quantity terms. | ||
| Return | osid.search.terms.CardinalRangeTerm[] | the quantity terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getCostTerms | ||
| Description |
Gets the cost terms. | ||
| Return | osid.search.terms.CurrencyRangeTerm[] | the cost terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getMinimumCostTerms | ||
| Description |
Gets the minimum cost terms. | ||
| Return | osid.search.terms.CurrencyTerm[] | the minimum cost 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 | getItemQueryInspectorRecord | ||
| Description |
Gets the item query inspector record corresponding to
the given | ||
| Parameters | osid.type.Type | itemRecordType | an item record type |
| Return | osid.ordering.records.ItemQueryInspectorRecord | the item query inspector record | |
| Errors | NULL_ARGUMENT | itemRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(itemRecordType) is false | ||
| Compliance | mandatory | This method must be implemented. | |