Uses of Interface
org.osid.calendaring.batch.CommitmentBatchFormList
Packages that use CommitmentBatchFormList
Package
Description
The Open Service Interface Definitions for the org.osid.calendaring.batch
service.
-
Uses of CommitmentBatchFormList in org.osid.calendaring.batch
Methods in org.osid.calendaring.batch that return CommitmentBatchFormListModifier and TypeMethodDescriptionCommitmentBatchAdminSession.getCommitmentFormsForCreate(CommitmentPeerList peers, Type[] commitmentRecordTypes) Gets the commitmentforms for creating a bunch of new commitments.CommitmentBatchAdminSession.getCommitmentFormsForUpdate(IdList commitmentIds) Gets the commitment forms for updating an existing set of commitments.Methods in org.osid.calendaring.batch with parameters of type CommitmentBatchFormListModifier and TypeMethodDescriptionCommitmentBatchAdminSession.createCommitments(CommitmentBatchFormList commitmentForms) Creates a new set ofCommitments.CommitmentBatchAdminSession.updateCommitments(CommitmentBatchFormList commitmentForms) Updates existing commitments.