Uses of Interface
org.osid.recognition.AwardForm
Packages that use AwardForm
Package
Description
The Open Service Interface Definitions for the org.osid.recognition
service.
The Open Service Interface Definitions for the org.osid.recognition.batch
service.
-
Uses of AwardForm in org.osid.recognition
Methods in org.osid.recognition that return AwardFormModifier and TypeMethodDescriptionAwardAdminSession.getAwardFormForCreate(Type[] awardRecordTypes) Gets the award form for creating new awards.AwardAdminSession.getAwardFormForUpdate(Id awardId) Gets the award form for updating an existing award.Methods in org.osid.recognition with parameters of type AwardFormModifier and TypeMethodDescriptionAwardAdminSession.createAward(AwardForm awardForm) Creates a newAward.voidAwardAdminSession.updateAward(AwardForm awardForm) Updates an existing award. -
Uses of AwardForm in org.osid.recognition.batch
Subinterfaces of AwardForm in org.osid.recognition.batchModifier and TypeInterfaceDescriptioninterfaceThis is the form for creating and updating awards in bulk.