| Interface | osid.billing.payment.PaymentSearchSession | ||
|---|---|---|---|
| Implements | osid.billing.payment.PaymentQuerySession | ||
| Description |
This session provides methods for searching among This session defines views that offer differing behaviors for searching.
Payments may have a query record indicated by their
respective record types. The queryrecord is accessed via the
| ||
| Method | getPaymentSearch | ||
| Description |
Gets a payment search. | ||
| Return | osid.billing.payment.PaymentSearch | the payment search | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getPaymentSearchOrder | ||
| Description |
Gets a payment search order. The | ||
| Return | osid.billing.payment.PaymentSearchOrder | the payment search order | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getPaymentsBySearch | ||
| Description |
Gets the search results matching the given search query using the given search. | ||
| Parameters | osid.billing.payment.PaymentQuery | paymentQuery | the payment query |
osid.billing.payment.PaymentSearch | paymentSearch | the payment search | |
| Return | osid.billing.payment.PaymentSearchResults | the payment search results | |
| Errors | NULL_ARGUMENT | paymentQuery or paymentSearch is null
| |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| UNSUPPORTED | paymentQuery or paymentSearch is not of this
service | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getPaymentQueryFromInspector | ||
| Description |
Gets a payment query from an inspector. The inspector
is available from a | ||
| Parameters | osid.assessment.ItemQueryInspector | paymentQueryInspector | a payment query inspector |
| Return | osid.billing.payment.PaymentQuery | the payment query | |
| Errors | NULL_ARGUMENT | paymentQueryInspector is null | |
| UNSUPPORTED | paymentQueryInspector is not of this service | ||
| Compliance | mandatory | This method must be implemented. | |