| Interface | osid.ordering.batch.OrderItemBatchForm | ||
|---|---|---|---|
| Implements | osid.ordering.OrderItemForm | ||
| Used By | osid.ordering.batch.OrderItemBatchFormList | ||
| Description |
This is the form for creating and updating order items in
bulk. Like all Like all | ||
| Method | getOrderId | ||
| Description |
Gets the order | ||
| Return | osid.id.Id | the order Id | |
| Errors | ILLEGAL_STATE | isForUpdate() is true | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getProductId | ||
| Description |
Gets the | ||
| Return | osid.id.Id | the product Id | |
| Errors | ILLEGAL_STATE | isForUpdate() is true | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getOrderItemId | ||
| Description |
Gets the | ||
| Return | osid.id.Id | the order item Id | |
| Errors | ILLEGAL_STATE | isForUpdate() is false | |
| Compliance | mandatory | This method must be implemented. | |