Uses of Interface
org.osid.resource.demographic.DemographicList
Packages that use DemographicList
Package
Description
The Open Service Interface Definitions for the org.osid.resource.demographic
service.
-
Uses of DemographicList in org.osid.resource.demographic
Methods in org.osid.resource.demographic that return DemographicListModifier and TypeMethodDescriptionDemographicLookupSession.getDemographics()Gets allDemographics.DemographicSearchResults.getDemographics()Gets theDemographicListresulting from a search.DemographicBinSession.getDemographicsByBin(Id binId) Gets the list of demographics associated with anBin.DemographicBinSession.getDemographicsByBins(IdList binIds) Gets the list of demographic corresponding to a list ofBins.DemographicLookupSession.getDemographicsByGenusType(Type demographicGenusType) Gets aDemographicListcorresponding to the given demographic genusTypewhich does not include demographic of genus types derived from the specifiedType.DemographicLookupSession.getDemographicsByIds(IdList demographicIds) Gets aDemographicListcorresponding to the givenIdList.DemographicLookupSession.getDemographicsByParentGenusType(Type demographicGenusType) Gets aDemographicListcorresponding to the given demographic genusTypeand include any additional demographic with genus types derived from the specifiedType.DemographicQuerySession.getDemographicsByQuery(DemographicQuery demographicQuery) Gets a list ofDemographicsmatching the given demographic query.DemographicLookupSession.getDemographicsByRecordType(Type demographicRecordType) Gets aDemographicListcontaining the given demographic recordType.DemographicEnablerRuleLookupSession.getDemographicsForDemographicEnabler(Id demographicEnablerId) Gets theDemographicsmapped to aDemographicEnabler.Demographic.getExcludedDemographics()Gets a list ofDemographicswhose members subtracted from this demographic.Demographic.getIncludedDemographics()Gets a list ofDemographicswhose members are added to this demographic.Demographic.getIncludedExclusiveDemographics()Gets a list ofDemographicswhose non-members are added to this demographic.Demographic.getIncludedIntersectingDemographics()Gets a list ofDemographicswhose intersection is added to this demographic.