Uses of Interface
org.osid.mapping.path.batch.SpeedZoneBatchFormList
Packages that use SpeedZoneBatchFormList
Package
Description
The Open Service Interface Definitions for the org.osid.mapping.path.batch
service.
-
Uses of SpeedZoneBatchFormList in org.osid.mapping.path.batch
Methods in org.osid.mapping.path.batch that return SpeedZoneBatchFormListModifier and TypeMethodDescriptionSpeedZoneBatchAdminSession.getSpeedZoneFormsForCreate(long number, Type[] speedZoneRecordTypes) Gets the speed zone forms for creating a bunch of new speed zones.SpeedZoneBatchAdminSession.getSpeedZoneFormsForUpdate(IdList speedZoneIds) Gets the speed zone forms for updating an existing set of speed zones.Methods in org.osid.mapping.path.batch with parameters of type SpeedZoneBatchFormListModifier and TypeMethodDescriptionSpeedZoneBatchAdminSession.createSpeedZones(SpeedZoneBatchFormList speedZoneForms) Creates a new set ofSpeedZones.SpeedZoneBatchAdminSession.updateSpeedZones(SpeedZoneBatchFormList speedZoneForms) Updates existing speed zones.