OSID Logo
OSID Specifications
messaging package
Version 3.1.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.TypereceiptRecordType the receipt record type
Returnosid.messaging.records.ReceiptFormRecord the receipt form record
ErrorsNULL_ARGUMENT receiptRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(receiptRecordType) is false
Compliancemandatory This method must be implemented.