| Interface | osid.course.registration.request.RegistrationRequestLookupSession | ||
|---|---|---|---|
| Implements | osid.OsidSession | ||
| Used By | osid.course.registration.request.RegistrationRequestManager | ||
osid.course.registration.request.RegistrationRequestProxyManager | |||
| Description |
This session provides methods for retrieving
This session defines views that offer differing behaviors when retrieving multiple objects.
Generally, the comparative view should be used for most
applications as it permits operation even if there is data
that cannot be accessed. The methods
| ||
| Method | getCourseCatalogId | ||
| Description |
Gets the | ||
| Return | osid.id.Id | the CourseCatalog Id associated with this session | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getCourseCatalog | ||
| Description |
Gets the | ||
| Return | osid.course.CourseCatalog | the course catalog | |
| Errors | OPERATION_FAILED | unable to complete request | |
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | canLookupRegistrationRequests | ||
| Description |
Tests if this user can perform
| ||
| Return | boolean | false if lookup methods are not authorized, true
otherwise | |
| Compliance | mandatory | This method must be implemented. | |
| Method | useComparativeRegistrationRequestView | ||
| Description |
The returns from the lookup methods may omit or translate elements based on this session, such as authorization, and not result in an error. This view is used when greater interoperability is desired at the expense of precision. | ||
| Compliance | mandatory | This method is must be implemented. | |
| Method | usePlenaryRegistrationRequestView | ||
| Description |
A complete view of the | ||
| Compliance | mandatory | This method is must be implemented. | |
| Method | useFederatedCourseCatalogView | ||
| Description |
Federates the view for methods in this session. A federated view will include registration requests in course catalogs which are children of this course catalog in the course catalog hierarchy. | ||
| Compliance | mandatory | This method is must be implemented. | |
| Method | useIsolatedCourseCatalogView | ||
| Description |
Isolates the view for methods in this session. An isolated view restricts lookups to this course catalog only. | ||
| Compliance | mandatory | This method is must be implemented. | |
| Method | getRegistrationRequest | ||
| Description |
Gets the In plenary mode, the exact | ||
| Parameters | osid.id.Id | registrationRequestId | Id of the RegistrationRequest |
| Return | osid.course.registration.request.RegistrationRequest | the registration request | |
| Errors | NOT_FOUND | registrationRequestId not found | |
| NULL_ARGUMENT | registrationRequestId is null | ||
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method is must be implemented. | |
| Method | getRegistrationRequestsByIds | ||
| Description |
Gets a In plenary mode, the returned list contains all of the
registration requests specified in the | ||
| Parameters | osid.id.IdList | registrationRequestIds | the list of Ids to retrieve |
| Return | osid.course.registration.request.RegistrationRequestList | the returned RegistrationRequest list | |
| Errors | NOT_FOUND | an Id was not found | |
| NULL_ARGUMENT | registrationRequestIds is null | ||
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getRegistrationRequestsByGenusType | ||
| Description |
Gets a In plenary mode, the returned list contains all known registration requests or an error results. Otherwise, the returned list may contain only those registration requests that are accessible through this session. | ||
| Parameters | osid.type.Type | registrationRequestGenusType | a registration request genus type |
| Return | osid.course.registration.request.RegistrationRequestList | the returned RegistrationRequest list | |
| Errors | NULL_ARGUMENT | registrationRequestGenusType is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getRegistrationRequestsByParentGenusType | ||
| Description |
Gets a In plenary mode, the returned list contains all known registration requests or an error results. Otherwise, the returned list may contain only those registration requests that are accessible through this session. | ||
| Parameters | osid.type.Type | registrationRequestGenusType | a registration request genus type |
| Return | osid.course.registration.request.RegistrationRequestList | the returned RegistrationRequest list | |
| Errors | NULL_ARGUMENT | registrationRequestGenusType is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getRegistrationRequestsByRecordType | ||
| Description |
Gets a In plenary mode, the returned list contains all known registration requests or an error results. Otherwise, the returned list may contain only those registration requests that are accessible through this session. | ||
| Parameters | osid.type.Type | registrationRequestRecordType | a registration request record type |
| Return | osid.course.registration.request.RegistrationRequestList | the returned RegistrationRequest list | |
| Errors | NULL_ARGUMENT | registrationRequestRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getRegistrationRequestsByDate | ||
| Description |
Gets a In plenary mode, the returned list contains all known registration requests or an error results. Otherwise, the returned list may contain only those registration requests that are accessible through this session. | ||
| Parameters | osid.type.Type | registrationRequestRecordType | a registration request record type |
| Return | osid.course.registration.request.RegistrationRequestList | the returned RegistrationRequest list | |
| Errors | NULL_ARGUMENT | registrationRequestRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getRegistrationRequestsByRequester | ||
| Description |
Gets a In plenary mode, the returned list contains all known registration requests or an error results. Otherwise, the returned list may contain only those registration requests that are accessible through this session. | ||
| Parameters | osid.id.Id | resourceId | a resource Id |
| Return | osid.course.registration.request.RegistrationRequestList | the returned RegistrationRequest list | |
| Errors | NULL_ARGUMENT | resourceId is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getRegistrationRequestsForTerm | ||
| Description |
Gets a In plenary mode, the returned list contains all known registration requests or an error results. Otherwise, the returned list may contain only those registration requests that are accessible through this session. | ||
| Parameters | osid.id.Id | termId | a term Id |
| Return | osid.course.registration.request.RegistrationRequestList | the returned RegistrationRequest list | |
| Errors | NULL_ARGUMENT | termId is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getRegistrationRequestsByRequesterForTerm | ||
| Description |
Gets a In plenary mode, the returned list contains all known registration requests or an error results. Otherwise, the returned list may contain only those registration requests that are accessible through this session. | ||
| Parameters | osid.id.Id | resourceId | a resource Id |
osid.id.Id | termId | a term Id | |
| Return | osid.course.registration.request.RegistrationRequestList | the returned RegistrationRequest list | |
| Errors | NULL_ARGUMENT | resourceId or termId is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getRegistrationRequests | ||
| Description |
Gets all In plenary mode, the returned list contains all known registration requests or an error results. Otherwise, the returned list may contain only those registration requests that a through this session. | ||
| Return | osid.course.registration.request.RegistrationRequestList | a list of RegistrationRequests | |
| Errors | OPERATION_FAILED | unable to complete request | |
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |