public interface AwardEntryBatchForm extends AwardEntryForm
This is the form for creating and updating award entries in bulk.
Like all OsidForm objects, various data
elements may be set here for use in the create and update methods in the
AwardEntryBatchAdminSession. 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 |
getAwardEntryId()
Gets the
Id of the award entry to be updated if this is
an update transaction. |
Id |
getAwardId()
Gets the
Award Id of the award entry if
this is a create transaction. |
Id |
getStudentId()
Gets the student
Id of the award entry if this is a
create transaction. |
clearAssessment, clearCourse, clearDateAwarded, clearProgram, getAssessmentMetadata, getAwardEntryFormRecord, getCourseMetadata, getDateAwardedMetadata, getProgramMetadata, setAssessment, setCourse, setDateAwarded, setProgramclearDescription, clearDisplayName, clearGenusType, getDescriptionMetadata, getDisplayNameMetadata, getGenusTypeMetadata, setDescription, setDisplayName, setGenusTypegetRequiredRecordTypesgetRecordTypes, hasRecordTypegetDefaultLocale, getInvalidMetadata, getJournalCommentMetadata, getLocales, getValidationMessages, isForUpdate, isValid, setJournalComment, setLocalegetId, isCurrentclearEndDate, clearStartDate, getEndDateMetadata, getStartDateMetadata, setEndDate, setStartDateId getAwardId()
Award Id of the award entry if
this is a create transaction. Id IllegalStateException - isForUpdate() is
true mandatory - This method must be implemented. Id getStudentId()
Id of the award entry if this is a
create transaction. Id IllegalStateException - isForUpdate() is
true mandatory - This method must be implemented. Id getAwardEntryId()
Id of the award entry to be updated if this is
an update transaction. Id IllegalStateException - isForUpdate() is
false mandatory - This method must be implemented.