Interface FiscalPeriodReceiver
- All Superinterfaces:
OsidReceiver
The fiscal period receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted fiscal period objects.
-
Method Summary
Modifier and TypeMethodDescriptionvoidchangedFiscalPeriods(Id notificationId, IdList fiscalPeriodIds) The callback for notification of updated fiscal periods.voiddeletedFiscalPeriods(Id notificationId, IdList fiscalPeriodIds) The callback for notification of deleted fiscal periods.voidnewFiscalPeriods(Id notificationId, IdList fiscalPeriodIds) The callback for notifications of new fiscal periods.Methods inherited from interface OsidReceiver
down, up
-
Method Details
-
newFiscalPeriods
-
changedFiscalPeriods
-
deletedFiscalPeriods
-