| Package | Description |
|---|---|
| org.osid.billing |
The Open Service Interface Definitions for the org.osid.billing
service.
|
| org.osid.billing.batch |
The Open Service Interface Definitions for the org.osid.billing.batch
service.
|
| Modifier and Type | Method and Description |
|---|---|
ItemForm |
ItemAdminSession.getItemFormForCreate(Type[] itemRecordTypes)
Gets the item form for creating new items.
|
ItemForm |
ItemAdminSession.getItemFormForUpdate(Id itemId)
Gets the item form for updating an existing item.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ItemAdminSession.updateItem(ItemForm itemForm)
Updates an existing item.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ItemBatchForm
This is the form for creating and updating items in bulk.
|