Uses of Interface
org.osid.financials.posting.PostEntryQuery
Packages that use PostEntryQuery
Package
Description
The Open Service Interface Definitions for the org.osid.financials.posting
service.
-
Uses of PostEntryQuery in org.osid.financials.posting
Methods in org.osid.financials.posting that return PostEntryQueryModifier and TypeMethodDescriptionPostEntryQuerySession.getPostEntryQuery()Gets a post entry query.PostEntrySmartBusinessSession.getPostEntryQuery()Gets a post entry query.PostQuery.getPostEntryQuery()Gets the query for a post entries.PostEntrySearchSession.getPostEntryQueryFromInspector(PostEntryQueryInspector postEntryQueryInspector) Gets a post entry query from an inspector.PostEntrySmartBusinessSession.getPostEntryQueryFromInspector(PostEntryQueryInspector postEntryQueryInspector) Gets a post entry query from an inspector.Methods in org.osid.financials.posting with parameters of type PostEntryQueryModifier and TypeMethodDescriptionvoidPostEntrySmartBusinessSession.applyPostEntryQuery(PostEntryQuery postEntryQuery) Applies a post entry query to this business.PostEntryQuerySession.getPostEntriesByQuery(PostEntryQuery postEntryQuery) Gets a list ofPostEntriesmatching the given post entry query.PostEntrySearchSession.getPostEntriesBySearch(PostEntryQuery postEntryQuery, PostEntrySearch postEntrySearch) Gets the search results matching the given search query using the given search.