OSID Logo
OSID Specifications
financials posting package
Version 3.0.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.PostListthe post list
ErrorsILLEGAL_STATEthe post list has already been retrieved
CompliancemandatoryThis method must be implemented.
MethodgetPostQueryInspector
Description

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

Returnosid.financials.posting.PostQueryInspectorthe query inspector
CompliancemandatoryThis 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.TypepostSearchRecordTypea post search record type
Returnosid.financials.posting.records.PostSearchResultsRecordthe post search results record
ErrorsNULL_ARGUMENTpostSearchRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(postSearchRecordType) is false
CompliancemandatoryThis method must be implemented.