Interface | osid.financials.budgeting.BudgetEntryQueryInspector | ||
---|---|---|---|
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 | getBudgetIdTerms | ||
Description |
Gets the budget | ||
Return | osid.search.terms.IdTerm[] | the v Id query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getBudgetTerms | ||
Description |
Gets the budget query terms. | ||
Return | osid.financials.budgeting.BudgetQueryInspector[] | the budget 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 | getAmountTerms | ||
Description |
Gets the amount query terms. | ||
Return | osid.search.terms.CurrencyRangeTerm[] | the date range 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.financials.BusinessQueryInspector[] | the business query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getBudgetEntryQueryInspectorRecord | ||
Description |
Gets the budget entry query inspector record
corresponding to the given | ||
Parameters | osid.type.Type | budgetEntryRecordType | a budget entry record type |
Return | osid.financials.budgeting.records.BudgetEntryQueryInspectorRecord | the budget entry query inspector record | |
Errors | NULL_ARGUMENT | budgetEntryRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
UNSUPPORTED | hasRecordType(budgetEntryRecordType) is false | ||
Compliance | mandatory | This method must be implemented. |