| Interface | osid.room.batch.RoomBatchProxyManager | ||
|---|---|---|---|
| Implements | osid.OsidProxyManager | ||
osid.room.batch.RoomBatchProfile | |||
| Description | 
                 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  
  | ||
| Method | getRoomBatchAdminSession | ||
| Description | 
                     Gets the   | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy | 
| Return | osid.room.batch.RoomBatchAdminSession | a  RoomBatchAdminSession   | |
| Errors | NULL_ARGUMENT |  proxy  is  null   |                 |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED |  supportsRoomBatchAdmin()  is  false   |                 ||
| Compliance | optional | This method must be implemented if  supportsRoomBatchAdmin()  
is  true.   | |
| Method | getRoomBatchAdminSessionForCampus | ||
| Description | 
                     Gets the   | ||
| Parameters | osid.id.Id | campusId | the  Id  of the  Campus   | 
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.room.batch.RoomBatchAdminSession | a  RoomBatchAdminSession   | |
| Errors | NOT_FOUND | no  Campus  found by the given  Id   |                 |
| NULL_ARGUMENT |  campusId or proxy is null   |                 ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED |  supportsRoomBatchAdmin()  or  
supportsVisibleFederation()  is  false   |                 ||
| Compliance | optional | This method must be implemented if  supportsRoomBatchAdmin()  
and  supportsVisibleFederation()  are  true   | |
| Method | getFloorBatchAdminSession | ||
| Description | 
                     Gets the   | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy | 
| Return | osid.room.batch.FloorBatchAdminSession | a  FloorBatchAdminSession   | |
| Errors | NULL_ARGUMENT |  proxy  is  null   |                 |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED |  supportsFloorBatchAdmin()  is  false   |                 ||
| Compliance | optional | This method must be implemented if  supportsFloorBatchAdmin()  
is  true.   | |
| Method | getFloorBatchAdminSessionForCampus | ||
| Description | 
                     Gets the   | ||
| Parameters | osid.id.Id | campusId | the  Id  of the  Campus   | 
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.room.batch.FloorBatchAdminSession | a  FloorBatchAdminSession   | |
| Errors | NOT_FOUND | no  Campus  found by the given  Id   |                 |
| NULL_ARGUMENT |  campusId or proxy is null   |                 ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED |  supportsFloorBatchAdmin()  or  
supportsVisibleFederation()  is  false   |                 ||
| Compliance | optional | This method must be implemented if  supportsFloorBatchAdmin()  
and  supportsVisibleFederation()  are  true   | |
| Method | getBuildingBatchAdminSession | ||
| Description | 
                     Gets the   | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy | 
| Return | osid.room.batch.BuildingBatchAdminSession | a  BuildingBatchAdminSession   | |
| Errors | NULL_ARGUMENT |  proxy  is  null   |                 |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED |  supportsBuildingBatchAdmin()  is  false   |                 ||
| Compliance | optional | This method must be implemented if  supportsBuildingBatchAdmin() 
 is  true.   | |
| Method | getBuildingBatchAdminSessionForCampus | ||
| Description | 
                     Gets the   | ||
| Parameters | osid.id.Id | campusId | the  Id  of the  Campus   | 
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.room.batch.BuildingBatchAdminSession | a  BuildingBatchAdminSession   | |
| Errors | NOT_FOUND | no  Campus  found by the given  Id   |                 |
| NULL_ARGUMENT |  campusId  or  proxy  is  null   |                 ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED |  supportsBuildingBatchAdmin()  or  
supportsVisibleFederation()  is  false   |                 ||
| Compliance | optional | This method must be implemented if  supportsBuildingBatchAdmin() 
 and  supportsVisibleFederation()  are  true   | |
| Method | getCampusBatchAdminSession | ||
| Description | 
                     Gets the   | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy | 
| Return | osid.room.batch.CampusBatchAdminSession | a  CampusBatchAdminSession   | |
| Errors | NULL_ARGUMENT |  proxy  is  null   |                 |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED |  supportsCampusBatchAdmin()  is  false   |                 ||
| Compliance | optional | This method must be implemented if  supportsCampusBatchAdmin() 
 is  true.   | |