OSID Logo
OSID Specifications
ordering package
Version 3.0.0
Release Candidate Preview
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.IdListproductIdsthe Ids of the new Products
CompliancemandatoryThis method must be implemented.
MethodchangedProducts
Description

The callback for notification of updated products.

Parametersosid.id.IdListproductIdsthe Ids of the updated Products
CompliancemandatoryThis method must be implemented.
MethoddeletedProducts
Description

the callback for notification of deleted products.

Parametersosid.id.IdListproductIdsthe Ids of the registered Products
CompliancemandatoryThis method must be implemented.