Package | Description |
---|---|
org.osid.resource.demographic |
The Open Service Interface Definitions for the org.osid.resource.demographic
service.
|
Modifier and Type | Method and Description |
---|---|
DemographicList |
DemographicLookupSession.getDemographics()
Gets all
Demographics. |
DemographicList |
DemographicSearchResults.getDemographics()
Gets the
DemographicList resulting from a search. |
DemographicList |
DemographicBinSession.getDemographicsByBin(Id binId)
Gets the list of demographics associated with an
Bin. |
DemographicList |
DemographicBinSession.getDemographicsByBins(IdList binIds)
Gets the list of demographic corresponding to a list of
Bins. |
DemographicList |
DemographicLookupSession.getDemographicsByGenusType(Type demographicGenusType)
Gets a
DemographicList corresponding to the given
demographic genus Type which does not include
demographic of genus types derived from the specified Type. |
DemographicList |
DemographicLookupSession.getDemographicsByIds(IdList demographicIds)
Gets a
DemographicList corresponding to the given
IdList. |
DemographicList |
DemographicLookupSession.getDemographicsByParentGenusType(Type demographicGenusType)
Gets a
DemographicList corresponding to the given
demographic genus Type and include any additional
demographic with genus types derived from the specified Type. |
DemographicList |
DemographicQuerySession.getDemographicsByQuery(DemographicQuery demographicQuery)
Gets a list of
Demographics matching the given
demographic query. |
DemographicList |
DemographicLookupSession.getDemographicsByRecordType(Type demographicRecordType)
Gets a
DemographicList containing the given demographic
record Type. |
DemographicList |
DemographicEnablerRuleLookupSession.getDemographicsForDemographicEnabler(Id demographicEnablerId)
Gets the
Demographics mapped to a
DemographicEnabler. |
DemographicList |
Demographic.getExcludedDemographics()
Gets a list of
Demographics whose members subtracted
from this demographic. |
DemographicList |
Demographic.getIncludedDemographics()
Gets a list of
Demographics whose members are added to
this demographic. |
DemographicList |
Demographic.getIncludedExclusiveDemographics()
Gets a list of
Demographics whose non-members are added
to this demographic. |
DemographicList |
Demographic.getIncludedIntersectingDemographics()
Gets a list of
Demographics whose intersection is added
to this demographic. |