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.
| Modifier and Type | Method and Description |
|---|---|
Id |
getEventId()
Gets the
Event Id of the offset event if
this is a create transaction. |
Id |
getOffsetEventId()
Gets the
Id of the offset event to be updated if this
is an update transaction. |
Id |
getTimePeriodId()
Gets the time period
Id of the offset event if this is
a create transaction. |
clearEndReferenceEvent, clearFixedDuration, clearFixedEndOffset, clearFixedStartOffset, clearFixedStartTime, clearLocation, clearLocationDescription, clearRelativeEndWeekday, clearRelativeStartWeekday, clearRelativeWeekdayEndOffset, clearRelativeWeekdayStartOffset, clearSponsors, clearStartReferenceEvent, getEndReferenceEventMetadata, getFixedDurationMetadata, getFixedEndOffsetMetadata, getFixedStartOffsetMetadata, getFixedStartTimeMetadata, getLocationDescriptionMetadata, getLocationMetadata, getOffsetEventFormRecord, getRelativeEndWeekdayMetadata, getRelativeStartWeekdayMetadata, getRelativeWeekdayEndOffsetMetadata, getRelativeWeekdayStartOffsetMetadata, getSponsorMetadata, getStartReferenceEventMetadata, setEndReferenceEvent, setFixedDuration, setFixedEndOffset, setFixedStartOffset, setFixedStartTime, setLocation, setLocationDescription, setRelativeEndWeekday, setRelativeStartWeekday, setRelativeWeekdayEndOffset, setRelativeWeekdayStartOffset, setSponsors, setStartReferenceEventclearRule, getRuleMetadata, setRuleclearDescription, clearDisplayName, clearGenusType, getDescriptionMetadata, getDisplayNameMetadata, getGenusTypeMetadata, setDescription, setDisplayName, setGenusTypegetRequiredRecordTypesgetRecordTypes, hasRecordTypegetDefaultLocale, getInvalidMetadata, getJournalCommentMetadata, getLocales, getValidationMessages, isForUpdate, isValid, setJournalComment, setLocalegetId, isCurrentclearDisabled, clearEnabled, getDisabledMetadata, getEnabledMetadata, setDisabled, setEnabledId getEventId()
Event Id of the offset event if
this is a create transaction. Id IllegalStateException - isForUpdate() is
true mandatory - This method must be implemented. Id getTimePeriodId()
Id of the offset event if this is
a create transaction. Id IllegalStateException - isForUpdate() is
true mandatory - This method must be implemented. Id getOffsetEventId()
Id of the offset event to be updated if this
is an update transaction. Id IllegalStateException - isForUpdate() is
false mandatory - This method must be implemented.