public interface RoomConstructionBatchManager extends OsidManager, RoomConstructionBatchProfile
The room construction batch manager provides access to room batch construction sessions and provides interoperability tests for various aspects of this service. The sessions included in this manager are:
RenovationBatchAdminSession:
a session to create,
modify and delete Renovations in bulk
ProjectBatchAdminSession:
a session to create,
modify and delete Projects
in bulk Modifier and Type | Method and Description |
---|---|
ProjectBatchAdminSession |
getProjectBatchAdminSession()
Gets the
OsidSession associated with the bulk project
administration service. |
ProjectBatchAdminSession |
getProjectBatchAdminSessionForCampus(Id campusId)
Gets the
OsidSession associated with the bulk project
administration service for the given campus. |
RenovationBatchAdminSession |
getRenovationBatchAdminSession()
Gets the
OsidSession associated with the bulk
renovation administration service. |
RenovationBatchAdminSession |
getRenovationBatchAdminSessionForCampus(Id campusId)
Gets the
OsidSession associated with the bulk
renovation administration service for the given campus. |
changeBranch, initialize, rollbackService
close
supportsProjectBatchAdmin, supportsRenovationBatchAdmin, supportsVisibleFederation
getBranch, getBranchId, getDescription, getDisplayName, getId, getLocales, getProxyRecordTypes, getReleaseDate, getVersion, supportsJournalBranching, supportsJournalRollback, supportsOSIDVersion, supportsProxyRecordType
getBranding, getBrandingIds, getLicense, getProvider, getProviderId
RenovationBatchAdminSession getRenovationBatchAdminSession() throws OperationFailedException
OsidSession
associated with the bulk
renovation administration service. RenovationBatchAdminSession
OperationFailedException
- unable to complete requestUnimplementedException
-
supportsRenovationBatchAdmin()
is false
optional
- This method must be implemented if
supportsRenovationBatchAdmin()
is true.
RenovationBatchAdminSession getRenovationBatchAdminSessionForCampus(Id campusId) throws NotFoundException, OperationFailedException
OsidSession
associated with the bulk
renovation administration service for the given campus.campusId
- the Id
of the Campus
RenovationBatchAdminSession
NotFoundException
- no Campus
found by
the given Id
NullArgumentException
- campusId
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() throws OperationFailedException
OsidSession
associated with the bulk project
administration service. ProjectBatchAdminSession
OperationFailedException
- unable to complete requestUnimplementedException
-
supportsProjectBatchAdmin()
is false
optional
- This method must be implemented if
supportsProjectBatchAdmin()
is true.
ProjectBatchAdminSession getProjectBatchAdminSessionForCampus(Id campusId) throws NotFoundException, OperationFailedException
OsidSession
associated with the bulk project
administration service for the given campus.campusId
- the Id
of the Campus
ProjectBatchAdminSession
NotFoundException
- no Campus
found by
the given Id
NullArgumentException
- campusId
is
null
OperationFailedException
- unable to complete requestUnimplementedException
-
supportsProjectBatchAdmin()
or
supportsVisibleFederation()
is false
optional
- This method must be implemented if
supportsProjectBatchAdmin()
and
supportsVisibleFederation()
are true