Uses of Interface
org.osid.resource.demographic.DemographicForm
Packages that use DemographicForm
Package
Description
The Open Service Interface Definitions for the org.osid.resource.demographic
service.
-
Uses of DemographicForm in org.osid.resource.demographic
Methods in org.osid.resource.demographic that return DemographicFormModifier and TypeMethodDescriptionDemographicAdminSession.getDemographicFormForCreate(Type[] demographicRecordTypes) Gets the demographic form for creating new demographics.DemographicAdminSession.getDemographicFormForUpdate(Id demographicId) Gets the demographic form for updating an existing demographic.Methods in org.osid.resource.demographic with parameters of type DemographicFormModifier and TypeMethodDescriptionDemographicAdminSession.createDemographic(DemographicForm demographicForm) Creates a newDemographic.voidDemographicAdminSession.updateDemographic(DemographicForm demographicForm) Updates an existing demographic.