Uses of Interface
org.osid.resourcing.EffortForm
Packages that use EffortForm
Package
Description
The Open Service Interface Definitions for the org.osid.resourcing
service.
The Open Service Interface Definitions for the org.osid.resourcing.batch
service.
-
Uses of EffortForm in org.osid.resourcing
Methods in org.osid.resourcing that return EffortFormModifier and TypeMethodDescriptionEffortAdminSession.getEffortFormForCreate(Id resourceId, Id commissionId, Type[] effortRecordTypes) Gets the effort form for creating new efforts.EffortAdminSession.getEffortFormForUpdate(Id effortId) Gets the effort form for updating an existing effort.Methods in org.osid.resourcing with parameters of type EffortFormModifier and TypeMethodDescriptionEffortAdminSession.createEffort(EffortForm effortForm) Creates a newEffort.voidEffortAdminSession.updateEffort(EffortForm effortForm) Updates an existing effort. -
Uses of EffortForm in org.osid.resourcing.batch
Subinterfaces of EffortForm in org.osid.resourcing.batchModifier and TypeInterfaceDescriptioninterfaceThis is the form for creating and updating efforts in bulk.