OSID Logo
OSID Specifications
messaging package
Version 3.0.0
Interfaceosid.messaging.ReceiptForm
Implementsosid.OsidObjectForm
osid.OsidSubjugateableForm
Implemented Byosid.messaging.batch.ReceiptBatchForm
Used Byosid.messaging.ReceiptAdminSession
Description

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

MethodgetReceiptFormRecord
Description

Gets the ReceiptFormRecord corresponding to the given Receipt record Type .

Parametersosid.type.TypereceiptRecordTypethe receipt record type
Returnosid.messaging.records.ReceiptFormRecordthe receipt form record
ErrorsNULL_ARGUMENTreceiptRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(receiptRecordType) is false
CompliancemandatoryThis method must be implemented.