OSID Logo
OSID Specifications
financials posting package
Version 3.1.0
Interfaceosid.financials.posting.PostEntrySearchResults
Implementsosid.OsidSearchResults
Used Byosid.financials.posting.PostEntrySearchSession
Description

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

MethodgetPostEntries
Description

Gets the post entry list resulting from a search.

Returnosid.financials.posting.PostEntryList the post entry list
ErrorsILLEGAL_STATE the post entry list has already been retrieved
Compliancemandatory This method must be implemented.
MethodgetPostEntryQueryInspector
Description

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

Returnosid.financials.posting.PostEntryQueryInspector the query inspector
Compliancemandatory This method must be implemented.
MethodgetPostEntrySearchResultsRecord
Description

Gets the post entry search results 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.PostEntrySearchResultsRecord the post entry search interface
ErrorsNULL_ARGUMENT postEntrySearchRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(postEntrySearchRecordType) is false
Compliancemandatory This method must be implemented.