Uses of Interface
org.osid.metering.batch.MeterBatchFormList
Packages that use MeterBatchFormList
Package
Description
The Open Service Interface Definitions for the org.osid.metering.batch
service.
-
Uses of MeterBatchFormList in org.osid.metering.batch
Methods in org.osid.metering.batch that return MeterBatchFormListModifier and TypeMethodDescriptionMeterBatchAdminSession.getMeterFormsForCreate(long number, Type[] meterRecordTypes) Gets the meter forms for creating a bunch of new meters.MeterBatchAdminSession.getMeterFormsForUpdate(IdList meterIds) Gets the meter forms for updating an existing set of meters.Methods in org.osid.metering.batch with parameters of type MeterBatchFormListModifier and TypeMethodDescriptionMeterBatchAdminSession.createMeters(MeterBatchFormList meterForms) Creates a new set ofMeters.MeterBatchAdminSession.updateMeters(MeterBatchFormList meterForms) Updates existing meters.