Uses of Interface
org.osid.financials.posting.PostList
Packages that use PostList
Package
Description
The Open Service Interface Definitions for the org.osid.financials.posting
service.
-
Uses of PostList in org.osid.financials.posting
Methods in org.osid.financials.posting that return PostListModifier and TypeMethodDescriptionPostLookupSession.getPosts()Gets allPosts.PostSearchResults.getPosts()Gets the post list resulting from a search.PostBusinessSession.getPostsByBusiness(Id businessId) Gets the list ofPostsassociated with aBusiness.PostBusinessSession.getPostsByBusinesses(IdList businessIds) Gets the list ofPostscorresponding to a list ofBusinessobjects.PostLookupSession.getPostsByDate(DateTime from, DateTime to) Gets aPostListposted between the given date range inclusive.PostLookupSession.getPostsByFiscalPeriod(Id fiscalPeriodId) Gets aPostListfor the given fiscal period.PostLookupSession.getPostsByGenusType(Type postGenusType) Gets aPostListcorresponding to the given post genusTypewhich does not include posts of types derived from the specifiedType.PostLookupSession.getPostsByIds(IdList postIds) Gets aPostListcorresponding to the givenIdList.PostLookupSession.getPostsByParentGenusType(Type postGenusType) Gets aPostListcorresponding to the given payer genusTypeand include any additional posts with genus types derived from the specifiedType.PostQuerySession.getPostsByQuery(PostQuery payerQuery) Gets a list ofPostsmatching the given post query.PostLookupSession.getPostsByRecordType(Type postRecordType) Gets aPostListcontaining the given post recordType.