public interface MeteringBatchManager extends OsidManager, MeteringBatchProfile
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:
MeterBatchAdminSession: a session to create,
modify and delete meters in bulk UtilityBatchAdminSession: a session to create,
modify and delete utilities in bulk | Modifier and Type | Method and Description |
|---|---|
MeterBatchAdminSession |
getMeterBatchAdminSession()
Gets the
OsidSession associated with the bulk meter
administration service. |
MeterBatchAdminSession |
getMeterBatchAdminSessionForUtility(Id utilityId)
Gets the
OsidSession associated with the bulk meter
administration service for the given utility. |
UtilityBatchAdminSession |
getUtilityBatchAdminSession()
Gets the
OsidSession associated with the bulk utility
administration service. |
changeBranch, initialize, rollbackServiceclosesupportsMeterBatchAdmin, supportsUtilityBatchAdmin, supportsVisibleFederationgetBranch, getBranchId, getDescription, getDisplayName, getId, getLocales, getProxyRecordTypes, getReleaseDate, getVersion, supportsJournalBranching, supportsJournalRollback, supportsOSIDVersion, supportsProxyRecordTypegetBranding, getBrandingIds, getLicense, getProvider, getProviderIdMeterBatchAdminSession getMeterBatchAdminSession() throws OperationFailedException
OsidSession associated with the bulk meter
administration service. MeterBatchAdminSession OperationFailedException - unable to complete requestUnimplementedException -
supportsMeterBatchAdmin() is false optional - This method must be implemented if
supportsMeterBatchAdmin() is true. MeterBatchAdminSession getMeterBatchAdminSessionForUtility(Id utilityId) throws NotFoundException, OperationFailedException
OsidSession associated with the bulk meter
administration service for the given utility.utilityId - the Id of the Utility MeterBatchAdminSession NotFoundException - no Utility found by
the given Id NullArgumentException - utilityId is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsMeterBatchAdmin() or
supportsVisibleFederation() is false optional - This method must be implemented if
supportsMeterBatchAdmin() and
supportsVisibleFederation() are true
UtilityBatchAdminSession getUtilityBatchAdminSession() throws OperationFailedException
OsidSession associated with the bulk utility
administration service. UtilityBatchAdminSession OperationFailedException - unable to complete requestUnimplementedException -
supportsUtilityBatchAdmin() is false optional - This method must be implemented if
supportsUtilityBatchAdmin() is true.