| Interface | osid.ordering.batch.ItemBatchForm | ||
|---|---|---|---|
| Implements | osid.ordering.ItemForm | ||
| Description |
This is the form for creating and updating items in bulk.
| ||
| 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 | getResourceId | ||
| Description |
Gets the | ||
| Return | osid.id.Id | the resource Id | |
| Errors | ILLEGAL_STATE | isForUpdate() is true | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getItemId | ||
| Description |
Gets the | ||
| Return | osid.id.Id | the item Id | |
| Errors | ILLEGAL_STATE | isForUpdate() is false | |
| Compliance | mandatory | This method must be implemented. | |