public interface RoomSquattingBatchProxyManager extends OsidProxyManager, RoomSquattingBatchProfile
The room batch proxy manager provides access to room batch squatting
sessions and provides interoperability tests for various aspects of this
service. Methods in this manager support the passing of a Proxy
object. The sessions included in this manager are:
LeaseBatchAdminSession: a session to manage leases
in bulk DeedBatchAdminSession: a session to manage deeds
in bulk | Modifier and Type | Method and Description |
|---|---|
DeedBatchAdminSession |
getDeedBatchAdminSession(Proxy proxy)
Gets the
OsidSession associated with the bulk deed
administration service. |
DeedBatchAdminSession |
getDeedBatchAdminSessionForCampus(Id campusId,
Proxy proxy)
Gets the
OsidSession associated with the bulk deed
administration service for the given campus. |
LeaseBatchAdminSession |
getLeaseBatchAdminSession(Proxy proxy)
Gets the
OsidSession associated with the bulk room
administration service. |
LeaseBatchAdminSession |
getLeaseBatchAdminSessionForCampus(Id campusId,
Proxy proxy)
Gets the
OsidSession associated with the bulk lease
administration service for the given campus. |
changeBranch, initialize, rollbackServiceclosesupportsDeedBatchAdmin, supportsLeaseBatchAdmin, supportsVisibleFederationgetBranch, getBranchId, getDescription, getDisplayName, getId, getLocales, getProxyRecordTypes, getReleaseDate, getVersion, supportsJournalBranching, supportsJournalRollback, supportsOSIDVersion, supportsProxyRecordTypegetBranding, getBrandingIds, getLicense, getProvider, getProviderIdLeaseBatchAdminSession getLeaseBatchAdminSession(Proxy proxy) throws OperationFailedException
OsidSession associated with the bulk room
administration service.proxy - a proxy LeaseBatchAdminSession NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsLeaseBatchAdmin() is false optional - This method must be implemented if
supportsLeaseBatchAdmin() is true. LeaseBatchAdminSession getLeaseBatchAdminSessionForCampus(Id campusId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession associated with the bulk lease
administration service for the given campus.campusId - the Id of the Campus proxy - a proxy LeaseBatchAdminSession NotFoundException - no Campus found by
the given Id NullArgumentException - campusId or
proxy is null OperationFailedException - unable to complete requestUnimplementedException -
supportsLeaseBatchAdmin() or
supportsVisibleFederation() is false optional - This method must be implemented if
supportsLeaseBatchAdmin() and
supportsVisibleFederation() are true
DeedBatchAdminSession getDeedBatchAdminSession(Proxy proxy) throws OperationFailedException
OsidSession associated with the bulk deed
administration service.proxy - a proxy DeedBatchAdminSession NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsDeedBatchAdmin() is false optional - This method must be implemented if
supportsDeedBatchAdmin() is true. DeedBatchAdminSession getDeedBatchAdminSessionForCampus(Id campusId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession associated with the bulk deed
administration service for the given campus.campusId - the Id of the Campus proxy - a proxy DeedBatchAdminSession NotFoundException - no Campus found by
the given Id NullArgumentException - campusId or
proxy is null OperationFailedException - unable to complete requestUnimplementedException -
supportsDeedBatchAdmin() or
supportsVisibleFederation() is false optional - This method must be implemented if
supportsDeedBatchAdmin() and
supportsVisibleFederation() are true