Uses of Interface
org.osid.subscription.rules.DispatchProcessorEnablerForm
Packages that use DispatchProcessorEnablerForm
Package
Description
The Open Service Interface Definitions for the org.osid.subscription.rules
service.
-
Uses of DispatchProcessorEnablerForm in org.osid.subscription.rules
Methods in org.osid.subscription.rules that return DispatchProcessorEnablerFormModifier and TypeMethodDescriptionDispatchProcessorEnablerAdminSession.getDispatchProcessorEnablerFormForCreate(Type[] dispatchProcessorEnablerRecordTypes) Gets the dispatch processor enabler form for creating new dispatch processor enablers.DispatchProcessorEnablerAdminSession.getDispatchProcessorEnablerFormForUpdate(Id dispatchProcessorEnablerId) Gets the dispatch processor enabler form for updating an existing dispatch processor enabler.Methods in org.osid.subscription.rules with parameters of type DispatchProcessorEnablerFormModifier and TypeMethodDescriptionDispatchProcessorEnablerAdminSession.createDispatchProcessorEnabler(DispatchProcessorEnablerForm dispatchProcessorEnablerForm) Creates a newDispatchProcessorEnabler.voidDispatchProcessorEnablerAdminSession.updateDispatchProcessorEnabler(DispatchProcessorEnablerForm dispatchProcessorEnablerForm) Updates an existing dispatch processor enabler.