Package | Description |
---|---|
org.osid.ordering |
The Open Service Interface Definitions for the org.osid.ordering
service.
|
org.osid.ordering.batch |
The Open Service Interface Definitions for the org.osid.ordering.batch
service.
|
Modifier and Type | Method and Description |
---|---|
ItemForm |
ItemAdminSession.getItemFormForCreate(Id orderId,
Id productId,
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 |
---|---|
Item |
ItemAdminSession.createItem(ItemForm itemForm)
Creates a new
Item. |
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.
|