Interface ScheduleSlotBatchForm

All Superinterfaces:
Extensible, Identifiable, OsidBrowsableForm, OsidContainableForm, OsidExtensibleForm, OsidForm, OsidIdentifiableForm, OsidObjectForm, ScheduleSlotForm, Suppliable

public interface ScheduleSlotBatchForm extends ScheduleSlotForm

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

  • Method Details

    • getEventId

      Id getEventId()
      Gets the Event Id of the schedule slot if this is a create transaction.
      Returns:
      the event Id
      Throws:
      IllegalStateException - isForUpdate() is true
      Compliance:
      mandatory - This method must be implemented.