Uses of Interface
org.osid.inventory.WarehouseForm
Packages that use WarehouseForm
Package
Description
The Open Service Interface Definitions for the org.osid.inventory
service.
-
Uses of WarehouseForm in org.osid.inventory
Methods in org.osid.inventory that return WarehouseFormModifier and TypeMethodDescriptionWarehouseAdminSession.getWarehouseFormForCreate(Type[] warehouseRecordTypes) Gets the warehouse form for creating new warehouses.WarehouseAdminSession.getWarehouseFormForUpdate(Id warehouseId) Gets the warehouse form for updating an existing warehouse.Methods in org.osid.inventory with parameters of type WarehouseFormModifier and TypeMethodDescriptionWarehouseAdminSession.createWarehouse(WarehouseForm warehouseForm) Creates a newWarehouse.voidWarehouseAdminSession.updateWarehouse(WarehouseForm warehouseForm) Updates an existing warehouse.