Uses of Interface
org.osid.metering.MeterList
Packages that use MeterList
Package
Description
The Open Service Interface Definitions for the org.osid.metering
service.
-
Uses of MeterList in org.osid.metering
Methods in org.osid.metering that return MeterListModifier and TypeMethodDescriptionMeterLookupSession.getMeters()Gets all meters.MeterSearchResults.getMeters()Gets the meter list resulting from a search.MeterLookupSession.getMetersByGenusType(Type meterGenusType) Gets aMeterListcorresponding to the given meter genusTypewhich does not include meters of types derived from the specifiedType.MeterLookupSession.getMetersByIds(IdList meterIds) Gets aMeterListcorresponding to the givenIdList.MeterLookupSession.getMetersByParentGenusType(Type meterGenusType) Gets aMeterListcorresponding to the given meter genusTypeand include meters of types derived from the specifiedType.MeterQuerySession.getMetersByQuery(MeterQuery meterQuery) Gets a list of meters matching the given meter query.MeterLookupSession.getMetersByRecordType(Type meterRecordType) Gets aMeterListcontaining the given meter recordType.MeterUtilitySession.getMetersByUtilities(IdList utilityIds) Gets the list ofMeterscorresponding to a list ofUtilityobjects.MeterUtilitySession.getMetersByUtility(Id utilityId) Gets the list ofMetersassociated with aUtility.