Interface RecurringEventBatchForm

All Superinterfaces:
Extensible, Identifiable, OsidBrowsableForm, OsidContainableForm, OsidExtensibleForm, OsidForm, OsidIdentifiableForm, OsidObjectForm, OsidOperableForm, OsidRuleForm, RecurringEventForm, Suppliable

public interface RecurringEventBatchForm extends RecurringEventForm

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

  • Method Details

    • getRecurringEventId

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