Uses of Interface
org.osid.relationship.batch.FamilyBatchFormList
Packages that use FamilyBatchFormList
Package
Description
The Open Service Interface Definitions for the org.osid.relationship.batch
service.
-
Uses of FamilyBatchFormList in org.osid.relationship.batch
Methods in org.osid.relationship.batch that return FamilyBatchFormListModifier and TypeMethodDescriptionFamilyBatchAdminSession.getFamilyFormsForCreate(long number, Type[] familyRecordTypes) Gets the family forms for creating a bunch of new family.FamilyBatchAdminSession.getFamilyFormsForUpdate(IdList familyIds) Gets the family forms for updating an existing set of families.Methods in org.osid.relationship.batch with parameters of type FamilyBatchFormListModifier and TypeMethodDescriptionFamilyBatchAdminSession.createFamilies(FamilyBatchFormList familyForms) Creates a new set ofFamilies.FamilyBatchAdminSession.updateFamilies(FamilyBatchFormList familyForms) Updates existing families.