Uses of Interface
org.osid.metering.UtilityList
Packages that use UtilityList
Package
Description
The Open Service Interface Definitions for the org.osid.metering
service.
-
Uses of UtilityList in org.osid.metering
Methods in org.osid.metering that return UtilityListModifier and TypeMethodDescriptionUtilityHierarchySession.getChildUtilities(Id utilityId) Gets the child utilities of the givenid.UtilityHierarchySession.getParentUtilities(Id utilityId) Gets the parent utilities of the givenid.UtilityHierarchySession.getRootUtilities()Gets the root utilities in the utility hierarchy.UtilityLookupSession.getUtilities()Gets allUtilities.UtilitySearchResults.getUtilities()Gets the utility list resulting from a search.UtilityLookupSession.getUtilitiesByGenusType(Type utilityGenusType) Gets aUtilityListcorresponding to the given utility genusTypewhich does not include utilities of genus types derived from the specifiedType.In plenary mode, the returned list contains all known utilities or an error results.UtilityLookupSession.getUtilitiesByIds(IdList utilityIds) Gets aUtilityListcorresponding to the givenIdList.MeterUtilitySession.getUtilitiesByMeter(Id meterId) Gets theUtilityobjects mapped to aMeter.UtilityLookupSession.getUtilitiesByParentGenusType(Type utilityGenusType) Gets aUtilityListcorresponding to the given utility genusTypeand include any additional utilities with genus types derived from the specifiedType.In plenary mode, the returned list contains all known utilities or an error results.UtilityLookupSession.getUtilitiesByProvider(Id resourceId) Gets aUtilityListfor the given provider.UtilityQuerySession.getUtilitiesByQuery(UtilityQuery utilityQuery) Gets a list ofUtilitiesmatching the given utility query.UtilityLookupSession.getUtilitiesByRecordType(Type utilityRecordType) Gets aUtilityListcontaining the given utility recordType.