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

The search interface for governing post entry searches.

MethodsearchAmongPostEntries
Description

Execute this search among the given list of post entries.

Parametersosid.id.IdListpostEntryIdslist of entries
ErrorsNULL_ARGUMENT postEntryIds is null
CompliancemandatoryThis method must be implemented.
MethodorderPostEntryResults
Description

Specify an ordering to the search results.

Parametersosid.financials.posting.PostEntrySearchOrderpostEntrySearchOrderpost entry search order
ErrorsNULL_ARGUMENT postEntrySearchOrder is null
UNSUPPORTED postEntrySearchOrder is not of this service
CompliancemandatoryThis 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.TypepostEntrySearchRecordTypea post entry search record type
Returnosid.financials.posting.records.PostEntrySearchRecordthe post entry search record
ErrorsNULL_ARGUMENT postEntrySearchRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(postEntrySearchRecordType) is false
CompliancemandatoryThis method must be implemented.