| Interface | osid.course.requisite.ProgramRequirementForm | ||
|---|---|---|---|
| Implements | osid.OsidRuleForm | ||
osid.OsidAggregateableForm | |||
| Description | 
                 This is the form for creating and updating   | ||
| Method | getRequiresCompletionMetadata | ||
| Description | 
                     Gets the metadata for the requires completion flag.  | ||
| Return | osid.Metadata | metadata for the requires completion flag | |
| Compliance | mandatory | This method must be implemented. | |
| Method | setRequiresCompletion | ||
| Description | 
                     Sets the requires completion flag.  | ||
| Parameters | boolean | completion | the new requires completion flag | 
| Errors | INVALID_ARGUMENT |  completion  is invalid  |                 |
| NO_ACCESS |  Metadata.isReadOnly()  is  true   |                 ||
| Compliance | mandatory | This method must be implemented. | |
| Method | clearRequiresCompletion | ||
| Description | 
                     Clears the requires completion flag.  | ||
| Errors | NO_ACCESS |  Metadata.isRequired()  or  Metadata.isReadOnly() 
 is  true   |                 |
| Compliance | mandatory | This method must be implemented. | |
| Method | getTimeframeMetadata | ||
| Description | 
                     Gets the metadata for the timeframe.  | ||
| Return | osid.Metadata | metadata for the timeframe | |
| Compliance | mandatory | This method must be implemented. | |
| Method | setTimeframe | ||
| Description | 
                     Sets the timeframe.  | ||
| Parameters | osid.calendaring.Duration | duration | the new duration | 
| Errors | INVALID_ARGUMENT |  duration  is invalid  |                 |
| NO_ACCESS |  Metadata.isReadOnly()  is  true   |                 ||
| NULL_ARGUMENT |  duration  is  null   |                 ||
| Compliance | mandatory | This method must be implemented. | |
| Method | clearTimeframe | ||
| Description | 
                     Clears the timeframe.  | ||
| Errors | NO_ACCESS |  Metadata.isRequired()  or  Metadata.isReadOnly() 
 is  true   |                 |
| Compliance | mandatory | This method must be implemented. | |
| Method | getMinimumGPSSystemMetadata | ||
| Description | 
                     Gets the metadata for the minimum GPA system.  | ||
| Return | osid.Metadata | metadata for the minimum GPA system | |
| Compliance | mandatory | This method must be implemented. | |
| Method | setMinimumGPASystem | ||
| Description | 
                     Sets the minimum GPA system.  | ||
| Parameters | osid.id.Id | gradeSystemId | the new grade system | 
| Errors | INVALID_ARGUMENT |  gradeSystemId  is invalid  |                 |
| NO_ACCESS |  Metadata.isReadOnly()  is  true   |                 ||
| NULL_ARGUMENT |  gradeSystemId  is  null   |                 ||
| Compliance | mandatory | This method must be implemented. | |
| Method | clearMinimumGPASystem | ||
| Description | 
                     Clears the minimum GPA system.  | ||
| Errors | NO_ACCESS |  Metadata.isRequired()  or  Metadata.isReadOnly() 
 is  true   |                 |
| Compliance | mandatory | This method must be implemented. | |
| Method | getMinimumGPAMetadata | ||
| Description | 
                     Gets the metadata for the minimum GPA.  | ||
| Return | osid.Metadata | metadata for the minimum GPA | |
| Compliance | mandatory | This method must be implemented. | |
| Method | setMinimumGPA | ||
| Description | 
                     Sets the minimum GPA.  | ||
| Parameters | decimal | gpa | the new grade | 
| Errors | INVALID_ARGUMENT |  grade  is invalid  |                 |
| NO_ACCESS |  Metadata.isReadOnly()  is  true   |                 ||
| Compliance | mandatory | This method must be implemented. | |
| Method | clearMinimumGPA | ||
| Description | 
                     Clears the minimum GPA.  | ||
| Errors | NO_ACCESS |  Metadata.isRequired()  or  Metadata.isReadOnly() 
 is  true   |                 |
| Compliance | mandatory | This method must be implemented. | |
| Method | getMinimumEarnedCreditsMetadata | ||
| Description | 
                     Gets the metadata for the minimum earned credits  | ||
| Return | osid.Metadata | metadata for the minimum earned credits | |
| Compliance | mandatory | This method must be implemented. | |
| Method | setMinimumEarnedCredits | ||
| Description | 
                     Sets the minimum earned credits.  | ||
| Parameters | decimal | credits | the new minimum earned credits | 
| Errors | INVALID_ARGUMENT |  credits  is invalid  |                 |
| NO_ACCESS |  Metadata.isReadOnly()  is  true   |                 ||
| Compliance | mandatory | This method must be implemented. | |
| Method | clearMinimumEarnedCredits | ||
| Description | 
                     Clears the minimum earned credits.  | ||
| Errors | NO_ACCESS |  Metadata.isRequired()  or  Metadata.isReadOnly() 
 is  true   |                 |
| Compliance | mandatory | This method must be implemented. | |
| Method | getProgramRequirementFormRecord | ||
| Description | 
                     Gets the   | ||
| Parameters | osid.type.Type | programRequirementRecordType | a program requirement record type | 
| Return | osid.course.requisite.records.ProgramRequirementFormRecord | the program requirement form record | |
| Errors | NULL_ARGUMENT |  programRequirementRecordType  is  null   |                 |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED |  hasRecordType(programRequirementRecordType)  is  false 
  |                 ||
| Compliance | mandatory | This method must be implemented. | |