Interface RoomBatchProxyManager
- All Superinterfaces:
AutoCloseable, Closeable, OsidProfile, OsidProxyManager, OsidProxyManager, RoomBatchProfile, Sourceable
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 . 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 deleteCampusesin bulk
-
Method Summary
Modifier and TypeMethodDescriptionGets theOsidSessionassociated with the bulk building administration service.getBuildingBatchAdminSessionForCampus(Id campusId, Proxy proxy) Gets theOsidSessionassociated with the bulk building administration service for the given campus.getCampusBatchAdminSession(Proxy proxy) Gets theOsidSessionassociated with the bulk campus administration service.getFloorBatchAdminSession(Proxy proxy) Gets theOsidSessionassociated with the bulk room administration service.getFloorBatchAdminSessionForCampus(Id campusId, Proxy proxy) Gets theOsidSessionassociated with the bulk floor administration service for the given campus.getRoomBatchAdminSession(Proxy proxy) Gets theOsidSessionassociated with the bulk room administration service.getRoomBatchAdminSessionForCampus(Id campusId, Proxy proxy) Gets theOsidSessionassociated with the bulk room administration service for the given campus.Methods inherited from interface OsidProfile
getBranch, getBranchId, getDescription, getDisplayName, getId, getLocales, getProxyRecordTypes, getReleaseDate, getVersion, supportsJournalBranching, supportsJournalRollback, supportsOSIDVersion, supportsProxyRecordTypeModifier and TypeMethodDescriptionGets this service branch.Gets theBranch Idrepresenting this service branch.Gets a description of this service implementation.Gets a display name for this service implementation.getId()Gets an identifier for this service implementation.Gets the locales supported in this service.Gets the proxy recordTypessupported in this service.Gets the date this service implementation was released.Gets the version of this service implementation.booleanTest for support of a journal branching service.booleanTest for support of a journaling rollback service.booleansupportsOSIDVersion(Version version) Test for support of an OSID specification version.booleansupportsProxyRecordType(Type proxyRecordType) Test for support of a proxy type.Methods inherited from interface OsidProxyManager
closeMethods inherited from interface OsidProxyManager
changeBranch, initialize, rollbackServiceModifier and TypeMethodDescriptionvoidchangeBranch(Id branchId, Proxy proxy) Changes the service branch.voidinitialize(OsidRuntimeManager runtime) Initializes this manager.rollbackService(Date rollbackTime, Proxy proxy) Rolls back this service to a point in time.Methods inherited from interface RoomBatchProfile
supportsBuildingBatchAdmin, supportsCampusBatchAdmin, supportsFloorBatchAdmin, supportsRoomBatchAdmin, supportsVisibleFederationModifier and TypeMethodDescriptionbooleanTests if bulk administration of buildings is available.booleanTests if bulk administration of campuses is available.booleanTests if bulk administration of floors is available.booleanTests if bulk administration of rooms is available.booleanTests if federation is visible.Methods inherited from interface Sourceable
getBranding, getBrandingIds, getLicense, getProvider, getProviderIdModifier and TypeMethodDescriptionGets a branding, such as an image or logo, expressed using theAssetinterface.Gets the branding assetIds.Gets the terms of usage.Gets theResourcerepresenting the provider.Gets theIdof the provider.
-
Method Details
-
getRoomBatchAdminSession
Gets theOsidSessionassociated with the bulk room administration service.- Parameters:
proxy- a proxy- Returns:
- a
RoomBatchAdminSession - Throws:
NullArgumentException-proxyisnullOperationFailedException- unable to complete requestUnimplementedException-supportsRoomBatchAdmin()isfalse- Compliance:
optional- This method must be implemented if {@code supportsRoomBatchAdmin()} is {@code true} .
-
getRoomBatchAdminSessionForCampus
RoomBatchAdminSession getRoomBatchAdminSessionForCampus(Id campusId, Proxy proxy) throws NotFoundException, OperationFailedException Gets theOsidSessionassociated with the bulk room administration service for the given campus.- Parameters:
campusId- theIdof theCampusproxy- a proxy- Returns:
- a
RoomBatchAdminSession - Throws:
NotFoundException- noCampusfound by the givenIdNullArgumentException-campusId or proxy is nullOperationFailedException- unable to complete requestUnimplementedException-supportsRoomBatchAdmin()orsupportsVisibleFederation()isfalse- Compliance:
optional- This method must be implemented if {@code supportsRoomBatchAdmin()} and {@code supportsVisibleFederation()} are {@code true}
-
getFloorBatchAdminSession
Gets theOsidSessionassociated with the bulk room administration service.- Parameters:
proxy- a proxy- Returns:
- a
FloorBatchAdminSession - Throws:
NullArgumentException-proxyisnullOperationFailedException- unable to complete requestUnimplementedException-supportsFloorBatchAdmin()isfalse- Compliance:
optional- This method must be implemented if {@code supportsFloorBatchAdmin()} is {@code true} .
-
getFloorBatchAdminSessionForCampus
FloorBatchAdminSession getFloorBatchAdminSessionForCampus(Id campusId, Proxy proxy) throws NotFoundException, OperationFailedException Gets theOsidSessionassociated with the bulk floor administration service for the given campus.- Parameters:
campusId- theIdof theCampusproxy- a proxy- Returns:
- a
FloorBatchAdminSession - Throws:
NotFoundException- noCampusfound by the givenIdNullArgumentException-campusId or proxy is nullOperationFailedException- unable to complete requestUnimplementedException-supportsFloorBatchAdmin()orsupportsVisibleFederation()isfalse- Compliance:
optional- This method must be implemented if {@code supportsFloorBatchAdmin()} and {@code supportsVisibleFederation()} are {@code true}
-
getBuildingBatchAdminSession
Gets theOsidSessionassociated with the bulk building administration service.- Parameters:
proxy- a proxy- Returns:
- a
BuildingBatchAdminSession - Throws:
NullArgumentException-proxyisnullOperationFailedException- unable to complete requestUnimplementedException-supportsBuildingBatchAdmin()isfalse- Compliance:
optional- This method must be implemented if {@code supportsBuildingBatchAdmin()} is {@code true} .
-
getBuildingBatchAdminSessionForCampus
BuildingBatchAdminSession getBuildingBatchAdminSessionForCampus(Id campusId, Proxy proxy) throws NotFoundException, OperationFailedException Gets theOsidSessionassociated with the bulk building administration service for the given campus.- Parameters:
campusId- theIdof theCampusproxy- a proxy- Returns:
- a
BuildingBatchAdminSession - Throws:
NotFoundException- noCampusfound by the givenIdNullArgumentException-campusIdorproxyisnullOperationFailedException- unable to complete requestUnimplementedException-supportsBuildingBatchAdmin()orsupportsVisibleFederation()isfalse- Compliance:
optional- This method must be implemented if {@code supportsBuildingBatchAdmin()} and {@code supportsVisibleFederation()} are {@code true}
-
getCampusBatchAdminSession
Gets theOsidSessionassociated with the bulk campus administration service.- Parameters:
proxy- a proxy- Returns:
- a
CampusBatchAdminSession - Throws:
NullArgumentException-proxyisnullOperationFailedException- unable to complete requestUnimplementedException-supportsCampusBatchAdmin()isfalse- Compliance:
optional- This method must be implemented if {@code supportsCampusBatchAdmin()} is {@code true} .
-