public interface ActivityUnitBatchForm extends ActivityUnitForm
This is the form for creating and updating activity units in bulk.
Like all OsidForm
objects, various data
elements may be set here for use in the create and update methods in the
ActivityUnitBatchAdminSession.
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 |
getActivityUnitId()
Gets the
Id of the activity unit to be updated if this
is an update transaction. |
Id |
getCourseId()
Gets the
Id of the course if this is a create
transaction. |
clearContact, clearLearningObjectives, clearRecurringWeekly, clearTotalTargetContactTime, clearTotalTargetEffort, clearTotalTargetIndividualEffort, clearWeeklyContactTime, clearWeeklyEffort, clearWeeklyIndividualEffort, getActivityUnitFormRecord, getContactMetadata, getLearningObjectiveMetadata, getRecurringWeeklyMetadata, getTotalTargetContactTimeMetadata, getTotalTargetEffortMetadata, getTotalTargetIndividualEffortMetadata, getWeeklyContactTimeMetadata, getWeeklyEffortMetadata, getWeeklyIndividualEffortMetadata, setContact, setLearningObjectives, setRecurringWeekly, setTotalTargetContactTime, setTotalTargetEffort, setTotalTargetIndividualEffort, setWeeklyContactTime, setWeeklyEffort, setWeeklyIndividualEffort
clearDescription, clearDisplayName, clearGenusType, getDescriptionMetadata, getDisplayNameMetadata, getGenusTypeMetadata, setDescription, setDisplayName, setGenusType
getRequiredRecordTypes
getRecordTypes, hasRecordType
getDefaultLocale, getInvalidMetadata, getJournalCommentMetadata, getLocales, getValidationMessages, isForUpdate, isValid, setJournalComment, setLocale
getId, isCurrent
clearDisabled, clearEnabled, getDisabledMetadata, getEnabledMetadata, setDisabled, setEnabled
Id getCourseId()
Id
of the course if this is a create
transaction. Id
IllegalStateException
- isForUpdate()
is
true
mandatory
- This method must be implemented. Id getActivityUnitId()
Id
of the activity unit to be updated if this
is an update transaction. Id
IllegalStateException
- isForUpdate()
is
false
mandatory
- This method must be implemented.