Uses of Interface
org.osid.profile.ProfileItemList
Packages that use ProfileItemList
Package
Description
The Open Service Interface Definitions for the org.osid.profile
service.
-
Uses of ProfileItemList in org.osid.profile
Methods in org.osid.profile that return ProfileItemListModifier and TypeMethodDescriptionProfileItemLookupSession.getProfileItems()Gets allProfileItems.ProfileItemSearchResults.getProfileItems()Gets the profile item list resulting from the search.ProfileItemLookupSession.getProfileItemsByGenusType(Type profileItemGenusType) Gets aProfileItemListcorresponding to the given profile item genusTypewhich does not include profile items of genus types derived from the specifiedType.ProfileItemLookupSession.getProfileItemsByIds(IdList profileItemIds) Gets aProfileItemListcorresponding to the givenIdList.In plenary mode, the returned list contains all of the profile items specified in theIdlist, in the order of the list, including duplicates, or an error results if anIdin the supplied list is not found or inaccessible.ProfileItemLookupSession.getProfileItemsByParentGenusType(Type profileItemGenusType) Gets aProfileItemListcorresponding to the given profile item genusTypeand include any additional profile item with genus types derived from the specifiedType.ProfileItemProfileSession.getProfileItemsByProfile(Id profileId) Gets the list ofProfileItemsassociated with aProfile.ProfileItemProfileSession.getProfileItemsByProfiles(IdList profileIds) Gets the list ofProfileItemscorresponding to a list ofProfiles.ProfileItemQuerySession.getProfileItemsByQuery(ProfileItemQuery profileItemQuery) Gets a list ofProfileItemsmatching the given profile item query interface.ProfileItemLookupSession.getProfileItemsByRecordType(Type profileItemRecordType) Gets aProfileItemListcontaining the given profile item recordType.In plenary mode, the returned list contains all known profile items or an error results.