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 |
---|---|
OrderForm |
OrderAdminSession.getOrderFormForCreate(Type[] orderRecordTypes)
Gets the order form for creating new entries.
|
OrderForm |
OrderAdminSession.getOrderFormForUpdate(Id orderId)
Gets the order form for updating an existing order.
|
Modifier and Type | Method and Description |
---|---|
Order |
OrderAdminSession.createOrder(OrderForm orderForm)
Creates a new
Order. |
void |
OrderAdminSession.updateOrder(OrderForm orderForm)
Updates an existing order.
|
Modifier and Type | Interface and Description |
---|---|
interface |
OrderBatchForm
This is the form for creating and updating orders in bulk.
|