Uses of Interface
org.osid.subscription.rules.DispatchEnablerForm
Packages that use DispatchEnablerForm
Package
Description
The Open Service Interface Definitions for the org.osid.subscription.rules
service.
-
Uses of DispatchEnablerForm in org.osid.subscription.rules
Methods in org.osid.subscription.rules that return DispatchEnablerFormModifier and TypeMethodDescriptionDispatchEnablerAdminSession.getDispatchEnablerFormForCreate(Type[] dispatchEnablerRecordTypes) Gets the dispatch enabler form for creating new dispatch enablers.DispatchEnablerAdminSession.getDispatchEnablerFormForUpdate(Id dispatchEnablerId) Gets the dispatch enabler form for updating an existing dispatch enabler.Methods in org.osid.subscription.rules with parameters of type DispatchEnablerFormModifier and TypeMethodDescriptionDispatchEnablerAdminSession.createDispatchEnabler(DispatchEnablerForm dispatchEnablerForm) Creates a newDispatchEnabler.voidDispatchEnablerAdminSession.updateDispatchEnabler(DispatchEnablerForm dispatchEnablerForm) Updates an existing dispatch enabler.