Uses of Interface
org.osid.inventory.shipment.batch.EntryBatchFormList
Packages that use EntryBatchFormList
Package
Description
The Open Service Interface Definitions for the org.osid.inventory.shipment.batch
service.
-
Uses of EntryBatchFormList in org.osid.inventory.shipment.batch
Methods in org.osid.inventory.shipment.batch that return EntryBatchFormListModifier and TypeMethodDescriptionShipmentBatchAdminSession.getEntryFormsForCreate(IdList shipmentIds, Type[] shipmentRecordTypes) Gets the entry forms for creating a bunch of new entries.ShipmentBatchAdminSession.getEntryFormsForUpdate(IdList entryIds) Gets the entry forms for updating an existing set of entrys.Methods in org.osid.inventory.shipment.batch with parameters of type EntryBatchFormListModifier and TypeMethodDescriptionShipmentBatchAdminSession.createEntries(EntryBatchFormList entryForms) Creates a new set ofEntries.ShipmentBatchAdminSession.updateEntries(EntryBatchFormList entryForms) Updates existing entries.