| Interface | osid.metering.batch.MeteringBatchManager | ||
|---|---|---|---|
| Implements | osid.OsidManager | ||
osid.metering.batch.MeteringBatchProfile | |||
| Description | 
                 The metering batch manager provides access to metering batch sessions and provides interoperability tests for various aspects of this service. The sessions included in this manager are: 
  | ||
| Method | getMeterBatchAdminSession | ||
| Description | 
                     Gets the   | ||
| Return | osid.metering.batch.MeterBatchAdminSession | a  MeterBatchAdminSession   | |
| Errors | OPERATION_FAILED | unable to complete request | |
| UNIMPLEMENTED |  supportsMeterBatchAdmin()  is  false   |                 ||
| Compliance | optional | This method must be implemented if  supportsMeterBatchAdmin()  
is  true.   | |
| Method | getMeterBatchAdminSessionForUtility | ||
| Description | 
                     Gets the   | ||
| Parameters | osid.id.Id | utilityId | the  Id  of the  Utility   | 
| Return | osid.metering.batch.MeterBatchAdminSession | a  MeterBatchAdminSession   | |
| Errors | NOT_FOUND | no  Utility  found by the given  Id   |                 |
| NULL_ARGUMENT |  utilityId  is  null   |                 ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED |  supportsMeterBatchAdmin()  or  
supportsVisibleFederation()  is  false   |                 ||
| Compliance | optional | This method must be implemented if  supportsMeterBatchAdmin()  
and  supportsVisibleFederation()  are  true   | |
| Method | getUtilityBatchAdminSession | ||
| Description | 
                     Gets the   | ||
| Return | osid.metering.batch.UtilityBatchAdminSession | a  UtilityBatchAdminSession   | |
| Errors | OPERATION_FAILED | unable to complete request | |
| UNIMPLEMENTED |  supportsUtilityBatchAdmin()  is  false   |                 ||
| Compliance | optional | This method must be implemented if  supportsUtilityBatchAdmin() 
 is  true.   | |