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

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

MethodnewWarehouses
Description

The callback for notifications of new warehouses.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListwarehouseIds the Ids of the new Warehouses
Compliancemandatory This method must be implemented.
MethodchangedWarehouses
Description

The callback for notification of updated warehouses.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListwarehouseIds the Ids of the updated Warehouses
Compliancemandatory This method must be implemented.
MethoddeletedWarehouses
Description

The callback for notification of deleted warehouses.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListwarehouseIds the Ids of the deleted Warehouses
Compliancemandatory This method must be implemented.
MethodchangedChildOfWarehouses
Description

The callback for notifications of changes to children of warehouse hierarchy nodes.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListwarehouseIds the Ids of the Warehouses whose children have changed
Compliancemandatory This method must be implemented.