public interface RoomBatchProxyManager extends OsidProxyManager, RoomBatchProfile
The room batch proxy manager provides access to room batch 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:
RoomBatchAdminSession:
a session to manage rooms
in bulk FloorBatchAdminSession:
a session to manage floors
in bulk
BuildingBatchAdminSession:
a session to manage
buildings in bulk CampusBatchAdminSession:
a session to create,
modify and delete Campuses
in bulk Modifier and Type | Method and Description |
---|---|
BuildingBatchAdminSession |
getBuildingBatchAdminSession(Proxy proxy)
Gets the
OsidSession associated with the bulk building
administration service. |
BuildingBatchAdminSession |
getBuildingBatchAdminSessionForCampus(Id campusId,
Proxy proxy)
Gets the
OsidSession associated with the bulk building
administration service for the given campus. |
CampusBatchAdminSession |
getCampusBatchAdminSession(Proxy proxy)
Gets the
OsidSession associated with the bulk campus
administration service. |
FloorBatchAdminSession |
getFloorBatchAdminSession(Proxy proxy)
Gets the
OsidSession associated with the bulk room
administration service. |
FloorBatchAdminSession |
getFloorBatchAdminSessionForCampus(Id campusId,
Proxy proxy)
Gets the
OsidSession associated with the bulk floor
administration service for the given campus. |
RoomBatchAdminSession |
getRoomBatchAdminSession(Proxy proxy)
Gets the
OsidSession associated with the bulk room
administration service. |
RoomBatchAdminSession |
getRoomBatchAdminSessionForCampus(Id campusId,
Proxy proxy)
Gets the
OsidSession associated with the bulk room
administration service for the given campus. |
changeBranch, initialize, rollbackService
close
supportsBuildingBatchAdmin, supportsCampusBatchAdmin, supportsFloorBatchAdmin, supportsRoomBatchAdmin, supportsVisibleFederation
getBranch, getBranchId, getDescription, getDisplayName, getId, getLocales, getProxyRecordTypes, getReleaseDate, getVersion, supportsJournalBranching, supportsJournalRollback, supportsOSIDVersion, supportsProxyRecordType
getBranding, getBrandingIds, getLicense, getProvider, getProviderId
RoomBatchAdminSession getRoomBatchAdminSession(Proxy proxy) throws OperationFailedException
OsidSession
associated with the bulk room
administration service.proxy
- a proxy RoomBatchAdminSession
NullArgumentException
- proxy
is
null
OperationFailedException
- unable to complete requestUnimplementedException
-
supportsRoomBatchAdmin()
is false
optional
- This method must be implemented if
supportsRoomBatchAdmin()
is true.
RoomBatchAdminSession getRoomBatchAdminSessionForCampus(Id campusId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession
associated with the bulk room
administration service for the given campus.campusId
- the Id
of the Campus
proxy
- a proxy RoomBatchAdminSession
NotFoundException
- no Campus
found by
the given Id
NullArgumentException
- campusId or proxy is
null
OperationFailedException
- unable to complete requestUnimplementedException
-
supportsRoomBatchAdmin()
or
supportsVisibleFederation()
is false
optional
- This method must be implemented if
supportsRoomBatchAdmin()
and
supportsVisibleFederation()
are true
FloorBatchAdminSession getFloorBatchAdminSession(Proxy proxy) throws OperationFailedException
OsidSession
associated with the bulk room
administration service.proxy
- a proxy FloorBatchAdminSession
NullArgumentException
- proxy
is
null
OperationFailedException
- unable to complete requestUnimplementedException
-
supportsFloorBatchAdmin()
is false
optional
- This method must be implemented if
supportsFloorBatchAdmin()
is true.
FloorBatchAdminSession getFloorBatchAdminSessionForCampus(Id campusId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession
associated with the bulk floor
administration service for the given campus.campusId
- the Id
of the Campus
proxy
- a proxy FloorBatchAdminSession
NotFoundException
- no Campus
found by
the given Id
NullArgumentException
- campusId or proxy is
null
OperationFailedException
- unable to complete requestUnimplementedException
-
supportsFloorBatchAdmin()
or
supportsVisibleFederation()
is false
optional
- This method must be implemented if
supportsFloorBatchAdmin()
and
supportsVisibleFederation()
are true
BuildingBatchAdminSession getBuildingBatchAdminSession(Proxy proxy) throws OperationFailedException
OsidSession
associated with the bulk building
administration service.proxy
- a proxy BuildingBatchAdminSession
NullArgumentException
- proxy
is
null
OperationFailedException
- unable to complete requestUnimplementedException
-
supportsBuildingBatchAdmin()
is false
optional
- This method must be implemented if
supportsBuildingBatchAdmin()
is true.
BuildingBatchAdminSession getBuildingBatchAdminSessionForCampus(Id campusId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession
associated with the bulk building
administration service for the given campus.campusId
- the Id
of the Campus
proxy
- a proxy BuildingBatchAdminSession
NotFoundException
- no Campus
found by
the given Id
NullArgumentException
- campusId
or
proxy
is null
OperationFailedException
- unable to complete requestUnimplementedException
-
supportsBuildingBatchAdmin()
or
supportsVisibleFederation()
is false
optional
- This method must be implemented if
supportsBuildingBatchAdmin()
and
supportsVisibleFederation()
are true
CampusBatchAdminSession getCampusBatchAdminSession(Proxy proxy) throws OperationFailedException
OsidSession
associated with the bulk campus
administration service.proxy
- a proxy CampusBatchAdminSession
NullArgumentException
- proxy
is
null
OperationFailedException
- unable to complete requestUnimplementedException
-
supportsCampusBatchAdmin()
is false
optional
- This method must be implemented if
supportsCampusBatchAdmin()
is true.