Uses of Interface
org.osid.inventory.shipment.ShipmentForm
Packages that use ShipmentForm
Package
Description
The Open Service Interface Definitions for the org.osid.inventory.shipment
service.
The Open Service Interface Definitions for the org.osid.inventory.shipment.batch
service.
-
Uses of ShipmentForm in org.osid.inventory.shipment
Methods in org.osid.inventory.shipment that return ShipmentFormModifier and TypeMethodDescriptionShipmentAdminSession.getShipmentFormForCreate(Type[] shipmentRecordTypes) Gets the shipment form for creating new shipments.ShipmentAdminSession.getShipmentFormForUpdate(Id shipmentId) Gets the shipment form for updating an existing shipment.Methods in org.osid.inventory.shipment with parameters of type ShipmentFormModifier and TypeMethodDescriptionShipmentAdminSession.createShipment(ShipmentForm shipmentForm) Creates a newShipment.voidShipmentAdminSession.updateShipment(ShipmentForm shipmentForm) Updates an existing shipment. -
Uses of ShipmentForm in org.osid.inventory.shipment.batch
Subinterfaces of ShipmentForm in org.osid.inventory.shipment.batchModifier and TypeInterfaceDescriptioninterfaceThis is the form for creating and updating shipments in bulk.