OSID Logo
OSID Specifications
acknowledgement package
Version 3.1.0
Interfaceosid.acknowledgement.CreditForm
Implementsosid.OsidRelationshipForm
Implemented Byosid.acknowledgement.batch.CreditBatchForm
Used Byosid.acknowledgement.CreditAdminSession
Description

This is the form for creating and updating Credit objects. Like all OsidForm objects, various data elements may be set here for use in the create and update methods in the CreditAdminSession. For each data element that may be set, metadata may be examined to provide display hints or data constraints.

MethodgetCreditFormRecord
Description

Gets the CreditFormRecord interface corresponding to the given credit record Type .

Parametersosid.type.TypecreditRecordType the credit record type
Returnosid.acknowledgement.records.CreditFormRecord the record
ErrorsNULL_ARGUMENT creditRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(creditRecordType) is false
Compliancemandatory This method must be implemented.