Uses of Interface
org.osid.ordering.ItemForm
Packages that use ItemForm
Package
Description
The Open Service Interface Definitions for the org.osid.ordering
service.
The Open Service Interface Definitions for the org.osid.ordering.batch
service.
-
Uses of ItemForm in org.osid.ordering
Methods in org.osid.ordering that return ItemFormModifier and TypeMethodDescriptionItemAdminSession.getItemFormForCreate(Id orderId, Id productId, Type[] itemRecordTypes) Gets the item form for creating new items.ItemAdminSession.getItemFormForUpdate(Id itemId) Gets the item form for updating an existing item.Methods in org.osid.ordering with parameters of type ItemFormModifier and TypeMethodDescriptionItemAdminSession.createItem(ItemForm itemForm) Creates a newItem.voidItemAdminSession.updateItem(ItemForm itemForm) Updates an existing item. -
Uses of ItemForm in org.osid.ordering.batch
Subinterfaces of ItemForm in org.osid.ordering.batchModifier and TypeInterfaceDescriptioninterfaceThis is the form for creating and updating items in bulk.