OSID Logo
OSID Specifications
billing payment package
Version 3.0.0
Release Candidate Preview
Interfaceosid.billing.payment.PaymentQueryInspector
Implementsosid.OsidObjectQueryInspector
Description

The query inspectors provide a means of accessing the match terms of a query. These interfaces are used to examine the actual query terms used in a search or that may be used to create a smart catalog. Query inspectors may be converted to OsidQuery interfaces for reuse or modification in the search sessions.

MethodgetPayerIdTerms
Description

Gets the payer Id query terms.

Returnosid.search.terms.IdTerm[]the payer Id query terms
CompliancemandatoryThis method must be implemented.
MethodgetPayerTerms
Description

Gets the payer query terms.

Returnosid.billing.payment.PayerQueryInspector[]the payer query terms
CompliancemandatoryThis method must be implemented.
MethodgetCustomerIdTerms
Description

Gets the customer Id query terms.

Returnosid.search.terms.IdTerm[]the customer Id query terms
CompliancemandatoryThis method must be implemented.
MethodgetCustomerTerms
Description

Gets the customer query terms.

Returnosid.billing.CustomerQueryInspector[]the customer query terms
CompliancemandatoryThis method must be implemented.
MethodgetPeriodIdTerms
Description

Gets the period Id query terms.

Returnosid.search.terms.IdTerm[]the period Id query terms
CompliancemandatoryThis method must be implemented.
MethodgetPeriodTerms
Description

Gets the period query terms.

Returnosid.billing.PeriodQueryInspector[]the period query terms
CompliancemandatoryThis method must be implemented.
MethodgetPaymentDateTerms
Description

Gets the payment date query terms.

Returnosid.search.terms.DateTimeRangeTerm[]the payment date query terms
CompliancemandatoryThis method must be implemented.
MethodgetProcessDateTerms
Description

Gets the process date query terms.

Returnosid.search.terms.DateTimeRangeTerm[]the process date query terms
CompliancemandatoryThis method must be implemented.
MethodgetAmountTerms
Description

Gets the amount query terms.

Returnosid.search.terms.CurrencyRangeTerm[]the amount query terms
CompliancemandatoryThis method must be implemented.
MethodgetBusinessIdTerms
Description

Gets the business Id query terms.

Returnosid.search.terms.IdTerm[]the business Id query terms
CompliancemandatoryThis method must be implemented.
MethodgetBusinessTerms
Description

Gets the business query terms.

Returnosid.billing.BusinessQueryInspector[]the business query terms
CompliancemandatoryThis method must be implemented.
MethodgetPaymentQueryInspectorRecord
Description

Gets the payment query inspector record corresponding to the given Payment record Type. Multiple record retrievals produce a nested OR term.

Parametersosid.type.TypepaymentRecordTypea payment record type
Returnosid.billing.payment.records.PaymentQueryInspectorRecordthe payment query inspector record
ErrorsNULL_ARGUMENT paymentRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(paymentRecordType) is false
CompliancemandatoryThis method must be implemented.