Uses of Interface
org.osid.contact.rules.ContactEnablerForm
Packages that use ContactEnablerForm
Package
Description
The Open Service Interface Definitions for the org.osid.contact.rules
service.
-
Uses of ContactEnablerForm in org.osid.contact.rules
Methods in org.osid.contact.rules that return ContactEnablerFormModifier and TypeMethodDescriptionContactEnablerAdminSession.getContactEnablerFormForCreate(Type[] contactEnablerRecordTypes) Gets the contact enabler form for creating new contact enablers.ContactEnablerAdminSession.getContactEnablerFormForUpdate(Id contactEnablerId) Gets the contact enabler form for updating an existing contact enabler.Methods in org.osid.contact.rules with parameters of type ContactEnablerFormModifier and TypeMethodDescriptionContactEnablerAdminSession.createContactEnabler(ContactEnablerForm contactEnablerForm) Creates a newContactEnabler.voidContactEnablerAdminSession.updateContactEnabler(ContactEnablerForm contactEnablerForm) Updates an existing contact enabler.