Uses of Interface
org.osid.journaling.JournalEntryList
Packages that use JournalEntryList
Package
Description
The Open Service Interface Definitions for the org.osid.journaling
service.
-
Uses of JournalEntryList in org.osid.journaling
Methods in org.osid.journaling that return JournalEntryListModifier and TypeMethodDescriptionJournalEntryLookupSession.getJournalEntries()Gets all journal entries.JournalEntrySearchResults.getJournalEntries()Gets the journal entry list resulting from a search.JournalEntryLookupSession.getJournalEntriesByDateForBranch(Id branchId, DateTime date) Gets the journal entry corresponding to a resourceIdand date.JournalEntryLookupSession.getJournalEntriesByDateForBranchAndSource(Id branchId, Id sourceId, DateTime date) Gets the journal entry corresponding to a branch and sourceIdand date.JournalEntryLookupSession.getJournalEntriesByDateForResource(Id resourceId, DateTime date) Gets the journal entry corresponding to a resourceIdand date.JournalEntryLookupSession.getJournalEntriesByDateForSource(Id sourceId, DateTime date) Gets the journal entry corresponding to a sourceIdand date.JournalEntryLookupSession.getJournalEntriesByDateRangeForBranch(Id branchId, DateTime from, DateTime to) Gets a list of journal entries corresponding to a branchIdand date range.JournalEntryLookupSession.getJournalEntriesByDateRangeForBranchAndSource(Id branchId, Id sourceId, DateTime from, DateTime to) Gets a list of journal entries corresponding to a branch and sourceIdand date range.JournalEntryLookupSession.getJournalEntriesByDateRangeForResource(Id resourceId, DateTime from, DateTime to) Gets a list of journal entries corresponding to a resourceIdand date range.JournalEntryLookupSession.getJournalEntriesByDateRangeForSource(Id sourceId, DateTime from, DateTime to) Gets a list of journal entries corresponding to a sourceIdand date range.JournalEntryLookupSession.getJournalEntriesByGenusType(Type journalEntryGenusType) Gets aJournalEntryListcorresponding to the given journal entry genusTypewhich does not include journal entries of genus types derived from the specifiedType.JournalEntryLookupSession.getJournalEntriesByIds(IdList journalEntryIds) Gets aJournalEntryListcorresponding to the givenIdList.JournalEntryLookupSession.getJournalEntriesByParentGenusType(Type journalEntryGenusType) Gets aJournalEntryListcorresponding to the given journal entry genusTypeand include any additional journal entries with genus types derived from the specifiedType.JournalEntryQuerySession.getJournalEntriesByQuery(JournalEntryQuery journalEntryQuery) Gets a list of journal entries matching the given journal entry query.JournalEntryLookupSession.getJournalEntriesByRecordType(Type journalEntryRecordType) Gets aJournalEntryListcontaining the given journal entry recordType.JournalEntryLookupSession.getJournalEntriesForBranch(Id branchId) Gets a list of journal entries corresponding to a branchId.JournalEntryLookupSession.getJournalEntriesForBranchAndSource(Id branchId, Id sourceId) Gets a list of journal entries corresponding to a branch and sourceId.JournalEntryLookupSession.getJournalEntriesForResource(Id resourceId) Gets a list of journal entries corresponding to a resourceId.JournalEntryLookupSession.getJournalEntriesForSource(Id sourceId) Gets a list of journal entries corresponding to a sourceId.