OSID Logo
OSID Specifications
ordering package
Version 3.1.0
Interfaceosid.ordering.ProductReceiver
Implementsosid.OsidReceiver
Description

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

MethodnewProducts
Description

The callback for notifications of new products.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListproductIds the Ids of the new Products
Compliancemandatory This method must be implemented.
MethodchangedProducts
Description

The callback for notification of updated products.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListproductIds the Ids of the updated Products
Compliancemandatory This method must be implemented.
MethoddeletedProducts
Description

the callback for notification of deleted products.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListproductIds the Ids of the registered Products
Compliancemandatory This method must be implemented.