OSID Logo
OSID Specifications
financials package
Version 3.1.0
Interfaceosid.financials.BusinessSearchResults
Implementsosid.OsidSearchResults
Used Byosid.financials.BusinessSearchSession
Description

This interface provides a means to capture results of a search.

MethodgetBusinesses
Description

Gets the business list resulting from a search.

Returnosid.financials.BusinessList the business list
ErrorsILLEGAL_STATE the business list has already been retrieved
Compliancemandatory This method must be implemented.
MethodgetBusinessQueryInspector
Description

Gets the inspector for the query to examine the terms used in the search.

Returnosid.financials.BusinessQueryInspector the query inspector
Compliancemandatory This method must be implemented.
MethodgetBusinessSearchResultsRecord
Description

Gets the business search results record corresponding to the given business search record Type.This method is used to retrieve an object implementing the requested record.

Parametersosid.type.TypebusinessSearchRecordType a business search record type
Returnosid.financials.records.BusinessSearchResultsRecord the business search results record
ErrorsNULL_ARGUMENT businessSearchRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(businessSearchRecordType) is false
Compliancemandatory This method must be implemented.