Uses of Interface
org.osid.calendaring.rules.CommitmentEnablerForm
Packages that use CommitmentEnablerForm
Package
Description
The Open Service Interface Definitions for the org.osid.calendaring.rules
service.
-
Uses of CommitmentEnablerForm in org.osid.calendaring.rules
Methods in org.osid.calendaring.rules that return CommitmentEnablerFormModifier and TypeMethodDescriptionCommitmentEnablerAdminSession.getCommitmentEnablerFormForCreate(Type[] commitmentEnablerRecordTypes) Gets the commitment enabler form for creating new commitment enablers.CommitmentEnablerAdminSession.getCommitmentEnablerFormForUpdate(Id commitmentEnablerId) Gets the commitment enabler form for updating an existing commitment enabler.Methods in org.osid.calendaring.rules with parameters of type CommitmentEnablerFormModifier and TypeMethodDescriptionCommitmentEnablerAdminSession.createCommitmentEnabler(CommitmentEnablerForm commitmentEnablerForm) Creates a newCommitmentEnabler.voidCommitmentEnablerAdminSession.updateCommitmentEnabler(CommitmentEnablerForm commitmentEnablerForm) Updates an existing commitment enabler.