public interface BillingPaymentBatchManager extends OsidManager, BillingPaymentBatchProfile
The billing payment batch manager provides access to billing payment batch sessions and provides interoperability tests for various aspects of this service. The sessions included in this manager are:
PayerBatchAdminSession: a session to create,
modify and delete Payers in bulk BusinessBatchAdminSession: a session to create,
modify and delete Business in bulk | Modifier and Type | Method and Description |
|---|---|
PayerBatchAdminSession |
getPayerBatchAdminSession()
Gets the
OsidSession associated with the bulk payer
administration service. |
PayerBatchAdminSession |
getPayerBatchAdminSessionForBusiness(Id businessId)
Gets the
OsidSession associated with the bulk payer
administration service for the given business. |
PaymentBatchAdminSession |
getPaymentBatchAdminSession()
Gets the
OsidSession associated with the bulk payment
administration service. |
PaymentBatchAdminSession |
getPaymentBatchAdminSessionForBusiness(Id businessId)
Gets the
OsidSession associated with the bulk payment
administration service for the given business. |
changeBranch, initialize, rollbackServiceclosesupportsPayerBatchAdmin, supportsPaymentBatchAdmin, supportsVisibleFederationgetBranch, getBranchId, getDescription, getDisplayName, getId, getLocales, getProxyRecordTypes, getReleaseDate, getVersion, supportsJournalBranching, supportsJournalRollback, supportsOSIDVersion, supportsProxyRecordTypegetBranding, getBrandingIds, getLicense, getProvider, getProviderIdPayerBatchAdminSession getPayerBatchAdminSession() throws OperationFailedException
OsidSession associated with the bulk payer
administration service. PayerBatchAdminSession OperationFailedException - unable to complete requestUnimplementedException -
supportsPayerBatchAdmin() is false optional - This method must be implemented if
supportsPayerBatchAdmin() is true. PayerBatchAdminSession getPayerBatchAdminSessionForBusiness(Id businessId) throws NotFoundException, OperationFailedException
OsidSession associated with the bulk payer
administration service for the given business.businessId - the Id of the Business
PayerBatchAdminSession NotFoundException - no Business found by
the given Id NullArgumentException - businessId is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsPayerBatchAdmin() or
supportsVisibleFederation() is false optional - This method must be implemented if
supportsPayerBatchAdmin() and
supportsVisibleFederation() are true
PaymentBatchAdminSession getPaymentBatchAdminSession() throws OperationFailedException
OsidSession associated with the bulk payment
administration service. PaymentBatchAdminSession OperationFailedException - unable to complete requestUnimplementedException -
supportsPaymentBatchAdmin() is false optional - This method must be implemented if
supportsPaymentBatchAdmin() is true.
PaymentBatchAdminSession getPaymentBatchAdminSessionForBusiness(Id businessId) throws NotFoundException, OperationFailedException
OsidSession associated with the bulk payment
administration service for the given business.businessId - the Id of the Business
PaymentBatchAdminSession NotFoundException - no Business found by
the given Id NullArgumentException - businessId is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsPaymentBatchAdmin() or
supportsVisibleFederation() is false optional - This method must be implemented if
supportsPaymentBatchAdmin() and
supportsVisibleFederation() are true