OSID Logo
OSID Specifications
financials package
Version 3.1.0
Interfaceosid.financials.FiscalPeriodQueryInspector
Implementsosid.OsidObjectQueryInspector
Used Byosid.financials.BusinessQueryInspector
osid.financials.FiscalPeriodSearchResults
osid.financials.FiscalPeriodSmartBusinessSession
osid.financials.SummaryQueryInspector
osid.financials.budgeting.BudgetQueryInspector
osid.financials.posting.PostQueryInspector
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 OsidQuery interfaces for reuse or modification in the search sessions.

Like all OsidQueryInspectors, FiscalPeriodQueryInspector is stateful and must not be accessed by multiple processing threads.

MethodgetDisplayLabelTerms
Description

Gets the display label query terms.

Returnosid.search.terms.StringTerm[] the display label terms
Compliancemandatory This method must be implemented.
MethodgetFiscalYearTerms
Description

Gets the fiscal year query terms.

Returnosid.search.terms.IntegerRangeTerm[] the fiscal year terms
Compliancemandatory This method must be implemented.
MethodgetStartDateTerms
Description

Gets the start date query terms.

Returnosid.search.terms.DateTimeRangeTerm[] the start date query terms
Compliancemandatory This method must be implemented.
MethodgetEndDateTerms
Description

Gets the end date query terms.

Returnosid.search.terms.DateTimeRangeTerm[] the end date query terms
Compliancemandatory This method must be implemented.
MethodgetDurationTerms
Description

Gets the duration query terms.

Returnosid.search.terms.DurationRangeTerm[] the duration query terms
Compliancemandatory This method must be implemented.
MethodgetBudgetDeadlineTerms
Description

Gets the budget deadline query terms.

Returnosid.search.terms.DateTimeRangeTerm[] the budget deadline query terms
Compliancemandatory This method must be implemented.
MethodgetPostingDeadlineTerms
Description

Gets the posting deadline query terms.

Returnosid.search.terms.DateTimeRangeTerm[] the posting deadline query terms
Compliancemandatory This method must be implemented.
MethodgetClosingTerms
Description

Gets the closing query terms.

Returnosid.search.terms.DateTimeRangeTerm[] the closing query terms
Compliancemandatory This method must be implemented.
MethodgetBusinessIdTerms
Description

Gets the business Id query terms.

Returnosid.search.terms.IdTerm[] the business Id query terms
Compliancemandatory This method must be implemented.
MethodgetBusinessTerms
Description

Gets the business query terms.

Returnosid.financials.BusinessQueryInspector[] the business query terms
Compliancemandatory This method must be implemented.
MethodgetFiscalPeriodQueryInspectorRecord
Description

Gets the fiscal period query inspector record corresponding to the given FiscalPeriod record Type. Multiple record retrievals produce a nested OR term.

Parametersosid.type.TypefiscalPeriodRecordType a fiscal period record type
Returnosid.financials.records.FiscalPeriodQueryInspectorRecord the fiscal period query inspector record
ErrorsNULL_ARGUMENT fiscalPeriodRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(fiscalPeriodRecordType) is false
Compliancemandatory This method must be implemented.