Uses of Interface
org.osid.inventory.shipment.EntryForm
Packages that use EntryForm
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 EntryForm in org.osid.inventory.shipment
Methods in org.osid.inventory.shipment that return EntryFormModifier and TypeMethodDescriptionShipmentAdminSession.getEntryFormForCreate(Id shipmentId, Type[] entryRecordTypes) Gets the entry form for creating new entries.ShipmentAdminSession.getEntryFormForUpdate(Id entryId) Gets the entry form for updating an existing entry.Methods in org.osid.inventory.shipment with parameters of type EntryFormModifier and TypeMethodDescriptionShipmentAdminSession.createEntry(EntryForm entryForm) Creates a newEntry.voidShipmentAdminSession.updateEntry(EntryForm entryForm) Updates an existing entry. -
Uses of EntryForm in org.osid.inventory.shipment.batch
Subinterfaces of EntryForm in org.osid.inventory.shipment.batchModifier and TypeInterfaceDescriptioninterfaceThis is the form for creating and updating entries in bulk.