OSID Logo
OSID Specifications
financials package
Version 3.0.0
Release Candidate Preview
Interfaceosid.financials.BusinessSearch
Implementsosid.OsidSearch
Description

The search interface for governing business searches.

MethodsearchAmongBusinesses
Description

Execute this search among the given list of businesses.

Parametersosid.id.IdListbusinessIdslist of businesses
ErrorsNULL_ARGUMENT businessIds is null
CompliancemandatoryThis method must be implemented.
MethodorderBusinessResults
Description

Specify an ordering to the search results.

Parametersosid.financials.BusinessSearchOrderbusinessSearchOrderbusiness search order
ErrorsNULL_ARGUMENT businessSearchOrder is null
UNSUPPORTED businessSearchOrder is not of this service
CompliancemandatoryThis method must be implemented.
MethodgetBusinessSearchRecord
Description

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

Parametersosid.type.TypebusinessSearchRecordTypea business search record type
Returnosid.financials.records.BusinessSearchRecordthe business search record
ErrorsNULL_ARGUMENT businessSearchRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(businessSearchRecordType) is false
CompliancemandatoryThis method must be implemented.