OSID Logo
OSID Specifications
financials package
Version 3.1.0
Interfaceosid.financials.FiscalPeriodSearch
Implementsosid.OsidSearch
Used Byosid.financials.FiscalPeriodSearchSession
Description

The search interface for governing fiscal period searches.

MethodsearchAmongFiscalPeriods
Description

Execute this search among the given list of fiscal periods.

Parametersosid.id.IdListfiscalPeriodIds list of fiscal periods
ErrorsNULL_ARGUMENT fiscalPeriodIds is null
Compliancemandatory This method must be implemented.
MethodorderFiscalPeriodResults
Description

Specify an ordering to the search results.

Parametersosid.financials.FiscalPeriodSearchOrderfiscalPeriodSearchOrder a fiscal period search order
ErrorsNULL_ARGUMENT fiscalPeriodSearchOrder is null
UNSUPPORTED fiscalPeriodSearchOrder is not of this service
Compliancemandatory This method must be implemented.
MethodgetFiscalPeriodSearchRecord
Description

Gets the fiscal period search 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 discal period search record type
Returnosid.financials.records.FiscalPeriodSearchRecord the fiscal period search record
ErrorsNULL_ARGUMENT fiscalPeriodSearchRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(fiscalPeriodSearchRecordType) is false
Compliancemandatory This method must be implemented.