Uses of Interface
org.osid.authentication.AgencyForm
Packages that use AgencyForm
Package
Description
The Open Service Interface Definitions for the org.osid.authentication
service.
The Open Service Interface Definitions for the org.osid.authentication.batch
service.
-
Uses of AgencyForm in org.osid.authentication
Methods in org.osid.authentication that return AgencyFormModifier and TypeMethodDescriptionAgencyAdminSession.getAgencyFormForCreate(Type[] agencyRecordTypes) Gets the agency form for creating new agencies.AgencyAdminSession.getAgencyFormForUpdate(Id agencyId) Gets the agency form for updating an existing agency.Methods in org.osid.authentication with parameters of type AgencyFormModifier and TypeMethodDescriptionAgencyAdminSession.createAgency(AgencyForm agencyForm) Creates a newAgency.voidAgencyAdminSession.updateAgency(AgencyForm agencyForm) Updates an existing agency. -
Uses of AgencyForm in org.osid.authentication.batch
Subinterfaces of AgencyForm in org.osid.authentication.batchModifier and TypeInterfaceDescriptioninterfaceThis is the form for creating and updating agencies in bulk.interfaceThis is the form for creating and updating agents in bulk.