OSID Logo
OSID Specifications
financials posting package
Version 3.1.0
Interfaceosid.financials.posting.PostSearch
Implementsosid.OsidSearch
Used Byosid.financials.posting.PostSearchSession
Description

The search interface for governing post searches.

MethodsearchAmongPosts
Description

Execute this search among the given list of posts.

Parametersosid.id.IdListpostIds list of payers
ErrorsNULL_ARGUMENT postIds is null
Compliancemandatory This method must be implemented.
MethodorderPostResults
Description

Specify an ordering to the search results.

Parametersosid.financials.posting.PostSearchOrderpostSearchOrder payer search order
ErrorsNULL_ARGUMENT postSearchOrder is null
UNSUPPORTED postSearchOrder is not of this service
Compliancemandatory This method must be implemented.
MethodgetPostSearchRecord
Description

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

Parametersosid.type.TypepostSearchRecordType a payer search record type
Returnosid.financials.posting.records.PostSearchRecord the post search record
ErrorsNULL_ARGUMENT postSearchRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(postSearchRecordType) is false
Compliancemandatory This method must be implemented.