| Interface | osid.financials.posting.PostQueryInspector | ||
|---|---|---|---|
| Implements | osid.OsidObjectQueryInspector | ||
osid.OsidAggregateableQueryInspector | |||
| 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 | getFiscalPeriodIdTerms | ||
| Description |
Gets the fiscal period | ||
| Return | osid.search.terms.IdTerm[] | the fiscal period Id query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getFiscalPeriodTerms | ||
| Description |
Gets the fiscal period query terms. | ||
| Return | osid.financials.FiscalPeriodQueryInspector[] | the fiscal period query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getPostedTerms | ||
| Description |
Gets the posted query terms. | ||
| Return | osid.search.terms.BooleanTerm[] | the posted query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getDateTerms | ||
| Description |
Gets the date query terms. | ||
| Return | osid.search.terms.DateTimeRangeTerm[] | the date query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getPostEntryIdTerms | ||
| Description |
Gets the post entry | ||
| Return | osid.search.terms.IdTerm[] | the post entry Id query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getPostEntryTerms | ||
| Description |
Gets the post entry query terms. | ||
| Return | osid.financials.posting.PostEntryQueryInspector[] | the post entry query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getCorrectedPostIdTerms | ||
| Description |
Gets the corrected post | ||
| Return | osid.search.terms.IdTerm[] | the post Id query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getCorrectedPostTerms | ||
| Description |
Gets the corrected post query terms. | ||
| Return | osid.financials.posting.PostQueryInspector[] | the post 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 | getPostQueryInspectorRecord | ||
| Description |
Gets the post query inspector record corresponding to
the given | ||
| Parameters | osid.type.Type | postRecordType | a post record type |
| Return | osid.financials.posting.records.PostQueryInspectorRecord | the post query inspector record | |
| Errors | NULL_ARGUMENT | postRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(postRecordType) is false | ||
| Compliance | mandatory | This method must be implemented. | |