| Interface | osid.course.batch.CourseCatalogBatchForm | ||
|---|---|---|---|
| Implements | osid.course.CourseCatalogForm | ||
| Description | 
                 This is the form for creating and updating course catalogs 
                in bulk.   | ||
| Method | getCourseCatalogId | ||
| Description | 
                     Gets the   | ||
| Return | osid.id.Id | the course catalog  Id   | |
| Errors | ILLEGAL_STATE |  isForUpdate()  is  false   |                 |
| Compliance | mandatory | This method must be implemented. | |
| Method | getParentsMetadata | ||
| Description | 
                     Gets the metadata for setting the hierarchical parents of this course catalog.  | ||
| Return | osid.Metadata | metadata for the parents | |
| Compliance | mandatory | This method must be implemented. | |
| Method | setParents | ||
| Description | 
                     Sets the hierarchical parents.  | ||
| Parameters | osid.id.Id[] | parents | the new parents | 
| Errors | INVALID_ARGUMENT |  parents  is invalid  |                 |
| NO_ACCESS |  Metadata.isReadOnly()  is  true   |                 ||
| NULL_ARGUMENT |  parents  is  null   |                 ||
| Compliance | mandatory | This method must be implemented. | |
| Method | clearParents | ||
| Description | 
                     Removes the hierarchical parents.  | ||
| Errors | NO_ACCESS |  Metadata.isRequired()  is  true  or  
Metadata.isReadOnly()  is  true   |                 |
| Compliance | mandatory | This method must be implemented. | |