Interface CourseRegistrationForm

All Superinterfaces:
Extensible, Identifiable, OsidBrowsableForm, OsidExtensibleForm, OsidForm, OsidIdentifiableForm, OsidObjectForm, OsidRelationshipForm, OsidSubjugateableForm, OsidTemporalForm, Suppliable
All Known Subinterfaces:
CourseRegistrationBatchForm

public interface CourseRegistrationForm extends OsidRelationshipForm, OsidSubjugateableForm

This is the form for creating and updating CourseRegistrati ons. Like all OsidForms , various data elements may be set here for use in the create and update methods in the CourseRegistrationAdminSess ion. For each data element that may be set, metadata may be examined to provide display hints or data constraints.

  • Method Details

    • getCourseRegistrationFormRecord

      CourseRegistrationFormRecord getCourseRegistrationFormRecord(Type courseRegistrationRecordType) throws OperationFailedException
      Gets the CourseRegistrationFormRecord corresponding to the given course registration record Type .
      Parameters:
      courseRegistrationRecordType - a course registration record type
      Returns:
      the course registration form record
      Throws:
      NullArgumentException - courseRegistrationRecordType is null
      OperationFailedException - unable to complete request
      UnsupportedException - hasRecordType(courseRegistrationRecordType) is false
      Compliance:
      mandatory - This method must be implemented.