Uses of Interface
org.osid.billing.ItemForm
Packages that use ItemForm
Package
Description
The Open Service Interface Definitions for the org.osid.billing
service.
The Open Service Interface Definitions for the org.osid.billing.batch
service.
-
Uses of ItemForm in org.osid.billing
Methods in org.osid.billing that return ItemFormModifier and TypeMethodDescriptionItemAdminSession.getItemFormForCreate(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.billing with parameters of type ItemFormModifier and TypeMethodDescriptionvoidItemAdminSession.updateItem(ItemForm itemForm) Updates an existing item. -
Uses of ItemForm in org.osid.billing.batch
Subinterfaces of ItemForm in org.osid.billing.batchModifier and TypeInterfaceDescriptioninterfaceThis is the form for creating and updating items in bulk.