Uses of Interface
org.osid.inventory.StockForm
Packages that use StockForm
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 StockForm in org.osid.inventory
Methods in org.osid.inventory that return StockFormModifier and TypeMethodDescriptionStockAdminSession.getStockFormForCreate(Type[] stockRecordTypes) Gets the stock form for creating new stocks.StockAdminSession.getStockFormForUpdate(Id stockId) Gets the stock form for updating an existing stock.Methods in org.osid.inventory with parameters of type StockFormModifier and TypeMethodDescriptionStockAdminSession.createStock(StockForm stockForm) Creates a newStock.voidStockAdminSession.updateStock(StockForm stockForm) Updates an existing stock. -
Uses of StockForm in org.osid.inventory.batch
Subinterfaces of StockForm in org.osid.inventory.batchModifier and TypeInterfaceDescriptioninterfaceThis is the form for creating and updating stocks in bulk.