OSID Logo
OSID Specifications
billing package
Version 3.1.0
Interfaceosid.billing.ItemReceiver
Implementsosid.OsidReceiver
Description

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

MethodnewItems
Description

The callback for notifications of new items.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListitemIds the Id of the new Items
Compliancemandatory This method must be implemented.
MethodchangedItems
Description

The callback for notification of updated items.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListitemIds the Id of the updated Items
Compliancemandatory This method must be implemented.
MethoddeletedItems
Description

the callback for notification of deleted items.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListitemIds the Id of the deleted Items
Compliancemandatory This method must be implemented.