OSID Logo
OSID Specifications
inventory shipment package
Version 3.1.0
Interfaceosid.inventory.shipment.EntryReceiver
Implementsosid.OsidReceiver
Description

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

MethodnewEntry
Description

The callback for notifications of new entries.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdentryId the Id of the new Entry
Compliancemandatory This method must be implemented.
MethodchangedEntry
Description

The callback for notification of updated entries.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdentryId the Id of the updated Entry
Compliancemandatory This method must be implemented.
MethoddeletedEntry
Description

the callback for notification of deleted entries.

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