public interface CourseOfferingBatchForm extends CourseOfferingForm
This is the form for creating and updating course offerings in bulk.
Like all OsidForm objects, various data
elements may be set here for use in the create and update methods in the
CourseOfferingBatchAdminSession. 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 |
getCourseId()
Gets the
Course Id of the course
offering if this is a create transaction. |
Id |
getCourseOfferingId()
Gets the
Id of the course offering to be updated if
this is an update transaction. |
Id |
getTermId()
Gets the term
Id of the course offering if this is a
create transaction. |
clearCredits, clearEvent, clearGradingOptions, clearInstructors, clearMaximumSeats, clearMinimumSeats, clearNumber, clearRequiresRegistration, clearScheduleInfo, clearSponsors, clearTitle, clearURL, getCourseOfferingFormRecord, getCreditsMetadata, getEventMetadata, getGradingOptionsMetadata, getInstructorsMetadata, getMaximumSeatsMetadata, getMinimumSeatsMetadata, getNumberMetadata, getRequiresRegistrationMetadata, getScheduleInfoMetadata, getSponsorsMetadata, getTitleMetadata, getURLMetadata, setCredits, setEvent, setGradingOptions, setInstructors, setMaximumSeats, setMinimumSeats, setNumber, setRequiresRegistration, setScheduleInfo, setSponsors, setTitle, setURLclearDescription, clearDisplayName, clearGenusType, getDescriptionMetadata, getDisplayNameMetadata, getGenusTypeMetadata, setDescription, setDisplayName, setGenusTypegetRequiredRecordTypesgetRecordTypes, hasRecordTypegetDefaultLocale, getInvalidMetadata, getJournalCommentMetadata, getLocales, getValidationMessages, isForUpdate, isValid, setJournalComment, setLocalegetId, isCurrentclearEndDate, clearStartDate, getEndDateMetadata, getStartDateMetadata, setEndDate, setStartDateId getCourseId()
Course Id of the course
offering if this is a create transaction. Id IllegalStateException - isForUpdate() is
true mandatory - This method must be implemented. Id getTermId()
Id of the course offering if this is a
create transaction. Id IllegalStateException - isForUpdate() is
true mandatory - This method must be implemented. Id getCourseOfferingId()
Id of the course offering to be updated if
this is an update transaction. Id IllegalStateException - isForUpdate() is
false mandatory - This method must be implemented.