Uses of Interface
org.osid.offering.rules.OfferingConstrainerEnablerForm
Packages that use OfferingConstrainerEnablerForm
Package
Description
The Open Service Interface Definitions for the org.osid.offering.rules
service.
-
Uses of OfferingConstrainerEnablerForm in org.osid.offering.rules
Methods in org.osid.offering.rules that return OfferingConstrainerEnablerFormModifier and TypeMethodDescriptionOfferingConstrainerEnablerAdminSession.getOfferingConstrainerEnablerFormForCreate(Type[] offeringConstrainerEnablerRecordTypes) Gets the offering constrainer enabler form for creating new offering constrainer enablers.OfferingConstrainerEnablerAdminSession.getOfferingConstrainerEnablerFormForUpdate(Id offeringConstrainerEnablerId) Gets the offering constrainer enabler form for updating an existing offering constrainer enabler.Methods in org.osid.offering.rules with parameters of type OfferingConstrainerEnablerFormModifier and TypeMethodDescriptionOfferingConstrainerEnablerAdminSession.createOfferingConstrainerEnabler(OfferingConstrainerEnablerForm offeringConstrainerEnablerForm) Creates a newOfferingConstrainerEnabler.voidOfferingConstrainerEnablerAdminSession.updateOfferingConstrainerEnabler(OfferingConstrainerEnablerForm offeringConstrainerEnablerForm) Updates an existing offering constrainer enabler.