Interface OffsetEventBatchForm

All Superinterfaces:
Extensible, Identifiable, OffsetEventForm, OsidBrowsableForm, OsidExtensibleForm, OsidForm, OsidIdentifiableForm, OsidObjectForm, OsidOperableForm, OsidRuleForm, Suppliable

public interface OffsetEventBatchForm extends OffsetEventForm

This is the form for creating and updating offset events in bulk. Like all OsidForm objects, various data elements may be set here for use in the create and update methods in the OffsetEventBatchAdminSession . 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 offset event if this is a create transaction.
      Returns:
      the event Id
      Throws:
      IllegalStateException - isForUpdate() is true
      Compliance:
      mandatory - This method must be implemented.
    • getTimePeriodId

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

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