Uses of Interface
org.osid.course.chronicle.AwardEntryForm
Packages that use AwardEntryForm
Package
Description
The Open Service Interface Definitions for the org.osid.course.chronicle
service.
The Open Service Interface Definitions for the org.osid.course.chronicle.batch
service.
-
Uses of AwardEntryForm in org.osid.course.chronicle
Methods in org.osid.course.chronicle that return AwardEntryFormModifier and TypeMethodDescriptionAwardEntryAdminSession.getAwardEntryFormForCreate(Id awardId, Id resourceId, Type[] awardEntryRecordTypes) Gets the award entry form for creating new award entries.AwardEntryAdminSession.getAwardEntryFormForUpdate(Id awardEntryId) Gets the award entry form for updating an existing award entry.Methods in org.osid.course.chronicle with parameters of type AwardEntryFormModifier and TypeMethodDescriptionAwardEntryAdminSession.createAwardEntry(AwardEntryForm awardEntryForm) Creates a newAwardEntry.voidAwardEntryAdminSession.updateAwardEntry(AwardEntryForm awardEntryForm) Updates an existing award entry. -
Uses of AwardEntryForm in org.osid.course.chronicle.batch
Subinterfaces of AwardEntryForm in org.osid.course.chronicle.batchModifier and TypeInterfaceDescriptioninterfaceThis is the form for creating and updating award entries in bulk.