Uses of Interface
org.osid.offering.rules.CanonicalUnitEnablerForm
Packages that use CanonicalUnitEnablerForm
Package
Description
The Open Service Interface Definitions for the org.osid.offering.rules
service.
-
Uses of CanonicalUnitEnablerForm in org.osid.offering.rules
Methods in org.osid.offering.rules that return CanonicalUnitEnablerFormModifier and TypeMethodDescriptionCanonicalUnitEnablerAdminSession.getCanonicalUnitEnablerFormForCreate(Type[] canonicalUnitEnablerRecordTypes) Gets the canonical unit enabler form for creating new canonical unit enablers.CanonicalUnitEnablerAdminSession.getCanonicalUnitEnablerFormForUpdate(Id canonicalUnitEnablerId) Gets the canonical unit enabler form for updating an existing canonical unit enabler.Methods in org.osid.offering.rules with parameters of type CanonicalUnitEnablerFormModifier and TypeMethodDescriptionCanonicalUnitEnablerAdminSession.createCanonicalUnitEnabler(CanonicalUnitEnablerForm canonicalUnitEnablerForm) Creates a newCanonicalUnitEnabler.voidCanonicalUnitEnablerAdminSession.updateCanonicalUnitEnabler(CanonicalUnitEnablerForm canonicalUnitEnablerForm) Updates an existing canonical unit enabler.