Interface AvailabilityBatchForm

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

public interface AvailabilityBatchForm extends AvailabilityForm

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

  • Method Details

    • getResourceId

      Id getResourceId()
      Gets the Resource Id of the availability if this is a create transaction.
      Returns:
      the resource Id
      Throws:
      IllegalStateException - isForUpdate() is true
      Compliance:
      mandatory - This method must be implemented.
    • getJobId

      Id getJobId()
      Gets the job Id of the availability if this is a create transaction.
      Returns:
      the job Id
      Throws:
      IllegalStateException - isForUpdate() is true
      Compliance:
      mandatory - This method must be implemented.
    • getAvailabilityId

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