Interface | osid.financials.FiscalPeriodReceiver | ||
---|---|---|---|
Implements | osid.OsidReceiver | ||
Description |
The fiscal period receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted fiscal period objects. | ||
Method | newFiscalPeriods | ||
Description |
The callback for notifications of new fiscal periods. | ||
Parameters | osid.id.IdList | fiscalPeriodIds | the Ids of the new FiscalPeriods |
Compliance | mandatory | This method must be implemented. | |
Method | changedFiscalPeriods | ||
Description |
The callback for notification of updated fiscal periods. | ||
Parameters | osid.id.IdList | fiscalPeriodIds | the Ids of the updated FiscalPeriods |
Compliance | mandatory | This method must be implemented. | |
Method | deletedFiscalPeriods | ||
Description |
The callback for notification of deleted fiscal periods. | ||
Parameters | osid.id.IdList | fiscalPeriodIds | the Ids of the deleted FiscalPeriods |
Compliance | mandatory | This method must be implemented. |