| Interface | osid.course.registration.request.RegistrationRequestItemLookupSession | ||
|---|---|---|---|
| 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.CourseCatalogList | the course catalog | |
| Errors | OPERATION_FAILED | unable to complete request | |
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | canLookupRegistrationRequestItems | ||
| 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 | useComparativeRegistrationRequestItemView | ||
| 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 | usePlenaryRegistrationRequestItemView | ||
| 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 request items 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 | getRegistrationRequestItem | ||
| Description |
Gets the In plenary mode, the exact | ||
| Parameters | osid.id.Id | registrationRequestItemId | Id of the RegistrationRequestItem |
| Return | osid.course.registration.request.RegistrationRequestItem | the registration request item | |
| Errors | NOT_FOUND | registrationRequestItemId not found | |
| NULL_ARGUMENT | registrationRequestItemId is null | ||
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method is must be implemented. | |
| Method | getRegistrationRequestItemsByIds | ||
| Description |
Gets a In plenary mode, the returned list contains all of the
registration request items specified in the
| ||
| Parameters | osid.id.IdList | registrationRequestItemIds | the list of Ids to retrieve |
| Return | osid.course.registration.request.RegistrationRequestItemList | the returned RegistrationRequestItem list | |
| Errors | NOT_FOUND | an Id was not found | |
| NULL_ARGUMENT | registrationRequestItemIds is null | ||
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getRegistrationRequestItemsByGenusType | ||
| Description |
Gets a In plenary mode, the returned list contains all known registration request items or an error results. Otherwise, the returned list may contain only those registration request items that are accessible through this session. | ||
| Parameters | osid.type.Type | registrationRequestItemGenusType | a registration request item genus type |
| Return | osid.course.registration.request.RegistrationRequestItemList | the returned RegistrationRequestItem list | |
| Errors | NULL_ARGUMENT | registrationRequestItemGenusType is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getRegistrationRequestItemsByParentGenusType | ||
| Description |
Gets a In plenary mode, the returned list contains all known registration request items or an error results. Otherwise, the returned list may contain only those registration request items that are accessible through this session. | ||
| Parameters | osid.type.Type | registrationRequestItemGenusType | a registration request item genus type |
| Return | osid.course.registration.request.RegistrationRequestItemList | the returned RegistrationRequestItem list | |
| Errors | NULL_ARGUMENT | registrationRequestItemGenusType is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getRegistrationRequestItemsByRecordType | ||
| Description |
Gets a In plenary mode, the returned list contains all known registration request items or an error results. Otherwise, the returned list may contain only those registration request items that are accessible through this session. | ||
| Parameters | osid.type.Type | registrationRequestItemRecordType | a registration request item record type |
| Return | osid.course.registration.request.RegistrationRequestItemList | the returned RegistrationRequestItem list | |
| Errors | NULL_ARGUMENT | registrationRequestItemRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getRegistrationRequestItemsForRegistrationRequest | ||
| Description |
Gets a In plenary mode, the returned list contains all known registration request items or an error results. Otherwise, the returned list may contain only those registration request items that are accessible through this session. | ||
| Parameters | osid.id.Id | registrationRequestId | a registration request Id |
| Return | osid.course.registration.request.RegistrationRequestItemList | the returned RegistrationRequestItem list | |
| Errors | NULL_ARGUMENT | registrationRequestId is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getRegistrationRequestItems | ||
| Description |
Gets all In plenary mode, the returned list contains all known registration request items or an errorerwise, the returned list may contain only those registration request items that are acugh this session. | ||
| Return | osid.course.registration.request.RegistrationRequestItemList | a list of RegistrationRequestItems | |
| Errors | OPERATION_FAILED | unable to complete request | |
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |