Interface AppointmentBatchForm

All Superinterfaces:
AppointmentForm, Extensible, Identifiable, OsidBrowsableForm, OsidExtensibleForm, OsidForm, OsidIdentifiableForm, OsidObjectForm, OsidRelationshipForm, OsidTemporalForm, Suppliable

public interface AppointmentBatchForm extends AppointmentForm

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

  • Method Details

    • getPersonId

      Id getPersonId()
      Gets the Person Id of the appointment if this is a create transaction.
      Returns:
      the person Id
      Throws:
      IllegalStateException - isForUpdate() is true
      Compliance:
      mandatory - This method must be implemented.
    • getPositionId

      Id getPositionId()
      Gets the position Id of the appointment if this is a create transaction.
      Returns:
      the position Id
      Throws:
      IllegalStateException - isForUpdate() is true
      Compliance:
      mandatory - This method must be implemented.
    • getAppointmentId

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