| Interface | osid.billing.ItemQueryInspector | ||
|---|---|---|---|
| Implements | osid.OsidObjectQueryInspector | ||
| Description | 
                 The query inspectors provide a means of accessing the match 
                terms of a query. These interfaces are used to examine the 
                actual query terms used in a search or that may be used to 
                create a smart catalog. Query inspectors may be converted to 
                  | ||
| Method | getCategoryIdTerms | ||
| Description | 
                     Gets the category   | ||
| Return | osid.search.terms.IdTerm[] | the category  Id  query terms  | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getCategoryTerms | ||
| Description | 
                     Gets the category query terms.  | ||
| Return | osid.billing.CategoryQueryInspector[] | the category query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getAccountIdTerms | ||
| Description | 
                     Gets the account   | ||
| Return | osid.search.terms.IdTerm[] | the account  Id  query terms  | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getAccountTerms | ||
| Description | 
                     Gets the account query terms.  | ||
| Return | osid.financials.AccountQueryInspector[] | the account query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getProductIdTerms | ||
| Description | 
                     Gets the product   | ||
| Return | osid.search.terms.IdTerm[] | the product  Id  query terms  | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getProductTerms | ||
| Description | 
                     Gets the product query terms.  | ||
| Return | osid.ordering.ProductQueryInspector[] | the product query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getAmountTerms | ||
| Description | 
                     Gets the amount terms.  | ||
| Return | osid.search.terms.CurrencyRangeTerm[] | the amount terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getDebitTerms | ||
| Description | 
                     Gets the debit terms.  | ||
| Return | osid.search.terms.BooleanTerm[] | the debit terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getRecurringIntervalTerms | ||
| Description | 
                     Gets the recurring interval terms.  | ||
| Return | osid.search.terms.DurationRangeTerm[] | the recurring interval terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getEntryIdTerms | ||
| Description | 
                     Gets the entry   | ||
| Return | osid.search.terms.IdTerm[] | the entry  Id  query terms  | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getEntryTerms | ||
| Description | 
                     Gets the entry query terms.  | ||
| Return | osid.billing.EntryQueryInspector[] | the entry query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getBusinessIdTerms | ||
| Description | 
                     Gets the business   | ||
| Return | osid.search.terms.IdTerm[] | the business  Id  query terms  | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getBusinessTerms | ||
| Description | 
                     Gets the business query terms.  | ||
| Return | osid.billing.BusinessQueryInspector[] | the business query 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.billing.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. | |