Uses of Interface
org.osid.blogging.EntryList
Packages that use EntryList
Package
Description
The Open Service Interface Definitions for the org.osid.blogging
service.
-
Uses of EntryList in org.osid.blogging
Methods in org.osid.blogging that return EntryListModifier and TypeMethodDescriptionEntryLookupSession.getEntries()Gets allEntries.EntrySearchResults.getEntries()Gets the entry list resulting from a search.EntryBlogSession.getEntriesByBlog(Id blogId) Gets the list ofEntriesassociated with aBlog.EntryBlogSession.getEntriesByBlogs(IdList blogIds) Gets the list ofEntriescorresponding to a list ofBlogs.EntryLookupSession.getEntriesByDate(DateTime from, DateTime to) Gets anEntryListposted within the specified range inclusive.EntryLookupSession.getEntriesByDateForPoster(Id resourceId, DateTime from, DateTime to) Gets anEntryListfor a poster resourceIdposted within the specified range inclusive.EntryLookupSession.getEntriesByGenusType(Type entryGenusType) Gets anEntryListcorresponding to the given entry genusTypewhich does not include entries of types derived from the specifiedType.EntryLookupSession.getEntriesByIds(IdList entryIds) Gets anEntryListcorresponding to the givenIdList.EntryLookupSession.getEntriesByParentGenusType(Type entryGenusType) Gets anEntryListcorresponding to the given entry genusTypeand include any additional entries with genus types derived from the specifiedType.EntryLookupSession.getEntriesByProvider(Id resourceId) Gets anEntryListfor the given provider.EntryQuerySession.getEntriesByQuery(EntryQuery entryQuery) Gets a list ofEntriesmatching the given search.EntryLookupSession.getEntriesByRecordType(Type entryRecordType) Gets anEntryListcontaining the given entry recordType.EntryLookupSession.getEntriesForPoster(Id resourceId) Gets anEntryListfor the given poster resourceId.