Uses of Interface
org.osid.contact.ContactForm
Packages that use ContactForm
Package
Description
The Open Service Interface Definitions for the org.osid.contact
service.
The Open Service Interface Definitions for the org.osid.contact.batch
service.
-
Uses of ContactForm in org.osid.contact
Methods in org.osid.contact that return ContactFormModifier and TypeMethodDescriptionContactAdminSession.getContactFormForCreate(Id addressId, Id referenceId, Type[] contactRecordTypes) Gets the contact form for creating new contacts.ContactAdminSession.getContactFormForUpdate(Id contactId) Gets the contact form for updating an existing contact.Methods in org.osid.contact with parameters of type ContactFormModifier and TypeMethodDescriptionContactAdminSession.createContact(ContactForm contactForm) Creates a newContact.voidContactAdminSession.updateContact(ContactForm contactForm) Updates an existing contact. -
Uses of ContactForm in org.osid.contact.batch
Subinterfaces of ContactForm in org.osid.contact.batchModifier and TypeInterfaceDescriptioninterfaceThis is the form for creating and updating contacts in bulk.