OSID Logo
OSID Specifications
acknowledgement package
Version 3.0.0
Release Candidate Preview
Interfaceosid.acknowledgement.CreditForm
Implementsosid.OsidRelationshipForm
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.TypecreditRecordTypethe credit record type
Returnosid.acknowledgement.records.CreditFormRecordthe record
ErrorsNULL_ARGUMENT creditRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(creditRecordType) is false
CompliancemandatoryThis method must be implemented.