Interface | osid.acknowledgement.batch.AcknowledgementBatchManager | ||
---|---|---|---|
Implements | osid.OsidManager | ||
osid.acknowledgement.batch.AcknowledgementBatchProfile | |||
Description |
The acknowledgement batch manager provides access to acknowledgement batch sessions and provides interoperability tests for various aspects of this service. The sessions included in this manager are:
| ||
Method | getCreditBatchAdminSession | ||
Description |
Gets the | ||
Return | osid.acknowledgement.batch.CreditBatchAdminSession | a CreditBatchAdminSession | |
Errors | OPERATION_FAILED | unable to complete request | |
UNIMPLEMENTED | supportsCreditBatchAdmin() is false | ||
Compliance | optional | This method must be implemented if supportsCreditBatchAdmin()
is true. | |
Method | getCreditBatchAdminSessionForBilling | ||
Description |
Gets the | ||
Parameters | osid.id.Id | billingId | the Id of the Billing |
Return | osid.acknowledgement.batch.CreditBatchAdminSession | a CreditBatchAdminSession | |
Errors | NOT_FOUND | no Billing found by the given Id | |
NULL_ARGUMENT | billingId is null | ||
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsCreditBatchAdmin() or
supportsVisibleFederation() is false | ||
Compliance | optional | This method must be implemented if supportsCreditBatchAdmin()
and supportsVisibleFederation() are true | |
Method | getBillingBatchAdminSession | ||
Description |
Gets the | ||
Return | osid.acknowledgement.batch.BillingBatchAdminSession | a BillingBatchAdminSession | |
Errors | OPERATION_FAILED | unable to complete request | |
UNIMPLEMENTED | supportsBillingBatchAdmin() is false | ||
Compliance | optional | This method must be implemented if supportsBillingBatchAdmin()
is true. |