Uses of Interface
org.osid.authentication.batch.AgencyBatchFormList
Packages that use AgencyBatchFormList
Package
Description
The Open Service Interface Definitions for the org.osid.authentication.batch
service.
-
Uses of AgencyBatchFormList in org.osid.authentication.batch
Methods in org.osid.authentication.batch that return AgencyBatchFormListModifier and TypeMethodDescriptionAgencyBatchAdminSession.getAgencyFormsForCreate(long number, Type[] agencyRecordTypes) Gets the agency forms for creating a bunch of new agencies.AgencyBatchAdminSession.getAgencyFormsForUpdate(IdList agencyIds) Gets the agency forms for updating an existing set of agencies.Methods in org.osid.authentication.batch with parameters of type AgencyBatchFormListModifier and TypeMethodDescriptionAgencyBatchAdminSession.createAgencies(AgencyBatchFormList agencyForms) Creates a new set ofAgencies.AgencyBatchAdminSession.updateAgencies(AgencyBatchFormList agencyForms) Updates existing agencies.