Uses of Interface
org.osid.inventory.batch.ItemBatchFormList
Packages that use ItemBatchFormList
Package
Description
The Open Service Interface Definitions for the org.osid.inventory.batch
service.
-
Uses of ItemBatchFormList in org.osid.inventory.batch
Methods in org.osid.inventory.batch that return ItemBatchFormListModifier and TypeMethodDescriptionItemBatchAdminSession.getItemFormsForCreate(long number, Type[] itemRecordTypes) Gets the item forms for creating a bunch of new items.ItemBatchAdminSession.getItemFormsForUpdate(IdList itemIds) Gets the item forms for updating an existing set of items.Methods in org.osid.inventory.batch with parameters of type ItemBatchFormListModifier and TypeMethodDescriptionItemBatchAdminSession.createItems(ItemBatchFormList itemForms) Creates a new set ofItems.ItemBatchAdminSession.updateItems(ItemBatchFormList itemForms) Updates existing items.