Uses of Interface
org.osid.messaging.batch.MailboxBatchFormList
Packages that use MailboxBatchFormList
Package
Description
The Open Service Interface Definitions for the org.osid.messaging.batch
service.
-
Uses of MailboxBatchFormList in org.osid.messaging.batch
Methods in org.osid.messaging.batch that return MailboxBatchFormListModifier and TypeMethodDescriptionMailboxBatchAdminSession.getMailboxFormsForCreate(long number, Type[] mailboxRecordTypes) Gets the mailbox forms for creating a bunch of new mailboxes.MailboxBatchAdminSession.getMailboxFormsForUpdate(IdList mailboxIds) Gets the mailbox forms for updating an existing set of mailboxes.Methods in org.osid.messaging.batch with parameters of type MailboxBatchFormListModifier and TypeMethodDescriptionMailboxBatchAdminSession.createMailboxes(MailboxBatchFormList mailboxForms) Creates a new set ofMailboxes.MailboxBatchAdminSession.updateMailboxes(MailboxBatchFormList mailboxForms) Updates existing mailboxes.