Uses of Interface
org.osid.resource.demographic.DemographicEnablerList
Packages that use DemographicEnablerList
Package
Description
The Open Service Interface Definitions for the org.osid.resource.demographic
service.
-
Uses of DemographicEnablerList in org.osid.resource.demographic
Methods in org.osid.resource.demographic that return DemographicEnablerListModifier and TypeMethodDescriptionDemographicEnablerLookupSession.getDemographicEnablers()Gets allDemographicEnablers.DemographicEnablerSearchResults.getDemographicEnablers()Gets theDemographicEnablerListresulting from a search.DemographicEnablerBinSession.getDemographicEnablersByBin(Id binId) Gets the list of demographic enablers associated with anBin.DemographicEnablerBinSession.getDemographicEnablersByBins(IdList binIds) Gets the list of demographic enablers corresponding to a list ofBins.DemographicEnablerLookupSession.getDemographicEnablersByGenusType(Type demographicEnablerGenusType) Gets aDemographicEnablerListcorresponding to the given demographic enabler genusTypewhich does not include demographic enablers of genus types derived from the specifiedType.DemographicEnablerLookupSession.getDemographicEnablersByIds(IdList demographicEnablerIds) Gets aDemographicEnablerListcorresponding to the givenIdList.DemographicEnablerLookupSession.getDemographicEnablersByParentGenusType(Type demographicEnablerGenusType) Gets aDemographicEnablerListcorresponding to the given demographic enabler genusTypeand include any additional demographic enablers with genus types derived from the specifiedType.DemographicEnablerQuerySession.getDemographicEnablersByQuery(DemographicEnablerQuery demographicEnablerQuery) Gets a list ofDemographicEnablersmatching the given demographic enabler query.DemographicEnablerLookupSession.getDemographicEnablersByRecordType(Type demographicEnablerRecordType) Gets aDemographicEnablerListcontaining the given demographic enabler recordType.DemographicEnablerRuleLookupSession.getDemographicEnablersForDemographic(Id demographicId) Gets theDemographicEnablerassociated with aDemographic.DemographicEnablerLookupSession.getDemographicEnablersOnDate(DateTime from, DateTime to) Gets aDemographicEnablerListthat are effective for the entire given date range inclusive but not confined to the date range for any agent.DemographicEnablerLookupSession.getDemographicEnablersOnDateWithAgent(Id agentId, DateTime from, DateTime to) Gets aDemographicEnablerListthat are effective for the entire given date range inclusive but not confined to the date range and evaluated against the given agent.