OSID Logo
OSID Specifications
financials package
Version 3.0.0
Release Candidate Preview
Interfaceosid.financials.FiscalPeriodReceiver
Implementsosid.OsidReceiver
Description

The fiscal period receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted fiscal period objects.

MethodnewFiscalPeriods
Description

The callback for notifications of new fiscal periods.

Parametersosid.id.IdListfiscalPeriodIdsthe Ids of the new FiscalPeriods
CompliancemandatoryThis method must be implemented.
MethodchangedFiscalPeriods
Description

The callback for notification of updated fiscal periods.

Parametersosid.id.IdListfiscalPeriodIdsthe Ids of the updated FiscalPeriods
CompliancemandatoryThis method must be implemented.
MethoddeletedFiscalPeriods
Description

The callback for notification of deleted fiscal periods.

Parametersosid.id.IdListfiscalPeriodIdsthe Ids of the deleted FiscalPeriods
CompliancemandatoryThis method must be implemented.