Uses of Interface
org.osid.relationship.FamilyForm
Packages that use FamilyForm
Package
Description
The Open Service Interface Definitions for the org.osid.relationship
service.
The Open Service Interface Definitions for the org.osid.relationship.batch
service.
-
Uses of FamilyForm in org.osid.relationship
Methods in org.osid.relationship that return FamilyFormModifier and TypeMethodDescriptionFamilyAdminSession.getFamilyFormForCreate(Type[] familyRecordTypes) Gets the family form for creating new families.FamilyAdminSession.getFamilyFormForUpdate(Id familyId) Gets the family form for updating an existing family.Methods in org.osid.relationship with parameters of type FamilyFormModifier and TypeMethodDescriptionFamilyAdminSession.createFamily(FamilyForm familyForm) Creates a newFamily.voidFamilyAdminSession.updateFamily(FamilyForm familyForm) Updates an existing family. -
Uses of FamilyForm in org.osid.relationship.batch
Subinterfaces of FamilyForm in org.osid.relationship.batchModifier and TypeInterfaceDescriptioninterfaceThis is the form for creating and updating families in bulk.