Interface | osid.billing.PeriodReceiver | ||
---|---|---|---|
Implements | osid.OsidReceiver | ||
Description |
The period receiver is the consumer supplied interface for
receiving notifications pertaining to new, updated or deleted
| ||
Method | newPeriods | ||
Description |
The callback for notifications of new periods. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | periodIds | the Id of the new Periods | |
Compliance | mandatory | This method must be implemented. | |
Method | changedPeriods | ||
Description |
The callback for notification of updated periods. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | periodIds | the Id of the updated Periods | |
Compliance | mandatory | This method must be implemented. | |
Method | deletedPeriods | ||
Description |
The callback for notification of deleted periods. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | periodIds | the Id of the deleted Periods | |
Compliance | mandatory | This method must be implemented. |