OSID Logo
OSID Specifications
financials posting package
Version 3.1.0
Interfaceosid.financials.posting.PostSearchResults
Implementsosid.OsidSearchResults
Used Byosid.financials.posting.PostSearchSession
Description

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

MethodgetPosts
Description

Gets the post list resulting from a search.

Returnosid.financials.posting.PostList the post list
ErrorsILLEGAL_STATE the post list has already been retrieved
Compliancemandatory This method must be implemented.
MethodgetPostQueryInspector
Description

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

Returnosid.financials.posting.PostQueryInspector the query inspector
Compliancemandatory This method must be implemented.
MethodgetPostSearchResultsRecord
Description

Gets the post search results 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 post search record type
Returnosid.financials.posting.records.PostSearchResultsRecord the post search results record
ErrorsNULL_ARGUMENT postSearchRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(postSearchRecordType) is false
Compliancemandatory This method must be implemented.