OSID Logo
OSID Specifications
financials package
Version 3.1.0
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.IdnotificationId the notification Id
osid.id.IdListfiscalPeriodIds the Ids of the new FiscalPeriods
Compliancemandatory This method must be implemented.
MethodchangedFiscalPeriods
Description

The callback for notification of updated fiscal periods.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListfiscalPeriodIds the Ids of the updated FiscalPeriods
Compliancemandatory This method must be implemented.
MethoddeletedFiscalPeriods
Description

The callback for notification of deleted fiscal periods.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListfiscalPeriodIds the Ids of the deleted FiscalPeriods
Compliancemandatory This method must be implemented.