Uses of Interface
org.osid.messaging.ReceiptList
Packages that use ReceiptList
Package
Description
The Open Service Interface Definitions for the org.osid.messaging
service.
-
Uses of ReceiptList in org.osid.messaging
Methods in org.osid.messaging that return ReceiptListModifier and TypeMethodDescriptionReceiptLookupSession.getReceipts()Gets allReceipts.ReceiptLookupSession.getReceiptsByGenusType(Type receiptGenusType) Gets aReceiptListcorresponding to the given receipt genusTypewhich does not include receipts of types derived from the specifiedType.In plenary mode, the returned list contains all known receipts or an error results.ReceiptLookupSession.getReceiptsByIds(IdList receiptIds) Gets aReceiptListcorresponding to the givenIdList.ReceiptLookupSession.getReceiptsByParentGenusType(Type receiptGenusType) Gets aReceiptListcorresponding to the given receipt genusTypeand include any additional receipts with genus types derived from the specifiedType.In plenary mode, the returned list contains all known receipts or an error results.ReceiptLookupSession.getReceiptsByRecordType(Type receiptRecordType) Gets aReceiptListcontaining the given receipt recordType.ReceiptLookupSession.getReceiptsForMessage(Id messageId) Gets aReceiptListfor the given message.ReceiptLookupSession.getReceiptsForMessageAndRecipient(Id messageId, Id resourceId) Gets a list ofReceiptsfor the given message and recipient.ReceiptLookupSession.getReceiptsForRecipient(Id resourceId) Gets aReceiptListfor the given recipient.