Uses of Interface
org.osid.financials.posting.PostEntryList
Packages that use PostEntryList
Package
Description
The Open Service Interface Definitions for the org.osid.financials.posting
service.
-
Uses of PostEntryList in org.osid.financials.posting
Methods in org.osid.financials.posting that return PostEntryListModifier and TypeMethodDescriptionPost.getPostEntries()Gets thePostEntries.PostEntryLookupSession.getPostEntries()Gets allPostEntries.PostEntrySearchResults.getPostEntries()Gets the post entry list resulting from a search.PostEntryLookupSession.getPostEntriesByAccount(Id accountId) Gets aPostEntryListfor the given account.PostEntryLookupSession.getPostEntriesByAccountAndActivity(Id accountId, Id activityId) Gets aPostEntryListfor the given activity and account.PostEntryLookupSession.getPostEntriesByAccountAndActivityAndFiscalPeriod(Id accountId, Id activityId, Id fiscalPeriodId) Gets aPostEntryListfor the given account in a fiscal period.PostEntryLookupSession.getPostEntriesByAccountAndFiscalPeriod(Id accountId, Id fiscalPeriodId) Gets aPostEntryListfor the given account in a fiscal period.PostEntryLookupSession.getPostEntriesByActivity(Id activityId) Gets aPostEntryListfor the given activity.PostEntryLookupSession.getPostEntriesByActivityAndFiscalPeriod(Id activityId, Id fiscalPeriodId) Gets aPostEntryListfor the given activity in a fiscal period.PostEntryBusinessSession.getPostEntriesByBusiness(Id businessId) Gets the list ofPostEntryassociated with aBusiness.PostEntryBusinessSession.getPostEntriesByBusinesses(IdList businessIds) Gets the list ofPostEntriescorresponding to a list ofBusinessobjects.PostEntryLookupSession.getPostEntriesByDate(DateTime from, DateTime to) Gets aPostEntryListposted within given date range inclusive.PostEntryLookupSession.getPostEntriesByFiscalPeriod(Id fiscalPeriodId) Gets aPostEntryListin the given fiscal period.PostEntryLookupSession.getPostEntriesByGenusType(Type entryGenusType) Gets aPostEntryListcorresponding to the given post entry genusTypewhich does not include post entries of genus types derived from the specifiedType.PostEntryLookupSession.getPostEntriesByIds(IdList postEntryIds) Gets aPostEntryListcorresponding to the givenIdList.PostEntryLookupSession.getPostEntriesByParentGenusType(Type entryGenusType) Gets aPostEntryListcorresponding to the given post entry genusTypeand include any additional post entries with genus types derived from the specifiedType.PostEntryQuerySession.getPostEntriesByQuery(PostEntryQuery postEntryQuery) Gets a list ofPostEntriesmatching the given post entry query.PostEntryLookupSession.getPostEntriesByRecordType(Type postEntryRecordType) Gets qPostEntryListcontaining the given post entry recordType.PostEntryLookupSession.getPostEntriesForPost(Id postId) Gets aPostEntryListfor the given post.