Uses of Interface
org.osid.blogging.BlogList
Packages that use BlogList
Package
Description
The Open Service Interface Definitions for the org.osid.blogging
service.
-
Uses of BlogList in org.osid.blogging
Methods in org.osid.blogging that return BlogListModifier and TypeMethodDescriptionBlogLookupSession.getBlogs()Gets allBlogs.BlogSearchResults.getBlogs()Gets the blog list resulting from the search.EntryBlogSession.getBlogsByEntry(Id entryId) Gets the list ofBlogobjects mapped to anEntry.BlogLookupSession.getBlogsByGenusType(Type blogGenusType) Gets aBlogcorresponding to the given blog genusTypewhich does not include blogs of types derived from the specifiedType.BlogLookupSession.getBlogsByIds(IdList blogIds) Gets aBlogListcorresponding to the givenIdList.BlogLookupSession.getBlogsByParentGenusType(Type blogGenusType) Gets aBlogListcorresponding to the given psocess genusTypeand include any additional blogs with genus types derived from the specifiedType.BlogLookupSession.getBlogsByProvider(Id resourceId) Gets aBlogListfor the given provider.BlogQuerySession.getBlogsByQuery(BlogQuery blogQuery) Gets a list ofBlogsmatching the given search.BlogLookupSession.getBlogsByRecordType(Type blogRecordType) Gets aBlogListcontaining the given blog recordType.BlogHierarchySession.getChildBlogs(Id blogId) Gets the children of the given blog.BlogHierarchySession.getParentBlogs(Id blogId) Gets the parents of the given blog.BlogHierarchySession.getRootBlogs()Gets the root blogs in the blog hierarchy.