Uses of Interface
org.osid.financials.posting.PostQuery
Packages that use PostQuery
Package
Description
The Open Service Interface Definitions for the org.osid.financials.posting
service.
-
Uses of PostQuery in org.osid.financials.posting
Methods in org.osid.financials.posting that return PostQueryModifier and TypeMethodDescriptionPostQuery.getCorrectedPostQuery()Gets the query for a corrected posts.PostEntryQuery.getPostQuery()Gets the query for a post.PostQuerySession.getPostQuery()Gets a post query.PostSmartBusinessSession.getPostQuery()Gets a post query.PostSearchSession.getPostQueryFromInspector(ItemQueryInspector postQueryInspector) Gets a post query from an inspector.PostSmartBusinessSession.getPostQueryFromInspector(PostQueryInspector postQueryInspector) Gets a post query from an inspector.Methods in org.osid.financials.posting with parameters of type PostQueryModifier and TypeMethodDescriptionvoidPostSmartBusinessSession.applyPostQuery(PostQuery postQuery) Applies a post query to this business.PostQuerySession.getPostsByQuery(PostQuery payerQuery) Gets a list ofPostsmatching the given post query.PostSearchSession.getPostsBySearch(PostQuery postQuery, PostSearch postSearch) Gets the search results matching the given search query using the given search.