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

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

Parametersosid.id.IdListorderIdsthe Ids of the updated orders
CompliancemandatoryThis method must be implemented.
MethoddeletedOrders
Description

the callback for notification of deleted orders.

Parametersosid.id.IdListorderIdsthe Ids of the deleted orders
CompliancemandatoryThis method must be implemented.