Uses of Interface
org.osid.acknowledgement.CreditForm
Packages that use CreditForm
Package
Description
The Open Service Interface Definitions for the org.osid.acknowledgement
service.
The Open Service Interface Definitions for the org.osid.acknowledgement.batch
service.
-
Uses of CreditForm in org.osid.acknowledgement
Methods in org.osid.acknowledgement that return CreditFormModifier and TypeMethodDescriptionCreditAdminSession.getCreditFormForCreate(Id referenceId, Id resourceId, Type[] creditRecordTypes) Gets the credit form for creating new credits.CreditAdminSession.getCreditFormForUpdate(Id creditId) Gets the credit form for updating an existing credit.Methods in org.osid.acknowledgement with parameters of type CreditFormModifier and TypeMethodDescriptionCreditAdminSession.createCredit(CreditForm creditForm) Creates a newCredit.voidCreditAdminSession.updateCredit(CreditForm creditForm) Updates an existing credit. -
Uses of CreditForm in org.osid.acknowledgement.batch
Subinterfaces of CreditForm in org.osid.acknowledgement.batchModifier and TypeInterfaceDescriptioninterfaceThis is the form for creating and updating credits in bulk.