Uses of Interface
org.osid.metering.UtilityForm
Packages that use UtilityForm
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 UtilityForm in org.osid.metering
Methods in org.osid.metering that return UtilityFormModifier and TypeMethodDescriptionUtilityAdminSession.getUtilityFormForCreate(Type[] utilityRecordTypes) Gets the utility form for creating new utilities.UtilityAdminSession.getUtilityFormForUpdate(Id utilityId) Gets the utility form for updating an existing utility.Methods in org.osid.metering with parameters of type UtilityFormModifier and TypeMethodDescriptionUtilityAdminSession.createUtility(UtilityForm utilityForm) Creates a newUtility.voidUtilityAdminSession.updateUtility(UtilityForm utilityForm) Updates an existing utility. -
Uses of UtilityForm in org.osid.metering.batch
Subinterfaces of UtilityForm in org.osid.metering.batchModifier and TypeInterfaceDescriptioninterfaceThis is the form for creating and updating utilities in bulk.