Interface ModuleBatchForm

All Superinterfaces:
Extensible, Identifiable, ModuleForm, OsidBrowsableForm, OsidExtensibleForm, OsidForm, OsidIdentifiableForm, OsidObjectForm, OsidSubjugateableForm, Suppliable

public interface ModuleBatchForm extends ModuleForm

This is the form for creating and updating modules in bulk. Like all OsidForm objects, various data elements may be set here for use in the create and update methods in the ModuleBatchAdminSession . For each data element that may be set, metadata may be examined to provide display hints or data constraints.

  • Method Details

    • getSyllabusId

      Id getSyllabusId()
      Gets the Id of the syllabus supplied to the create transaction.
      Returns:
      the syllabus Id
      Throws:
      IllegalStateException - isForUpdate() is true
      Compliance:
      mandatory - This method must be implemented.
    • getModuleId

      Id getModuleId()
      Gets the Id of the module to be updated if this is an update transaction.
      Returns:
      the module Id
      Throws:
      IllegalStateException - isForUpdate() is false
      Compliance:
      mandatory - This method must be implemented.