Interface SettingBatchForm

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

public interface SettingBatchForm extends SettingForm

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

  • Method Details

    • getSettingId

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

      Id getControllerId()
      Gets the Id of the controller if this is a create transaction.
      Returns:
      the controller Id
      Throws:
      IllegalStateException - isForUpdate() is true
      Compliance:
      mandatory - This method must be implemented.