Interface | osid.billing.CustomerQueryInspector | ||
---|---|---|---|
Implements | osid.OsidObjectQueryInspector | ||
osid.OsidTemporalQueryInspector | |||
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 | getResourceIdTerms | ||
Description |
Gets the resource | ||
Return | osid.search.terms.IdTerm[] | the resource Id query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getResourceTerms | ||
Description |
Gets the resource query terms. | ||
Return | osid.resource.ResourceQueryInspector[] | the resource query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getCustomerNumberTerms | ||
Description |
Gets the customer number terms. | ||
Return | osid.search.terms.StringTerm[] | the customer number terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getActivityIdTerms | ||
Description |
Gets the activity | ||
Return | osid.search.terms.IdTerm[] | the activity Id query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getActivityTerms | ||
Description |
Gets the activity query terms. | ||
Return | osid.financials.ActivityQueryInspector[] | the activity 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 | getCustomerQueryInspectorRecord | ||
Description |
Gets the customer query inspector record corresponding
to the given | ||
Parameters | osid.type.Type | customerRecordType | a customer record type |
Return | osid.billing.records.CustomerQueryInspectorRecord | the customer query inspector record | |
Errors | NULL_ARGUMENT | customerRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
UNSUPPORTED | hasRecordType(customerRecordType) is false | ||
Compliance | mandatory | This method must be implemented. |