Uses of Interface
org.osid.inventory.batch.StockBatchFormList
Packages that use StockBatchFormList
Package
Description
The Open Service Interface Definitions for the org.osid.inventory.batch
service.
-
Uses of StockBatchFormList in org.osid.inventory.batch
Methods in org.osid.inventory.batch that return StockBatchFormListModifier and TypeMethodDescriptionStockBatchAdminSession.getStockFormsForCreate(long number, Type[] stockRecordTypes) Gets the stock forms for creating a bunch of new stocks.StockBatchAdminSession.getStockFormsForUpdate(IdList stockIds) Gets the stock forms for updating an existing set of stocks.Methods in org.osid.inventory.batch with parameters of type StockBatchFormListModifier and TypeMethodDescriptionStockBatchAdminSession.createStocks(StockBatchFormList stockForms) Creates a new set ofStocks.StockBatchAdminSession.updateStocks(StockBatchFormList stockForms) Updates existing stocks.