Uses of Interface
org.osid.inventory.batch.InventoryBatchFormList
Packages that use InventoryBatchFormList
Package
Description
The Open Service Interface Definitions for the org.osid.inventory.batch
service.
-
Uses of InventoryBatchFormList in org.osid.inventory.batch
Methods in org.osid.inventory.batch that return InventoryBatchFormListModifier and TypeMethodDescriptionInventoryBatchAdminSession.getInventoryFormsForCreate(long number, Type[] inventoryRecordTypes) Gets the inventory forms for creating a bunch of new inventories.InventoryBatchAdminSession.getInventoryFormsForUpdate(IdList inventoryIds) Gets the inventory forms for updating an existing set of inventories.Methods in org.osid.inventory.batch with parameters of type InventoryBatchFormListModifier and TypeMethodDescriptionInventoryBatchAdminSession.createInventories(InventoryBatchFormList inventoryForms) Creates a new set ofInventories.InventoryBatchAdminSession.updateInventories(InventoryBatchFormList inventoryForms) Updates existing inventories.