Package | Description |
---|---|
org.osid.metering |
The Open Service Interface Definitions for the org.osid.metering
service.
|
Modifier and Type | Method and Description |
---|---|
MeterList |
MeterLookupSession.getMeters()
Gets all meters.
|
MeterList |
MeterSearchResults.getMeters()
Gets the meter list resulting from a search.
|
MeterList |
MeterLookupSession.getMetersByGenusType(Type meterGenusType)
Gets a
MeterList corresponding to the given meter genus
Type which does not include meters of types derived
from the specified Type. |
MeterList |
MeterLookupSession.getMetersByIds(IdList meterIds)
Gets a
MeterList corresponding to the given
IdList. |
MeterList |
MeterLookupSession.getMetersByParentGenusType(Type meterGenusType)
Gets a
MeterList corresponding to the given meter genus
Type and include meters of types derived from the
specified Type. |
MeterList |
MeterQuerySession.getMetersByQuery(MeterQuery meterQuery)
Gets a list of meters matching the given meter query.
|
MeterList |
MeterLookupSession.getMetersByRecordType(Type meterRecordType)
Gets a
MeterList containing the given meter record
Type. |
MeterList |
MeterUtilitySession.getMetersByUtilities(IdList utilityIds)
Gets the list of
Meters corresponding to a list of
Utility objects. |
MeterList |
MeterUtilitySession.getMetersByUtility(Id utilityId)
Gets the list of
Meters associated with a
Utility. |