OSID Logo
OSID Specifications
financials posting package
Version 3.0.0
Release Candidate Preview
Interfaceosid.financials.posting.PostEntrySearchResults
Implementsosid.OsidSearchResults
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.PostEntryListthe post entry list
ErrorsILLEGAL_STATEthe post entry list has already been retrieved
CompliancemandatoryThis method must be implemented.
MethodgetPostEntryQueryInspector
Description

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

Returnosid.financials.posting.PostEntryQueryInspectorthe query inspector
CompliancemandatoryThis 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.TypepostEntrySearchRecordTypea post entry search record type
Returnosid.financials.posting.records.PostEntrySearchResultsRecordthe post entry search interface
ErrorsNULL_ARGUMENT postEntrySearchRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(postEntrySearchRecordType) is false
CompliancemandatoryThis method must be implemented.