| Interface | osid.billing.batch.EntryBatchForm | ||
|---|---|---|---|
| Implements | osid.billing.EntryForm | ||
| Description | 
                 This is the form for creating and updating entries in bulk. 
                  | ||
| Method | getCustomerId | ||
| Description | 
                     Gets the   | ||
| Return | osid.id.Id | the customer  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  true   |                 |
| Compliance | mandatory | This method must be implemented. | |
| Method | getPeriodId | ||
| Description | 
                     Gets the period   | ||
| Return | osid.id.Id | the period  Id   | |
| Errors | ILLEGAL_STATE |  isForUpdate()  is  true   |                 |
| Compliance | mandatory | This method must be implemented. | |
| Method | getEntryId | ||
| Description | 
                     Gets the   | ||
| Return | osid.id.Id | the entry  Id   | |
| Errors | ILLEGAL_STATE |  isForUpdate()  is  false   |                 |
| Compliance | mandatory | This method must be implemented. | |