Interface RoomBatchForm

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

public interface RoomBatchForm extends RoomForm

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

  • Method Details

    • getFloorId

      Id getFloorId()
      Gets the Floor of the room if this is a create transaction.
      Returns:
      the floor Id
      Throws:
      IllegalStateException - isForUpdate() is true
      Compliance:
      mandatory - This method must be implemented.
    • getRoomId

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