Uses of Interface
org.osid.inventory.InventoryForm
Packages that use InventoryForm
Package
Description
The Open Service Interface Definitions for the org.osid.inventory
service.
The Open Service Interface Definitions for the org.osid.inventory.batch
service.
-
Uses of InventoryForm in org.osid.inventory
Methods in org.osid.inventory that return InventoryFormModifier and TypeMethodDescriptionInventoryAdminSession.getInventoryFormForCreate(Id stockId, Type[] inventoryRecordTypes) Gets the inventory form for creating new inventories.InventoryAdminSession.getInventoryFormForUpdate(Id inventoryId) Gets the inventory form for updating an existing inventory.Methods in org.osid.inventory with parameters of type InventoryFormModifier and TypeMethodDescriptionInventoryAdminSession.createInventory(InventoryForm inventoryForm) Creates a newInventory.voidInventoryAdminSession.updateInventory(InventoryForm inventoryForm) Updates an existing inventory. -
Uses of InventoryForm in org.osid.inventory.batch
Subinterfaces of InventoryForm in org.osid.inventory.batchModifier and TypeInterfaceDescriptioninterfaceThis is the form for creating and updating inventories in bulk.