Uses of Interface
org.osid.resource.demographic.DemographicEnablerForm
Packages that use DemographicEnablerForm
Package
Description
The Open Service Interface Definitions for the org.osid.resource.demographic
service.
-
Uses of DemographicEnablerForm in org.osid.resource.demographic
Methods in org.osid.resource.demographic that return DemographicEnablerFormModifier and TypeMethodDescriptionDemographicEnablerAdminSession.getDemographicEnablerFormForCreate(Type[] demographicEnablerRecordTypes) Gets the demographic enabler form for creating new demographic enablers.DemographicEnablerAdminSession.getDemographicEnablerFormForUpdate(Id demographicEnablerId) Gets the demographic enabler form for updating an existing demographic enabler.Methods in org.osid.resource.demographic with parameters of type DemographicEnablerFormModifier and TypeMethodDescriptionDemographicEnablerAdminSession.createDemographicEnabler(DemographicEnablerForm demographicEnablerForm) Creates a newDemographicEnabler.voidDemographicEnablerAdminSession.updateDemographicEnabler(DemographicEnablerForm demographicEnablerForm) Updates an existing demographic enabler.