Interface | osid.billing.EntryQueryInspector | ||
---|---|---|---|
Implements | osid.OsidRelationshipQueryInspector | ||
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 item | ||
Return | osid.search.terms.IdTerm[] | the item Id query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getCustomerTerms | ||
Description |
Gets the item query terms. | ||
Return | osid.billing.CustomerQueryInspector[] | the item 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 | 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 | getQuantityTerms | ||
Description |
Gets the quantity terms. | ||
Return | osid.search.terms.CardinalRangeTerm[] | the quantity terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getAmountTerms | ||
Description |
Gets the amount query terms. | ||
Return | osid.search.terms.CurrencyRangeTerm[] | the amount query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getDebitTerms | ||
Description |
Gets the debit query terms. | ||
Return | osid.search.terms.BooleanTerm[] | the debit 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 | getEntryQueryInspectorRecord | ||
Description |
Gets the entry query inspector record corresponding to
the given | ||
Parameters | osid.type.Type | entryRecordType | an entry record type |
Return | osid.billing.records.EntryQueryInspectorRecord | the entry query inspector record | |
Errors | NULL_ARGUMENT | entryRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
UNSUPPORTED | hasRecordType(entryRecordType) is false | ||
Compliance | mandatory | This method must be implemented. |