Uses of Interface
org.osid.metering.batch.UtilityBatchFormList
Packages that use UtilityBatchFormList
Package
Description
The Open Service Interface Definitions for the org.osid.metering.batch
service.
-
Uses of UtilityBatchFormList in org.osid.metering.batch
Methods in org.osid.metering.batch that return UtilityBatchFormListModifier and TypeMethodDescriptionUtilityBatchAdminSession.getUtilityFormsForCreate(long number, Type[] utilityRecordTypes) Gets the utility forms for creating a bunch of new utilities.UtilityBatchAdminSession.getUtilityFormsForUpdate(IdList utilityIds) Gets the utility forms for updating an existing set of utilities.Methods in org.osid.metering.batch with parameters of type UtilityBatchFormListModifier and TypeMethodDescriptionUtilityBatchAdminSession.createUtilities(UtilityBatchFormList utilityForms) Creates a new set ofUtilities.UtilityBatchAdminSession.updateUtilities(UtilityBatchFormList utilityForms) Updates existing utilities.