Uses of Interface
org.osid.profile.rules.ProfileEntryEnablerList
Packages that use ProfileEntryEnablerList
Package
Description
The Open Service Interface Definitions for the org.osid.profile.rules
service.
-
Uses of ProfileEntryEnablerList in org.osid.profile.rules
Methods in org.osid.profile.rules that return ProfileEntryEnablerListModifier and TypeMethodDescriptionProfileEntryEnablerLookupSession.getProfileEntryEnablers()Gets allProfileEntryEnablers.ProfileEntryEnablerSearchResults.getProfileEntryEnablers()Gets theProfileEntryEnablerListresulting from a search.ProfileEntryEnablerLookupSession.getProfileEntryEnablersByGenusType(Type profileEntryEnablerGenusType) Gets aProfileEntryEnablerListcorresponding to the given profile entry enabler genusTypewhich does not include profile entry enablers of genus types derived from the specifiedType.ProfileEntryEnablerLookupSession.getProfileEntryEnablersByIds(IdList profileEntryEnablerIds) Gets aProfileEntryEnablerListcorresponding to the givenIdList.ProfileEntryEnablerLookupSession.getProfileEntryEnablersByParentGenusType(Type profileEntryEnablerGenusType) Gets aProfileEntryEnablerListcorresponding to the given profile entry enabler genusTypeand include any additional profile entry enablers with genus types derived from the specifiedType.ProfileEntryEnablerProfileSession.getProfileEntryEnablersByProfile(Id profileId) Gets the list of profile entry enablers associated with aProfile.ProfileEntryEnablerProfileSession.getProfileEntryEnablersByProfiles(IdList profileIds) Gets the list of profile entry enablers corresponding to a list ofProfiles.ProfileEntryEnablerQuerySession.getProfileEntryEnablersByQuery(ProfileEntryEnablerQuery profileEntryEnablerQuery) Gets a list ofProfileEntryEnablersmatching the given profile entry enabler query.ProfileEntryEnablerLookupSession.getProfileEntryEnablersByRecordType(Type profileEntryEnablerRecordType) Gets aProfileEntryEnablerListcontaining the given profile entry enabler recordType.ProfileEntryEnablerRuleLookupSession.getProfileEntryEnablersForProfileEntry(Id profileEntryId) Gets theProfileEntryEnablerassociated with aProfileEntry.ProfileEntryEnablerLookupSession.getProfileEntryEnablersOnDate(DateTime from, DateTime to) Gets aProfileEntryEnablerListeffective during the entire given date range inclusive but not confined to the date range for any agent.ProfileEntryEnablerLookupSession.getProfileEntryEnablersOnDateWithAgent(Id agentId, DateTime from, DateTime to) Gets aProfileEntryEnablerListeffective during the entire given date range inclusive but not confined to the date range aveluated against the given agent.