OSID Logo
OSID Specifications
financials posting package
Version 3.1.0
Interfaceosid.financials.posting.PostEntrySearch
Implementsosid.OsidSearch
Used Byosid.financials.posting.PostEntrySearchSession
Description

The search interface for governing post entry searches.

MethodsearchAmongPostEntries
Description

Execute this search among the given list of post entries.

Parametersosid.id.IdListpostEntryIds list of entries
ErrorsNULL_ARGUMENT postEntryIds is null
Compliancemandatory This method must be implemented.
MethodorderPostEntryResults
Description

Specify an ordering to the search results.

Parametersosid.financials.posting.PostEntrySearchOrderpostEntrySearchOrder post entry search order
ErrorsNULL_ARGUMENT postEntrySearchOrder is null
UNSUPPORTED postEntrySearchOrder is not of this service
Compliancemandatory This method must be implemented.
MethodgetPostEntrySearchRecord
Description

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

Parametersosid.type.TypepostEntrySearchRecordType a post entry search record type
Returnosid.financials.posting.records.PostEntrySearchRecord the post entry search record
ErrorsNULL_ARGUMENT postEntrySearchRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(postEntrySearchRecordType) is false
Compliancemandatory This method must be implemented.