public interface RoomConstructionBatchProxyManager extends OsidProxyManager, RoomConstructionBatchProfile
The room batch proxy manager provides access to room batch construction
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:
RenovationBatchAdminSession: a session to manage
renovations in bulk ProjectBatchAdminSession: a session to manage
projects in bulk | Modifier and Type | Method and Description |
|---|---|
ProjectBatchAdminSession |
getProjectBatchAdminSession(Proxy proxy)
Gets the
OsidSession associated with the bulk project
administration service. |
ProjectBatchAdminSession |
getProjectBatchAdminSessionForCampus(Id campusId,
Proxy proxy)
Gets the
OsidSession associated with the bulk project
administration service for the given campus. |
RenovationBatchAdminSession |
getRenovationBatchAdminSession(Proxy proxy)
Gets the
OsidSession associated with the bulk room
administration service. |
RenovationBatchAdminSession |
getRenovationBatchAdminSessionForCampus(Id campusId,
Proxy proxy)
Gets the
OsidSession associated with the bulk
renovation administration service for the given campus. |
changeBranch, initialize, rollbackServiceclosesupportsProjectBatchAdmin, supportsRenovationBatchAdmin, supportsVisibleFederationgetBranch, getBranchId, getDescription, getDisplayName, getId, getLocales, getProxyRecordTypes, getReleaseDate, getVersion, supportsJournalBranching, supportsJournalRollback, supportsOSIDVersion, supportsProxyRecordTypegetBranding, getBrandingIds, getLicense, getProvider, getProviderIdRenovationBatchAdminSession getRenovationBatchAdminSession(Proxy proxy) throws OperationFailedException
OsidSession associated with the bulk room
administration service.proxy - a proxy RenovationBatchAdminSession NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsRenovationBatchAdmin() is false optional - This method must be implemented if
supportsRenovationBatchAdmin() is true.
RenovationBatchAdminSession getRenovationBatchAdminSessionForCampus(Id campusId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession associated with the bulk
renovation administration service for the given campus.campusId - the Id of the Campus proxy - a proxy RenovationBatchAdminSession NotFoundException - no Campus found by
the given Id NullArgumentException - campusId or
proxy is null OperationFailedException - unable to complete requestUnimplementedException -
supportsRenovationBatchAdmin() or
supportsVisibleFederation() is false optional - This method must be implemented if
supportsRenovationBatchAdmin() and
supportsVisibleFederation() are true
ProjectBatchAdminSession getProjectBatchAdminSession(Proxy proxy) throws OperationFailedException
OsidSession associated with the bulk project
administration service.proxy - a proxy ProjectBatchAdminSession NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsProjectBatchAdmin() is false optional - This method must be implemented if
supportsProjectBatchAdmin() is true.
ProjectBatchAdminSession getProjectBatchAdminSessionForCampus(Id campusId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession associated with the bulk project
administration service for the given campus.campusId - the Id of the Campus proxy - a proxy ProjectBatchAdminSession NotFoundException - no Campus found by
the given Id NullArgumentException - campusId or
proxy is null OperationFailedException - unable to complete requestUnimplementedException -
supportsProjectBatchAdmin() or
supportsVisibleFederation() is false optional - This method must be implemented if
supportsProjectBatchAdmin() and
supportsVisibleFederation() are true