Uses of Interface
org.osid.messaging.batch.MessageBatchFormList
Packages that use MessageBatchFormList
Package
Description
The Open Service Interface Definitions for the org.osid.messaging.batch
service.
-
Uses of MessageBatchFormList in org.osid.messaging.batch
Methods in org.osid.messaging.batch that return MessageBatchFormListModifier and TypeMethodDescriptionMessageBatchAdminSession.getMessageFormsForCreate(long number, Type[] messageRecordTypes) Gets the message forms for creating a bunch of new messages.MessageBatchAdminSession.getMessageFormsForUpdate(IdList messageIds) Gets the message forms for updating an existing set of messages.Methods in org.osid.messaging.batch with parameters of type MessageBatchFormListModifier and TypeMethodDescriptionMessageBatchAdminSession.createMessages(MessageBatchFormList messageForms) Creates a new set ofMessages.MessageBatchAdminSession.updateMessages(MessageBatchFormList messageForms) Updates existing messages.