Uses of Interface
org.osid.inventory.shipment.batch.ShipmentBatchFormList
Packages that use ShipmentBatchFormList
Package
Description
The Open Service Interface Definitions for the org.osid.inventory.shipment.batch
service.
-
Uses of ShipmentBatchFormList in org.osid.inventory.shipment.batch
Methods in org.osid.inventory.shipment.batch that return ShipmentBatchFormListModifier and TypeMethodDescriptionShipmentBatchAdminSession.getShipmentFormsForCreate(long number, Type[] shipmentRecordTypes) Gets the shipment forms for creating a bunch of new shipments.ShipmentBatchAdminSession.getShipmentFormsForUpdate(IdList shipmentIds) Gets the shipment forms for updating an existing set of shipments.Methods in org.osid.inventory.shipment.batch with parameters of type ShipmentBatchFormListModifier and TypeMethodDescriptionShipmentBatchAdminSession.createShipments(ShipmentBatchFormList shipmentForms) Creates a new set ofShipments.ShipmentBatchAdminSession.updateShipments(ShipmentBatchFormList shipmentForms) Updates existing shipments.