| Interface | osid.billing.CategoryQueryInspector | ||
|---|---|---|---|
| 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 | 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 | getCategoryQueryInspectorRecord | ||
| Description | 
                     Gets the category query inspector record corresponding 
                    to the given   | ||
| Parameters | osid.type.Type | categoryRecordType | a category record type | 
| Return | osid.billing.records.CategoryQueryInspectorRecord | the category query inspector record | |
| Errors | NULL_ARGUMENT |  categoryRecordType  is  null   |                 |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED |  hasRecordType(categoryRecordType)  is  false   |                 ||
| Compliance | mandatory | This method must be implemented. | |