Interface WarehouseReceiver
- All Superinterfaces:
OsidReceiver
The warehouse receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted Warehouse objects.
-
Method Summary
Modifier and TypeMethodDescriptionvoidchangedChildOfWarehouses(Id notificationId, IdList warehouseIds) The callback for notifications of changes to children of warehouse hierarchy nodes.voidchangedWarehouses(Id notificationId, IdList warehouseIds) The callback for notification of updated warehouses.voiddeletedWarehouses(Id notificationId, IdList warehouseIds) The callback for notification of deleted warehouses.voidnewWarehouses(Id notificationId, IdList warehouseIds) The callback for notifications of new warehouses.Methods inherited from interface OsidReceiver
down, up
-
Method Details
-
newWarehouses
-
changedWarehouses
-
deletedWarehouses
-
changedChildOfWarehouses
The callback for notifications of changes to children of warehouse hierarchy nodes.- Parameters:
notificationId- the notificationIdwarehouseIds- theIdsof theWarehouseswhose children have changed- Compliance:
mandatory- This method must be implemented.
-