OSID Logo
OSID Specifications
financials package
Version 3.1.0
Interfaceosid.financials.FiscalPeriodSearchResults
Implementsosid.OsidSearchResults
Used Byosid.financials.FiscalPeriodSearchSession
Description

This interface provides a means to capture results of a search.

MethodgetFiscalPeriods
Description

Gets the fiscal period list resulting from a search.

Returnosid.financials.FiscalPeriodList the fiscal period list
ErrorsILLEGAL_STATE the fiscal period list has already been retrieved
Compliancemandatory This method must be implemented.
MethodgetFiscalPeriodQueryInspector
Description

Gets the inspector for the query to examine the terms used in the search.

Returnosid.financials.FiscalPeriodQueryInspector the query inspector
Compliancemandatory This method must be implemented.
MethodgetFiscalPeriodSearchResultsRecord
Description

Gets the fiscal period search results record corresponding to the given fiscal period search record Type.This method is used to retrieve an object implementing the requested record.

Parametersosid.type.TypefiscalPeriodSearchRecordType a fiscal period search record type
Returnosid.financials.records.FiscalPeriodSearchResultsRecord the fiscal period search results record
ErrorsNULL_ARGUMENT fiscalPeriodSearchRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(fiscalPeriodSearchRecordType) is false
Compliancemandatory This method must be implemented.