Uses of Interface
org.osid.metering.MeterForm
Packages that use MeterForm
Package
Description
The Open Service Interface Definitions for the org.osid.metering
service.
The Open Service Interface Definitions for the org.osid.metering.batch
service.
-
Uses of MeterForm in org.osid.metering
Methods in org.osid.metering that return MeterFormModifier and TypeMethodDescriptionMeterAdminSession.getMeterFormForCreate(Type[] meterRecordTypes) Gets the meter form for creating new meters.MeterAdminSession.getMeterFormForUpdate(Id meterId) Gets the meter form for updating an existing meter.Methods in org.osid.metering with parameters of type MeterFormModifier and TypeMethodDescriptionMeterAdminSession.createMeter(MeterForm meterForm) Creates a newMeter.voidMeterAdminSession.updateMeter(MeterForm meterForm) Updates an existing meter. -
Uses of MeterForm in org.osid.metering.batch
Subinterfaces of MeterForm in org.osid.metering.batchModifier and TypeInterfaceDescriptioninterfaceThis is the form for creating and updating meters in bulk.