Uses of Interface
org.osid.mapping.path.SpeedZoneForm
Packages that use SpeedZoneForm
Package
Description
The Open Service Interface Definitions for the org.osid.mapping.path
service.
The Open Service Interface Definitions for the org.osid.mapping.path.batch
service.
-
Uses of SpeedZoneForm in org.osid.mapping.path
Methods in org.osid.mapping.path that return SpeedZoneFormModifier and TypeMethodDescriptionSpeedZoneAdminSession.getSpeedZoneFormForCreate(Type[] speedZoneRecordTypes) Gets the speed zone form for creating new speed zones.SpeedZoneAdminSession.getSpeedZoneFormForUpdate(Id speedZoneId) Gets the speed zone form for updating an existing speed zone.Methods in org.osid.mapping.path with parameters of type SpeedZoneFormModifier and TypeMethodDescriptionSpeedZoneAdminSession.createSpeedZone(SpeedZoneForm speedZoneForm) Creates a newSpeedZone.voidSpeedZoneAdminSession.updateSpeedZone(SpeedZoneForm speedZoneForm) Updates an existing speed zone. -
Uses of SpeedZoneForm in org.osid.mapping.path.batch
Subinterfaces of SpeedZoneForm in org.osid.mapping.path.batchModifier and TypeInterfaceDescriptioninterfaceThis is the form for creating and updating speed zones in bulk.