Interface ScheduleBatchForm

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

public interface ScheduleBatchForm extends ScheduleForm

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

  • Method Details

    • getScheduleSlotId

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

      Id getTimePeriodId()
      Gets the time period Id of the schedule if this is a create transaction.
      Returns:
      the time period Id
      Throws:
      IllegalStateException - isForUpdate() is true
      Compliance:
      mandatory - This method must be implemented.
    • getScheduleId

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