Uses of Interface
org.osid.profile.rules.ProfileEntryEnablerForm
Packages that use ProfileEntryEnablerForm
Package
Description
The Open Service Interface Definitions for the org.osid.profile.rules
service.
-
Uses of ProfileEntryEnablerForm in org.osid.profile.rules
Methods in org.osid.profile.rules that return ProfileEntryEnablerFormModifier and TypeMethodDescriptionProfileEntryEnablerAdminSession.getProfileEntryEnablerFormForCreate(Type[] profileEntryEnablerRecordTypes) Gets the profile entry enabler form for creating new profile entry enablers.ProfileEntryEnablerAdminSession.getProfileEntryEnablerFormForUpdate(Id profileEntryEnablerId) Gets the profile entry enabler form for updating an existing profile entry enabler.Methods in org.osid.profile.rules with parameters of type ProfileEntryEnablerFormModifier and TypeMethodDescriptionProfileEntryEnablerAdminSession.createProfileEntryEnabler(ProfileEntryEnablerForm profileEntryEnablerForm) Creates a newProfileEntryEnabler.voidProfileEntryEnablerAdminSession.updateProfileEntryEnabler(ProfileEntryEnablerForm profileEntryEnablerForm) Updates an existing profile entry enabler.