Interface | osid.billing.BusinessQueryInspector | ||
---|---|---|---|
Implements | osid.OsidCatalogQueryInspector | ||
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 | getCustomerIdTerms | ||
Description |
Gets the customer | ||
Return | osid.search.terms.IdTerm[] | the customer Id query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getCustomerTerms | ||
Description |
Gets the customer query terms. | ||
Return | osid.billing.CustomerQueryInspector[] | the customer query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getItemIdTerms | ||
Description |
Gets the item | ||
Return | osid.search.terms.IdTerm[] | the item Id query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getItemTerms | ||
Description |
Gets the item query terms. | ||
Return | osid.billing.ItemQueryInspector[] | the item query terms | |
Compliance | mandatory | This method must be implemented. | |
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 | 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 | getPeriodIdTerms | ||
Description |
Gets the period | ||
Return | osid.search.terms.IdTerm[] | the period Id query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getPeriodTerms | ||
Description |
Gets the period query terms. | ||
Return | osid.billing.PeriodQueryInspector[] | the period query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getAncestorBusinessIdTerms | ||
Description |
Gets the ancestor business | ||
Return | osid.search.terms.IdTerm[] | the ancestor business Id terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getAncestorBusinessTerms | ||
Description |
Gets the ancestor business query terms. | ||
Return | osid.billing.BusinessQueryInspector[] | the ancestor business terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getDescendantBusinessIdTerms | ||
Description |
Gets the descendant business | ||
Return | osid.search.terms.IdTerm[] | the descendant business Id terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getDescendantBusinessTerms | ||
Description |
Gets the descendant business query terms. | ||
Return | osid.billing.BusinessQueryInspector[] | the descendant business terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getBusinessQueryInspectorRecord | ||
Description |
Gets the business query inspector record corresponding
to the given | ||
Parameters | osid.type.Type | businessRecordType | a business record type |
Return | osid.billing.records.BusinessQueryInspectorRecord | the business query inspector record | |
Errors | NULL_ARGUMENT | businessRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
UNSUPPORTED | hasRecordType(businessRecordType) is false | ||
Compliance | mandatory | This method must be implemented. |