Uses of Interface
org.osid.subscription.rules.DispatchConstrainerEnablerForm
Packages that use DispatchConstrainerEnablerForm
Package
Description
The Open Service Interface Definitions for the org.osid.subscription.rules
service.
-
Uses of DispatchConstrainerEnablerForm in org.osid.subscription.rules
Methods in org.osid.subscription.rules that return DispatchConstrainerEnablerFormModifier and TypeMethodDescriptionDispatchConstrainerEnablerAdminSession.getDispatchConstrainerEnablerFormForCreate(Type[] dispatchConstrainerEnablerRecordTypes) Gets the dispatch constrainer enabler form for creating new dispatch constrainer enablers.DispatchConstrainerEnablerAdminSession.getDispatchConstrainerEnablerFormForUpdate(Id dispatchConstrainerEnablerId) Gets the dispatch constrainer enabler form for updating an existing dispatch constrainer enabler.Methods in org.osid.subscription.rules with parameters of type DispatchConstrainerEnablerFormModifier and TypeMethodDescriptionDispatchConstrainerEnablerAdminSession.createDispatchConstrainerEnabler(DispatchConstrainerEnablerForm dispatchConstrainerEnablerForm) Creates a newDispatchConstrainerEnabler.voidDispatchConstrainerEnablerAdminSession.updateDispatchConstrainerEnabler(DispatchConstrainerEnablerForm dispatchConstrainerEnablerForm) Updates an existing dispatch constrainer enabler.