public interface ProgramOfferingBatchForm extends ProgramOfferingForm
This is the form for creating and updating program offerings in bulk.
Like all OsidForm objects, various data
elements may be set here for use in the create and update methods in the
ProgramOfferingBatchAdminSession. 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 |
getProgramId()
Gets the program
Id of the program offering if this is
a create transaction. |
Id |
getProgramOfferingId()
Gets the
Id of the program offering to be updated if
this is an update transaction. |
Id |
getTermId()
Gets the term
Id of the porgram offering if this is a
create transaction. |
clearCompletionRequirements, clearCompletionRequirementsInfo, clearCredentials, clearMaximumSeats, clearMinimumSeats, clearNumber, clearRequiresRegistration, clearSponsors, clearTitle, clearURL, getCompletionRequirementsInfoMetadata, getCompletionRequirementsMetadata, getCredentialsMetadata, getMaximumSeatsMetadata, getMinimumSeatsMetadata, getNumberMetadata, getProgramOfferingFormRecord, getRequiresRegistrationMetadata, getSponsorsMetadata, getTitleMetadata, getURLMetadata, setCompletionRequirements, setCompletionRequirementsInfo, setCredentials, setMaximumSeats, setMinimumSeats, setNumber, setRequiresRegistration, 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 getProgramId()
Id of the program offering if this is
a create transaction. Id IllegalStateException - isForUpdate() is
true mandatory - This method must be implemented. Id getTermId()
Id of the porgram offering if this is a
create transaction. Id IllegalStateException - isForUpdate() is
true mandatory - This method must be implemented. Id getProgramOfferingId()
Id of the program offering to be updated if
this is an update transaction. Id IllegalStateException - isForUpdate() is
false mandatory - This method must be implemented.