OSID Logo
OSID Specifications
messaging package
Version 3.0.0
Release Candidate Preview
Interfaceosid.messaging.ReceiptForm
Implementsosid.OsidObjectForm
osid.OsidSubjugateableForm
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_ARGUMENT receiptRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(receiptRecordType) is false
CompliancemandatoryThis method must be implemented.