Uses of Interface
org.osid.blogging.batch.BlogBatchFormList
Packages that use BlogBatchFormList
Package
Description
The Open Service Interface Definitions for the org.osid.blogging.batch
service.
-
Uses of BlogBatchFormList in org.osid.blogging.batch
Methods in org.osid.blogging.batch that return BlogBatchFormListModifier and TypeMethodDescriptionBlogBatchAdminSession.getBlogFormsForCreate(long number, Type[] blogRecordTypes) Gets the blog forms for creating a bunch of new blogs.BlogBatchAdminSession.getBlogFormsForUpdate(IdList blogIds) Gets the blog forms for updating an existing set of blogs.Methods in org.osid.blogging.batch with parameters of type BlogBatchFormListModifier and TypeMethodDescriptionBlogBatchAdminSession.createBlogs(BlogBatchFormList blogForms) Creates a new set ofBlogs.BlogBatchAdminSession.updateBlogs(BlogBatchFormList blogForms) Updates existing blogs.