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

The order receiver is the consumer supplied interface for receiving notifications pertaining to new or deleted orders.

MethodnewOrders
Description

The callback for notifications of new orders.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListorderIds the Ids of the new orders
Compliancemandatory This method must be implemented.
MethodchangedOrders
Description

The callback for notifications of updated orders including new or deleted items.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListorderIds the Ids of the updated orders
Compliancemandatory This method must be implemented.
MethoddeletedOrders
Description

the callback for notification of deleted orders.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListorderIds the Ids of the deleted orders
Compliancemandatory This method must be implemented.