Uses of Interface
org.osid.resourcing.batch.EffortBatchFormList
Packages that use EffortBatchFormList
Package
Description
The Open Service Interface Definitions for the org.osid.resourcing.batch
service.
-
Uses of EffortBatchFormList in org.osid.resourcing.batch
Methods in org.osid.resourcing.batch that return EffortBatchFormListModifier and TypeMethodDescriptionEffortBatchAdminSession.getEffortFormsForCreate(EffortPeerList peers, Type[] effortRecordTypes) Gets the effort forms for creating a bunch of new efforts.EffortBatchAdminSession.getEffortFormsForUpdate(IdList effortIds) Gets the effort forms for updating an existing set of efforts.Methods in org.osid.resourcing.batch with parameters of type EffortBatchFormListModifier and TypeMethodDescriptionEffortBatchAdminSession.createEfforts(EffortBatchFormList effortForms) Creates a new set ofEfforts.EffortBatchAdminSession.updateEfforts(EffortBatchFormList effortForms) Updates existing efforts.