Uses of Interface
org.osid.profile.ProfileEntryList
Packages that use ProfileEntryList
Package
Description
The Open Service Interface Definitions for the org.osid.profile
service.
The Open Service Interface Definitions for the org.osid.profile.rules
service.
-
Uses of ProfileEntryList in org.osid.profile
Methods in org.osid.profile that return ProfileEntryListModifier and TypeMethodDescriptionProfileEntryLookupSession.getProfileEntries()Geta allProfileEntries.ProfileEntrySearchResults.getProfileEntries()Gets the profile entry list resulting from the search.ProfileEntryLookupSession.getProfileEntriesByGenusType(Type profileEntryGenusType) Gets aProfileEntryListcorresponding to the given profile entry genusTypewhich does not include profile entries of genus types derived from the specifiedType.ProfileEntryLookupSession.getProfileEntriesByIds(IdList profileEntryIds) Gets anProfileEntryListcorresponding to the givenIdList.ProfileEntryLookupSession.getProfileEntriesByParentGenusType(Type profileEntryGenusType) Gets aProfileEntryListcorresponding to the given profile entry genusType andinclude profile entries of genus types derived from the specifiedType.ProfileEntryProfileSession.getProfileEntriesByProfile(Id profileId) Gets the list ofProfileEntriesassociated with aProfile.ProfileEntryProfileSession.getProfileEntriesByProfile(IdList profileIds) Gets the list ofProfileEntriescorresponding to a list ofProfile.ProfileEntryQuerySession.getProfileEntriesByQuery(ProfileEntryQuery profileEntryQuery) Gets a list ofProfileEntriesmatching the given queryProfileEntryLookupSession.getProfileEntriesByRecordType(Type profileEntryRecordType) Gets aProfileEntryListcontaining the given profile entry recordType.ProfileEntryLookupSession.getProfileEntriesForAgent(Id agentId) Gets a list ofProfileEntriesassociated with a given agent.ProfileEntryLookupSession.getProfileEntriesForAgentAndProfileItem(Id agentId, Id profileItemId) Gets a list ofProfileEntriesassociated for entries explicitly mapped to a given agent and profile item.ProfileEntryLookupSession.getProfileEntriesForAgentAndProfileItemOnDate(Id agentId, Id profileItemId, DateTime from, DateTime to) Gets aProfileEntryListfor entries explicitly mapped to a given agent and profile item and effective during the entire given date range inclusive but not confined to the date range.ProfileEntryLookupSession.getProfileEntriesForAgentOnDate(Id agentId, DateTime from, DateTime to) Gets aProfileEntryListfor the given agent and effective during the entire given date range inclusive but not confined to the date range.ProfileEntryLookupSession.getProfileEntriesForProfileItem(Id profileItemId) Gets aProfileEntryListfor a given profile item.ProfileEntryLookupSession.getProfileEntriesForProfileItemOnDate(Id profileItemId, DateTime from, DateTime to) Gets aProfileEntryListfor the given profile item and effective during the entire given date range inclusive but not confined to the date range.ProfileEntryLookupSession.getProfileEntriesForResource(Id resourceId) Gets a list ofProfileEntriesassociated for entries related to a given resource.ProfileEntryLookupSession.getProfileEntriesForResourceAndProfileItem(Id resourceId, Id profileItemId) Gets a list ofProfileEntriesassociated for entries explicitly mapped to a given resource and profile item.ProfileEntryLookupSession.getProfileEntriesForResourceAndProfileItemOnDate(Id resourceId, Id profileItemId, DateTime from, DateTime to) Gets aProfileEntryListfor entries explicitly mapped to a given resource and profile item and effective during the entire given date range inclusive but not confined to the date range.ProfileEntryLookupSession.getProfileEntriesForResourceOnDate(Id resourceId, DateTime from, DateTime to) Gets aProfileEntryListfor entries explicitly mapped to a given resource and effective during the entire given date range inclusive but not confined to the date range.ProfileEntryLookupSession.getProfileEntriesOnDate(DateTime from, DateTime to) Gets aProfileEntryListeffective date during the entire given date range inclusive but not confined to the date range. -
Uses of ProfileEntryList in org.osid.profile.rules
Methods in org.osid.profile.rules that return ProfileEntryListModifier and TypeMethodDescriptionProfileEntryEnablerRuleLookupSession.getProfileEntriesForProfileEntryEnabler(Id profileEntryEnablerId) Gets theProfileEntriesmapped to aProfileEntryEnabler.