OSID Logo
OSID Specifications
billing package
Version 3.1.0
Interfaceosid.billing.EntryQueryInspector
Implementsosid.OsidRelationshipQueryInspector
Used Byosid.billing.BusinessQueryInspector
osid.billing.CategoryQueryInspector
osid.billing.EntrySearchResults
osid.billing.EntrySmartBusinessSession
osid.billing.ItemQueryInspector
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.

Like all OsidQueryInspectors, EntryQueryInspector is stateful and must not be accessed by multiple processing threads.

MethodgetCustomerIdTerms
Description

Gets the item Id query terms.

Returnosid.search.terms.IdTerm[] the item Id query terms
Compliancemandatory This method must be implemented.
MethodgetCustomerTerms
Description

Gets the item query terms.

Returnosid.billing.CustomerQueryInspector[] the item query terms
Compliancemandatory This method must be implemented.
MethodgetItemIdTerms
Description

Gets the item Id query terms.

Returnosid.search.terms.IdTerm[] the item Id query terms
Compliancemandatory This method must be implemented.
MethodgetItemTerms
Description

Gets the item query terms.

Returnosid.billing.ItemQueryInspector[] the item query terms
Compliancemandatory This method must be implemented.
MethodgetPeriodIdTerms
Description

Gets the period Id query terms.

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

Gets the period query terms.

Returnosid.billing.PeriodQueryInspector[] the period query terms
Compliancemandatory This method must be implemented.
MethodgetQuantityTerms
Description

Gets the quantity terms.

Returnosid.search.terms.CardinalRangeTerm[] the quantity terms
Compliancemandatory This method must be implemented.
MethodgetAmountTerms
Description

Gets the amount query terms.

Returnosid.search.terms.CurrencyRangeTerm[] the amount query terms
Compliancemandatory This method must be implemented.
MethodgetDebitTerms
Description

Gets the debit query terms.

Returnosid.search.terms.BooleanTerm[] the debit query terms
Compliancemandatory This method must be implemented.
MethodgetBusinessIdTerms
Description

Gets the business Id query terms.

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

Gets the business query terms.

Returnosid.billing.BusinessQueryInspector[] the business query terms
Compliancemandatory This method must be implemented.
MethodgetEntryQueryInspectorRecord
Description

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

Parametersosid.type.TypeentryRecordType an entry record type
Returnosid.billing.records.EntryQueryInspectorRecord the entry query inspector record
ErrorsNULL_ARGUMENT entryRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(entryRecordType) is false
Compliancemandatory This method must be implemented.