| Interface | osid.course.syllabus.SyllabusCourseCatalogAssignmentSession | ||
|---|---|---|---|
| Implements | osid.OsidSession | ||
| Description | 
                 This session provides methods to re-assign   Adding a reference of a   | ||
| Method | canAssignSyllabi | ||
| Description | 
                     Tests if this user can alter syllabus/course catalog 
                    mappings. A return of true does not guarantee successful 
                    authorization. A return of false indicates that it is 
                    known mapping methods in this session will result in a 
                      | ||
| Return | boolean |  false  if mapping is not authorized,  true  
otherwise  | |
| Compliance | mandatory | This method must be implemented. | |
| Method | canAssignSyllabussToCourseCatalog | ||
| Description | 
                     Tests if this user can alter syllabus/course catalog 
                    mappings. A return of true does not guarantee successful 
                    authorization. A return of false indicates that it is 
                    known mapping methods in this session will result in a 
                      | ||
| Parameters | osid.id.Id | courseCatalogId | the  Id  of the  CourseCatalog   | 
| Return | boolean |  false  if mapping is not authorized,  true  
otherwise  | |
| Errors | NULL_ARGUMENT |  courseCatalogId  is  null   |                 |
| Compliance | mandatory | This method must be implemented. | |
| Method | getAssignableCourseCatalogIds | ||
| Description | 
                     Gets a list of course catalogs including and under the given course catalog node in which any syllabus can be assigned.  | ||
| Parameters | osid.id.Id | courseCatalogId | the  Id  of the  CourseCatalog   | 
| Return | osid.id.IdList | list of assignable course catalog  Ids   | |
| Errors | NULL_ARGUMENT |  courseCatalogId  is  null   |                 |
| OPERATION_FAILED | unable to complete request | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getAssignableCourseCatalogIdsForSyllabus | ||
| Description | 
                     Gets a list of course catalogs including and under the given course catalog node in which a specific syllabus can be assigned.  | ||
| Parameters | osid.id.Id | courseCatalogId | the  Id  of the  CourseCatalog   | 
osid.id.Id | syllabusId | the  Id  of the  Syllabus   | |
| Return | osid.id.IdList | list of assignable course catalog  Ids   | |
| Errors | NULL_ARGUMENT |  courseCatalogId  or  syllabusId  is  null 
  |                 |
| OPERATION_FAILED | unable to complete request | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | assignSyllabusToCourseCatalog | ||
| Description | 
                     Adds an existing   | ||
| Parameters | osid.id.Id | syllabusId | the  Id  of the  Syllabus   | 
osid.id.Id | courseCatalogId | the  Id  of the  CourseCatalog   | |
| Errors | ALREADY_EXISTS |  syllabusId  is already assigned to  courseCatalogId 
  |                 |
| NOT_FOUND |  syllabusId  or  courseCatalogId  not found  |                 ||
| NULL_ARGUMENT |  syllabusId  or  courseCatalogId  is  null 
  |                 ||
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | unassignSyllabusFromCourseCatalog | ||
| Description | 
                     Removes a   | ||
| Parameters | osid.id.Id | syllabusId | the  Id  of the  Syllabus   | 
osid.id.Id | courseCatalogId | the  Id  of the  CourseCatalog   | |
| Errors | NOT_FOUND |  syllabusId  or  courseCatalogId  not found or 
 syllabusId  not assigned to  courseCatalogId   |                 |
| NULL_ARGUMENT |  syllabusId  or  courseCatalogId  is  null 
  |                 ||
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | reassignSyllabusToCourseCatalog | ||
| Description | 
                     Moves a   | ||
| Parameters | osid.id.Id | syllabusId | the  Id  of the  Syllabus   | 
osid.id.Id | fromCourseCatalogId | the  Id  of the current  CourseCatalog   | |
osid.id.Id | toCourseCatalogId | the  Id  of the destination  CourseCatalog   | |
| Errors | NOT_FOUND |  syllabusId, fromCourseCatalogId,  or  toCourseCatalogId 
 not found or  syllabusId  not mapped to  
fromCourseCatalogId   |                 |
| NULL_ARGUMENT |  syllabusId, fromCourseCatalogId,  or  toCourseCatalogId 
 is  null   |                 ||
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |